(svn r6105) -Fix r6089: add STRGEN preprocessor flag and string.c to strgen project

pull/155/head
Darkvater 18 years ago
parent 1bc3eb117b
commit a747a311ee

@ -21,7 +21,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;STRGEN"
BasicRuntimeChecks="3"
RuntimeLibrary="5"
PrecompiledHeaderFile=".\Debug/strgen.pch"
@ -78,6 +78,9 @@
<File
RelativePath="strgen.c">
</File>
<File
RelativePath="..\string.c">
</File>
</Filter>
</Files>
<Globals>

Loading…
Cancel
Save