diff options
Diffstat (limited to 'luasocket.vcproj')
-rw-r--r-- | luasocket.vcproj | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/luasocket.vcproj b/luasocket.vcproj index 6e2da8a..4699498 100644 --- a/luasocket.vcproj +++ b/luasocket.vcproj | |||
@@ -12,17 +12,18 @@ | |||
12 | <Configurations> | 12 | <Configurations> |
13 | <Configuration | 13 | <Configuration |
14 | Name="Debug|Win32" | 14 | Name="Debug|Win32" |
15 | OutputDirectory="Debug" | 15 | OutputDirectory=".\" |
16 | IntermediateDirectory="Debug" | 16 | IntermediateDirectory=".\" |
17 | ConfigurationType="2" | 17 | ConfigurationType="2" |
18 | CharacterSet="2"> | 18 | CharacterSet="2"> |
19 | <Tool | 19 | <Tool |
20 | Name="VCCLCompilerTool" | 20 | Name="VCCLCompilerTool" |
21 | Optimization="0" | 21 | Optimization="0" |
22 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LUASOCKET_EXPORTS" | 22 | AdditionalIncludeDirectories="h:\include" |
23 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LUASOCKET_EXPORTS;LUASOCKET_API=__declspec(dllexport)" | ||
23 | MinimalRebuild="TRUE" | 24 | MinimalRebuild="TRUE" |
24 | BasicRuntimeChecks="3" | 25 | BasicRuntimeChecks="3" |
25 | RuntimeLibrary="1" | 26 | RuntimeLibrary="5" |
26 | UsePrecompiledHeader="0" | 27 | UsePrecompiledHeader="0" |
27 | WarningLevel="3" | 28 | WarningLevel="3" |
28 | Detect64BitPortabilityProblems="TRUE" | 29 | Detect64BitPortabilityProblems="TRUE" |
@@ -31,6 +32,7 @@ | |||
31 | Name="VCCustomBuildTool"/> | 32 | Name="VCCustomBuildTool"/> |
32 | <Tool | 33 | <Tool |
33 | Name="VCLinkerTool" | 34 | Name="VCLinkerTool" |
35 | AdditionalDependencies="ws2_32.lib" | ||
34 | OutputFile="$(OutDir)/lsocket.dll" | 36 | OutputFile="$(OutDir)/lsocket.dll" |
35 | LinkIncremental="2" | 37 | LinkIncremental="2" |
36 | GenerateDebugInformation="TRUE" | 38 | GenerateDebugInformation="TRUE" |
@@ -69,7 +71,7 @@ | |||
69 | Name="VCCLCompilerTool" | 71 | Name="VCCLCompilerTool" |
70 | AdditionalIncludeDirectories="../../include" | 72 | AdditionalIncludeDirectories="../../include" |
71 | 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" |
72 | RuntimeLibrary="0" | 74 | RuntimeLibrary="4" |
73 | UsePrecompiledHeader="0" | 75 | UsePrecompiledHeader="0" |
74 | WarningLevel="3" | 76 | WarningLevel="3" |
75 | Detect64BitPortabilityProblems="TRUE" | 77 | Detect64BitPortabilityProblems="TRUE" |
@@ -209,10 +211,10 @@ | |||
209 | UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"> | 211 | UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"> |
210 | </Filter> | 212 | </Filter> |
211 | <File | 213 | <File |
212 | RelativePath="..\..\lib\lua.lib"> | 214 | RelativePath="..\..\lib\liblua.lib"> |
213 | </File> | 215 | </File> |
214 | <File | 216 | <File |
215 | RelativePath="..\..\lib\lualib.lib"> | 217 | RelativePath="..\..\lib\liblualib.lib"> |
216 | </File> | 218 | </File> |
217 | </Files> | 219 | </Files> |
218 | <Globals> | 220 | <Globals> |