diff options
-rw-r--r-- | luasocket.vcproj | 7 | ||||
-rw-r--r-- | mime.vcproj | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/luasocket.vcproj b/luasocket.vcproj index f98c72c..6e2da8a 100644 --- a/luasocket.vcproj +++ b/luasocket.vcproj | |||
@@ -31,7 +31,7 @@ | |||
31 | Name="VCCustomBuildTool"/> | 31 | Name="VCCustomBuildTool"/> |
32 | <Tool | 32 | <Tool |
33 | Name="VCLinkerTool" | 33 | Name="VCLinkerTool" |
34 | OutputFile="$(OutDir)/luasocket.dll" | 34 | OutputFile="$(OutDir)/lsocket.dll" |
35 | LinkIncremental="2" | 35 | LinkIncremental="2" |
36 | GenerateDebugInformation="TRUE" | 36 | GenerateDebugInformation="TRUE" |
37 | ProgramDatabaseFile="$(OutDir)/luasocket.pdb" | 37 | ProgramDatabaseFile="$(OutDir)/luasocket.pdb" |
@@ -79,7 +79,7 @@ | |||
79 | <Tool | 79 | <Tool |
80 | Name="VCLinkerTool" | 80 | Name="VCLinkerTool" |
81 | AdditionalDependencies="ws2_32.lib" | 81 | AdditionalDependencies="ws2_32.lib" |
82 | OutputFile="$(OutDir)/luasocket.dll" | 82 | OutputFile="$(OutDir)/lsocket.dll" |
83 | LinkIncremental="1" | 83 | LinkIncremental="1" |
84 | GenerateDebugInformation="TRUE" | 84 | GenerateDebugInformation="TRUE" |
85 | SubSystem="2" | 85 | SubSystem="2" |
@@ -123,6 +123,9 @@ | |||
123 | RelativePath=".\buffer.c"> | 123 | RelativePath=".\buffer.c"> |
124 | </File> | 124 | </File> |
125 | <File | 125 | <File |
126 | RelativePath=".\compat-5.1.c"> | ||
127 | </File> | ||
128 | <File | ||
126 | RelativePath=".\except.c"> | 129 | RelativePath=".\except.c"> |
127 | </File> | 130 | </File> |
128 | <File | 131 | <File |
diff --git a/mime.vcproj b/mime.vcproj index 6e5ae36..51ce05e 100644 --- a/mime.vcproj +++ b/mime.vcproj | |||
@@ -31,7 +31,7 @@ | |||
31 | Name="VCCustomBuildTool"/> | 31 | Name="VCCustomBuildTool"/> |
32 | <Tool | 32 | <Tool |
33 | Name="VCLinkerTool" | 33 | Name="VCLinkerTool" |
34 | OutputFile="$(OutDir)/mime.dll" | 34 | OutputFile="$(OutDir)/lmime.dll" |
35 | LinkIncremental="2" | 35 | LinkIncremental="2" |
36 | GenerateDebugInformation="TRUE" | 36 | GenerateDebugInformation="TRUE" |
37 | ProgramDatabaseFile="$(OutDir)/mime.pdb" | 37 | ProgramDatabaseFile="$(OutDir)/mime.pdb" |
@@ -78,7 +78,7 @@ | |||
78 | Name="VCCustomBuildTool"/> | 78 | Name="VCCustomBuildTool"/> |
79 | <Tool | 79 | <Tool |
80 | Name="VCLinkerTool" | 80 | Name="VCLinkerTool" |
81 | OutputFile="$(OutDir)/mime.dll" | 81 | OutputFile="$(OutDir)/lmime.dll" |
82 | LinkIncremental="1" | 82 | LinkIncremental="1" |
83 | GenerateDebugInformation="TRUE" | 83 | GenerateDebugInformation="TRUE" |
84 | SubSystem="2" | 84 | SubSystem="2" |
@@ -116,6 +116,9 @@ | |||
116 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" | 116 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" |
117 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> | 117 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> |
118 | <File | 118 | <File |
119 | RelativePath=".\compat-5.1.c"> | ||
120 | </File> | ||
121 | <File | ||
119 | RelativePath=".\mime.c"> | 122 | RelativePath=".\mime.c"> |
120 | </File> | 123 | </File> |
121 | </Filter> | 124 | </Filter> |