diff options
Diffstat (limited to 'mime.vcproj')
-rw-r--r-- | mime.vcproj | 32 |
1 files changed, 13 insertions, 19 deletions
diff --git a/mime.vcproj b/mime.vcproj index 43d289a..c4e328f 100644 --- a/mime.vcproj +++ b/mime.vcproj | |||
@@ -12,18 +12,18 @@ | |||
12 | <Configurations> | 12 | <Configurations> |
13 | <Configuration | 13 | <Configuration |
14 | Name="Debug|Win32" | 14 | Name="Debug|Win32" |
15 | OutputDirectory=".\" | 15 | OutputDirectory="src" |
16 | IntermediateDirectory=".\" | 16 | IntermediateDirectory="src" |
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 | AdditionalIncludeDirectories="..\..\include, compat-5.1r2" | 22 | AdditionalIncludeDirectories="src\compat-5.1r4, ..\lua-5.0.2\include" |
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" |
26 | RuntimeLibrary="5" | 26 | RuntimeLibrary="3" |
27 | UsePrecompiledHeader="0" | 27 | UsePrecompiledHeader="0" |
28 | WarningLevel="3" | 28 | WarningLevel="3" |
29 | Detect64BitPortabilityProblems="TRUE" | 29 | Detect64BitPortabilityProblems="TRUE" |
@@ -32,7 +32,7 @@ | |||
32 | Name="VCCustomBuildTool"/> | 32 | Name="VCCustomBuildTool"/> |
33 | <Tool | 33 | <Tool |
34 | Name="VCLinkerTool" | 34 | Name="VCLinkerTool" |
35 | OutputFile="$(OutDir)/cmime.dll" | 35 | OutputFile="$(OutDir)/mime.dll" |
36 | LinkIncremental="2" | 36 | LinkIncremental="2" |
37 | GenerateDebugInformation="TRUE" | 37 | GenerateDebugInformation="TRUE" |
38 | ProgramDatabaseFile="$(OutDir)/mime.pdb" | 38 | ProgramDatabaseFile="$(OutDir)/mime.pdb" |
@@ -62,15 +62,15 @@ | |||
62 | </Configuration> | 62 | </Configuration> |
63 | <Configuration | 63 | <Configuration |
64 | Name="Release|Win32" | 64 | Name="Release|Win32" |
65 | OutputDirectory="." | 65 | OutputDirectory="src" |
66 | IntermediateDirectory="." | 66 | IntermediateDirectory="src" |
67 | ConfigurationType="2" | 67 | ConfigurationType="2" |
68 | CharacterSet="2"> | 68 | CharacterSet="2"> |
69 | <Tool | 69 | <Tool |
70 | Name="VCCLCompilerTool" | 70 | Name="VCCLCompilerTool" |
71 | AdditionalIncludeDirectories="../../include, compat-5.1r2" | 71 | AdditionalIncludeDirectories="src\compat-5.1r4, ..\lua-5.0.2\include" |
72 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MIME_EXPORTS; MIME_API=__declspec(dllexport)" | 72 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MIME_EXPORTS; MIME_API=__declspec(dllexport)" |
73 | RuntimeLibrary="4" | 73 | RuntimeLibrary="2" |
74 | UsePrecompiledHeader="0" | 74 | UsePrecompiledHeader="0" |
75 | WarningLevel="3" | 75 | WarningLevel="3" |
76 | Detect64BitPortabilityProblems="TRUE" | 76 | Detect64BitPortabilityProblems="TRUE" |
@@ -79,7 +79,7 @@ | |||
79 | Name="VCCustomBuildTool"/> | 79 | Name="VCCustomBuildTool"/> |
80 | <Tool | 80 | <Tool |
81 | Name="VCLinkerTool" | 81 | Name="VCLinkerTool" |
82 | OutputFile="$(OutDir)/cmime.dll" | 82 | OutputFile="$(OutDir)/mime.dll" |
83 | LinkIncremental="1" | 83 | LinkIncremental="1" |
84 | GenerateDebugInformation="TRUE" | 84 | GenerateDebugInformation="TRUE" |
85 | SubSystem="2" | 85 | SubSystem="2" |
@@ -117,19 +117,16 @@ | |||
117 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" | 117 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" |
118 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> | 118 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> |
119 | <File | 119 | <File |
120 | RelativePath=".\compat-5.1r2\compat-5.1.c"> | 120 | RelativePath="src\compat-5.1r4\compat-5.1.c"> |
121 | </File> | 121 | </File> |
122 | <File | 122 | <File |
123 | RelativePath=".\mime.c"> | 123 | RelativePath="src\mime.c"> |
124 | </File> | 124 | </File> |
125 | </Filter> | 125 | </Filter> |
126 | <Filter | 126 | <Filter |
127 | Name="Header Files" | 127 | Name="Header Files" |
128 | Filter="h;hpp;hxx;hm;inl;inc;xsd" | 128 | Filter="h;hpp;hxx;hm;inl;inc;xsd" |
129 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> | 129 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> |
130 | <File | ||
131 | RelativePath=".\mime.h"> | ||
132 | </File> | ||
133 | </Filter> | 130 | </Filter> |
134 | <Filter | 131 | <Filter |
135 | Name="Resource Files" | 132 | Name="Resource Files" |
@@ -137,10 +134,7 @@ | |||
137 | UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"> | 134 | UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"> |
138 | </Filter> | 135 | </Filter> |
139 | <File | 136 | <File |
140 | RelativePath="..\..\lib\liblua.lib"> | 137 | RelativePath="..\lua-5.0.2\lib\lua50.lib"> |
141 | </File> | ||
142 | <File | ||
143 | RelativePath="..\..\lib\liblualib.lib"> | ||
144 | </File> | 138 | </File> |
145 | </Files> | 139 | </Files> |
146 | <Globals> | 140 | <Globals> |