diff options
| author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2006-04-20 04:43:12 +0000 |
|---|---|---|
| committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2006-04-20 04:43:12 +0000 |
| commit | 3dd6a16bcb92969c465b56cb52554a3b7ab24f70 (patch) | |
| tree | 84424f101bed89eb8d43ea9d3dbca6199f61541b | |
| parent | d86af2f68013931b61820bd040c00791787cea34 (diff) | |
| download | luasocket-3dd6a16bcb92969c465b56cb52554a3b7ab24f70.tar.gz luasocket-3dd6a16bcb92969c465b56cb52554a3b7ab24f70.tar.bz2 luasocket-3dd6a16bcb92969c465b56cb52554a3b7ab24f70.zip | |
Adjusted projects for compat-5.1r5
| -rw-r--r-- | mime.vcproj | 6 | ||||
| -rw-r--r-- | socket.vcproj | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mime.vcproj b/mime.vcproj index e5c4393..3183e51 100644 --- a/mime.vcproj +++ b/mime.vcproj | |||
| @@ -19,7 +19,7 @@ | |||
| 19 | <Tool | 19 | <Tool |
| 20 | Name="VCCLCompilerTool" | 20 | Name="VCCLCompilerTool" |
| 21 | Optimization="0" | 21 | Optimization="0" |
| 22 | AdditionalIncludeDirectories="src\compat-5.1r4, src\lua-5.0.2\include" | 22 | AdditionalIncludeDirectories="src\compat-5.1r5, ..\lua-5.0.2\include" |
| 23 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;MIME_EXPORTS;MIME_API=__declspec(dllexport)" | 23 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;MIME_EXPORTS;MIME_API=__declspec(dllexport)" |
| 24 | MinimalRebuild="TRUE" | 24 | MinimalRebuild="TRUE" |
| 25 | BasicRuntimeChecks="3" | 25 | BasicRuntimeChecks="3" |
| @@ -68,7 +68,7 @@ | |||
| 68 | CharacterSet="2"> | 68 | CharacterSet="2"> |
| 69 | <Tool | 69 | <Tool |
| 70 | Name="VCCLCompilerTool" | 70 | Name="VCCLCompilerTool" |
| 71 | AdditionalIncludeDirectories="src\compat-5.1r4, src\lua-5.0.2\include" | 71 | AdditionalIncludeDirectories="src\compat-5.1r5, src\lua-5.0.2\include" |
| 72 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MIME_EXPORTS; MIME_API=__declspec(dllexport)" | 72 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MIME_EXPORTS; MIME_API=__declspec(dllexport)" |
| 73 | RuntimeLibrary="2" | 73 | RuntimeLibrary="2" |
| 74 | UsePrecompiledHeader="0" | 74 | UsePrecompiledHeader="0" |
| @@ -117,7 +117,7 @@ | |||
| 117 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" | 117 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" |
| 118 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> | 118 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> |
| 119 | <File | 119 | <File |
| 120 | RelativePath="src\compat-5.1r4\compat-5.1.c"> | 120 | RelativePath=".\src\compat-5.1r5\compat-5.1.c"> |
| 121 | </File> | 121 | </File> |
| 122 | <File | 122 | <File |
| 123 | RelativePath="src\mime.c"> | 123 | RelativePath="src\mime.c"> |
diff --git a/socket.vcproj b/socket.vcproj index abca5fb..f992e22 100644 --- a/socket.vcproj +++ b/socket.vcproj | |||
| @@ -19,7 +19,7 @@ | |||
| 19 | <Tool | 19 | <Tool |
| 20 | Name="VCCLCompilerTool" | 20 | Name="VCCLCompilerTool" |
| 21 | Optimization="0" | 21 | Optimization="0" |
| 22 | AdditionalIncludeDirectories="src\compat-5.1r4, ..\lua-5.0.2\include, src" | 22 | AdditionalIncludeDirectories="src\compat-5.1r5, ..\lua-5.0.2\include, src" |
| 23 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LUASOCKET_EXPORTS;LUASOCKET_API=__declspec(dllexport)" | 23 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LUASOCKET_EXPORTS;LUASOCKET_API=__declspec(dllexport)" |
| 24 | MinimalRebuild="TRUE" | 24 | MinimalRebuild="TRUE" |
| 25 | BasicRuntimeChecks="3" | 25 | BasicRuntimeChecks="3" |
| @@ -69,7 +69,7 @@ | |||
| 69 | CharacterSet="2"> | 69 | CharacterSet="2"> |
| 70 | <Tool | 70 | <Tool |
| 71 | Name="VCCLCompilerTool" | 71 | Name="VCCLCompilerTool" |
| 72 | AdditionalIncludeDirectories="src\compat-5.1r4, src\lua-5.0.2\include" | 72 | AdditionalIncludeDirectories="src\compat-5.1r5, src\lua-5.0.2\include" |
| 73 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LUASOCKET_EXPORTS;LUASOCKET_API=__declspec(dllexport); LUASOCKET_DEBUG" | 73 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LUASOCKET_EXPORTS;LUASOCKET_API=__declspec(dllexport); LUASOCKET_DEBUG" |
| 74 | RuntimeLibrary="2" | 74 | RuntimeLibrary="2" |
| 75 | UsePrecompiledHeader="0" | 75 | UsePrecompiledHeader="0" |
| @@ -125,7 +125,7 @@ | |||
| 125 | RelativePath="src\buffer.c"> | 125 | RelativePath="src\buffer.c"> |
| 126 | </File> | 126 | </File> |
| 127 | <File | 127 | <File |
| 128 | RelativePath="src\compat-5.1r4\compat-5.1.c"> | 128 | RelativePath=".\src\compat-5.1r5\compat-5.1.c"> |
| 129 | </File> | 129 | </File> |
| 130 | <File | 130 | <File |
| 131 | RelativePath="src\except.c"> | 131 | RelativePath="src\except.c"> |
