Changeset - r4376:a9aacf3b3122
[Not reviewed]
master
0 1 0
belugas - 18 years ago 2006-08-25 00:35:11
belugas@openttd.org
(svn r6107) -Fix r6089: add STRGEN preprocessor flag and string.c to strgen vs 80 project
Carbon copy of Darkvater's r6105
1 file changed with 4 insertions and 1 deletions:
0 comments (0 inline, 0 general)
strgen/strgen_vs80.vcproj
Show inline comments
 
@@ -43,7 +43,7 @@
 
			<Tool
 
				Name="VCCLCompilerTool"
 
				Optimization="0"
 
				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
 
				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;STRGEN"
 
				BasicRuntimeChecks="3"
 
				RuntimeLibrary="1"
 
				PrecompiledHeaderFile=".\Debug/strgen.pch"
 
@@ -113,6 +113,9 @@
 
				RelativePath="strgen.c"
 
				>
 
			</File>
 
			<File
 
				RelativePath="..\string.c">
 
			</File>
 
		</Filter>
 
	</Files>
 
	<Globals>
0 comments (0 inline, 0 general)