diff options
| author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2006-04-26 21:39:27 +0000 |
|---|---|---|
| committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2006-04-26 21:39:27 +0000 |
| commit | 9d218a93791ad9b19aff7cb0f8846feb7add084c (patch) | |
| tree | d8a988ce6e7b16d4a53b10b91a775a6bac2f5c33 /socket.vcproj | |
| parent | 3dd6a16bcb92969c465b56cb52554a3b7ab24f70 (diff) | |
| download | luasocket-9d218a93791ad9b19aff7cb0f8846feb7add084c.tar.gz luasocket-9d218a93791ad9b19aff7cb0f8846feb7add084c.tar.bz2 luasocket-9d218a93791ad9b19aff7cb0f8846feb7add084c.zip | |
Tested on Windows and it works.
Diffstat (limited to 'socket.vcproj')
| -rw-r--r-- | socket.vcproj | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/socket.vcproj b/socket.vcproj index f992e22..64a6a3f 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.1r5, ..\lua-5.0.2\include, src" | 22 | AdditionalIncludeDirectories="src\compat-5.1r5, h:\include\lua50" |
| 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" |
| @@ -35,6 +35,7 @@ | |||
| 35 | AdditionalDependencies="ws2_32.lib" | 35 | AdditionalDependencies="ws2_32.lib" |
| 36 | OutputFile="$(OutDir)/socket.dll" | 36 | OutputFile="$(OutDir)/socket.dll" |
| 37 | LinkIncremental="2" | 37 | LinkIncremental="2" |
| 38 | AdditionalLibraryDirectories="h:\lib" | ||
| 38 | GenerateDebugInformation="TRUE" | 39 | GenerateDebugInformation="TRUE" |
| 39 | ProgramDatabaseFile="$(OutDir)/socket.pdb" | 40 | ProgramDatabaseFile="$(OutDir)/socket.pdb" |
| 40 | SubSystem="2" | 41 | SubSystem="2" |
| @@ -69,7 +70,7 @@ | |||
| 69 | CharacterSet="2"> | 70 | CharacterSet="2"> |
| 70 | <Tool | 71 | <Tool |
| 71 | Name="VCCLCompilerTool" | 72 | Name="VCCLCompilerTool" |
| 72 | AdditionalIncludeDirectories="src\compat-5.1r5, src\lua-5.0.2\include" | 73 | AdditionalIncludeDirectories="src\compat-5.1r5, h:\include\lua50" |
| 73 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LUASOCKET_EXPORTS;LUASOCKET_API=__declspec(dllexport); LUASOCKET_DEBUG" | 74 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LUASOCKET_EXPORTS;LUASOCKET_API=__declspec(dllexport); LUASOCKET_DEBUG" |
| 74 | RuntimeLibrary="2" | 75 | RuntimeLibrary="2" |
| 75 | UsePrecompiledHeader="0" | 76 | UsePrecompiledHeader="0" |
| @@ -83,6 +84,7 @@ | |||
| 83 | AdditionalDependencies="ws2_32.lib" | 84 | AdditionalDependencies="ws2_32.lib" |
| 84 | OutputFile="$(OutDir)/socket.dll" | 85 | OutputFile="$(OutDir)/socket.dll" |
| 85 | LinkIncremental="1" | 86 | LinkIncremental="1" |
| 87 | AdditionalLibraryDirectories="h:\lib" | ||
| 86 | GenerateDebugInformation="TRUE" | 88 | GenerateDebugInformation="TRUE" |
| 87 | SubSystem="2" | 89 | SubSystem="2" |
| 88 | OptimizeReferences="2" | 90 | OptimizeReferences="2" |
| @@ -175,7 +177,7 @@ | |||
| 175 | UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"> | 177 | UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"> |
| 176 | </Filter> | 178 | </Filter> |
| 177 | <File | 179 | <File |
| 178 | RelativePath=".\src\lua-5.0.2\lib\lua50.lib"> | 180 | RelativePath="..\..\lib\lua50.dll.lib"> |
| 179 | </File> | 181 | </File> |
| 180 | </Files> | 182 | </Files> |
| 181 | <Globals> | 183 | <Globals> |
