Changeset - r4375:f57549d11007
[Not reviewed]
master
0 1 0
Darkvater - 18 years ago 2006-08-24 22:52:58
darkvater@openttd.org
(svn r6105) -Fix r6089: add STRGEN preprocessor flag and string.c to strgen project
1 file changed with 4 insertions and 1 deletions:
0 comments (0 inline, 0 general)
strgen/strgen.vcproj
Show inline comments
 
@@ -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>
0 comments (0 inline, 0 general)