aboutsummaryrefslogtreecommitdiff
path: root/socket.vcproj
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2007-06-12 00:06:29 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2007-06-12 00:06:29 +0000
commite381bde1ea74552c227e33dbb0c73a2fade897f6 (patch)
treef4853361e8f88f8c38c605082e7ebc634c1583d5 /socket.vcproj
parentc893c7abfb8edbb5124909ac25e36cf089419dd2 (diff)
downloadluasocket-e381bde1ea74552c227e33dbb0c73a2fade897f6.tar.gz
luasocket-e381bde1ea74552c227e33dbb0c73a2fade897f6.tar.bz2
luasocket-e381bde1ea74552c227e33dbb0c73a2fade897f6.zip
Modified and tested on Linux.
Diffstat (limited to 'socket.vcproj')
-rw-r--r--socket.vcproj9
1 files changed, 3 insertions, 6 deletions
diff --git a/socket.vcproj b/socket.vcproj
index 64a6a3f..b7c4a08 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, h:\include\lua50" 22 AdditionalIncludeDirectories="h:\include\lua5.1"
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"
@@ -70,7 +70,7 @@
70 CharacterSet="2"> 70 CharacterSet="2">
71 <Tool 71 <Tool
72 Name="VCCLCompilerTool" 72 Name="VCCLCompilerTool"
73 AdditionalIncludeDirectories="src\compat-5.1r5, h:\include\lua50" 73 AdditionalIncludeDirectories="h:\include\lua5.1"
74 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"
75 RuntimeLibrary="2" 75 RuntimeLibrary="2"
76 UsePrecompiledHeader="0" 76 UsePrecompiledHeader="0"
@@ -127,9 +127,6 @@
127 RelativePath="src\buffer.c"> 127 RelativePath="src\buffer.c">
128 </File> 128 </File>
129 <File 129 <File
130 RelativePath=".\src\compat-5.1r5\compat-5.1.c">
131 </File>
132 <File
133 RelativePath="src\except.c"> 130 RelativePath="src\except.c">
134 </File> 131 </File>
135 <File 132 <File
@@ -177,7 +174,7 @@
177 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"> 174 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
178 </Filter> 175 </Filter>
179 <File 176 <File
180 RelativePath="..\..\lib\lua50.dll.lib"> 177 RelativePath="..\..\lib\lua5.1.dll.lib">
181 </File> 178 </File>
182 </Files> 179 </Files>
183 <Globals> 180 <Globals>