diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-07-16 06:48:48 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-07-16 06:48:48 +0000 |
commit | e4e2223cff658a7016724a625ebbd3dacb92a8f9 (patch) | |
tree | aac49c61149d30bf11219ab8d9989915bf7bee37 /mime.vcproj | |
parent | 9a79d500eb3e015f5bf579aab714916d49c1f289 (diff) | |
download | luasocket-e4e2223cff658a7016724a625ebbd3dacb92a8f9.tar.gz luasocket-e4e2223cff658a7016724a625ebbd3dacb92a8f9.tar.bz2 luasocket-e4e2223cff658a7016724a625ebbd3dacb92a8f9.zip |
Fixed a bunch of stuff. Added mike's patches.
Diffstat (limited to 'mime.vcproj')
-rw-r--r-- | mime.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mime.vcproj b/mime.vcproj index 95d3888..6e5ae36 100644 --- a/mime.vcproj +++ b/mime.vcproj | |||
@@ -67,13 +67,13 @@ | |||
67 | CharacterSet="2"> | 67 | CharacterSet="2"> |
68 | <Tool | 68 | <Tool |
69 | Name="VCCLCompilerTool" | 69 | Name="VCCLCompilerTool" |
70 | AdditionalIncludeDirectories="H:\include" | 70 | AdditionalIncludeDirectories="../../include" |
71 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MIME_EXPORTS; MIME_API=__declspec(dllexport)" | 71 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MIME_EXPORTS; MIME_API=__declspec(dllexport)" |
72 | RuntimeLibrary="0" | 72 | RuntimeLibrary="0" |
73 | UsePrecompiledHeader="0" | 73 | UsePrecompiledHeader="0" |
74 | WarningLevel="3" | 74 | WarningLevel="3" |
75 | Detect64BitPortabilityProblems="TRUE" | 75 | Detect64BitPortabilityProblems="TRUE" |
76 | DebugInformationFormat="3"/> | 76 | DebugInformationFormat="0"/> |
77 | <Tool | 77 | <Tool |
78 | Name="VCCustomBuildTool"/> | 78 | Name="VCCustomBuildTool"/> |
79 | <Tool | 79 | <Tool |