forked from mirror/OpenTTD
(svn r6105) -Fix r6089: add STRGEN preprocessor flag and string.c to strgen project
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;STRGEN"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="5"
|
RuntimeLibrary="5"
|
||||||
PrecompiledHeaderFile=".\Debug/strgen.pch"
|
PrecompiledHeaderFile=".\Debug/strgen.pch"
|
||||||
@@ -78,6 +78,9 @@
|
|||||||
<File
|
<File
|
||||||
RelativePath="strgen.c">
|
RelativePath="strgen.c">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\string.c">
|
||||||
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
</Files>
|
</Files>
|
||||||
<Globals>
|
<Globals>
|
||||||
|
Reference in New Issue
Block a user