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 /mime.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 'mime.vcproj')
-rw-r--r-- | mime.vcproj | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/mime.vcproj b/mime.vcproj index 3183e51..4cc2b8a 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.1r5, ..\lua-5.0.2\include" | 22 | AdditionalIncludeDirectories="src\compat-5.1r5, h:\include\lua50" |
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" |
@@ -34,6 +34,7 @@ | |||
34 | Name="VCLinkerTool" | 34 | Name="VCLinkerTool" |
35 | OutputFile="$(OutDir)/mime.dll" | 35 | OutputFile="$(OutDir)/mime.dll" |
36 | LinkIncremental="2" | 36 | LinkIncremental="2" |
37 | AdditionalLibraryDirectories="h:\lib" | ||
37 | GenerateDebugInformation="TRUE" | 38 | GenerateDebugInformation="TRUE" |
38 | ProgramDatabaseFile="$(OutDir)/mime.pdb" | 39 | ProgramDatabaseFile="$(OutDir)/mime.pdb" |
39 | SubSystem="2" | 40 | SubSystem="2" |
@@ -68,7 +69,7 @@ | |||
68 | CharacterSet="2"> | 69 | CharacterSet="2"> |
69 | <Tool | 70 | <Tool |
70 | Name="VCCLCompilerTool" | 71 | Name="VCCLCompilerTool" |
71 | AdditionalIncludeDirectories="src\compat-5.1r5, src\lua-5.0.2\include" | 72 | AdditionalIncludeDirectories="src\compat-5.1r5, h:\include\lua50" |
72 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MIME_EXPORTS; MIME_API=__declspec(dllexport)" | 73 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MIME_EXPORTS; MIME_API=__declspec(dllexport)" |
73 | RuntimeLibrary="2" | 74 | RuntimeLibrary="2" |
74 | UsePrecompiledHeader="0" | 75 | UsePrecompiledHeader="0" |
@@ -81,6 +82,7 @@ | |||
81 | Name="VCLinkerTool" | 82 | Name="VCLinkerTool" |
82 | OutputFile="$(OutDir)/mime.dll" | 83 | OutputFile="$(OutDir)/mime.dll" |
83 | LinkIncremental="1" | 84 | LinkIncremental="1" |
85 | AdditionalLibraryDirectories="h:\lib" | ||
84 | GenerateDebugInformation="TRUE" | 86 | GenerateDebugInformation="TRUE" |
85 | SubSystem="2" | 87 | SubSystem="2" |
86 | OptimizeReferences="2" | 88 | OptimizeReferences="2" |
@@ -134,7 +136,7 @@ | |||
134 | UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"> | 136 | UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"> |
135 | </Filter> | 137 | </Filter> |
136 | <File | 138 | <File |
137 | RelativePath=".\src\lua-5.0.2\lib\lua50.lib"> | 139 | RelativePath="..\..\lib\lua50.dll.lib"> |
138 | </File> | 140 | </File> |
139 | </Files> | 141 | </Files> |
140 | <Globals> | 142 | <Globals> |