summaryrefslogtreecommitdiff
path: root/strgen
diff options
context:
space:
mode:
authorDarkvater <Darkvater@openttd.org>2006-08-24 22:52:58 +0000
committerDarkvater <Darkvater@openttd.org>2006-08-24 22:52:58 +0000
commita747a311ee24703295d288df20c1342c138b9538 (patch)
treec10940c673fe1686dac7747ad060bddb0dcea1c6 /strgen
parent1bc3eb117b10c87a4f254ae46f5a9b8c71a387e5 (diff)
downloadopenttd-a747a311ee24703295d288df20c1342c138b9538.tar.xz
(svn r6105) -Fix r6089: add STRGEN preprocessor flag and string.c to strgen project
Diffstat (limited to 'strgen')
-rw-r--r--strgen/strgen.vcproj5
1 files changed, 4 insertions, 1 deletions
diff --git a/strgen/strgen.vcproj b/strgen/strgen.vcproj
index f01e71168..9ca995297 100644
--- a/strgen/strgen.vcproj
+++ b/strgen/strgen.vcproj
@@ -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>