ExportNsisStrings -> ExportStrings

correct misconfigured precompiled header settings for Debug and fastdebug.
(release was correct)
This commit is contained in:
Thad Ward
2006-08-10 05:42:35 +00:00
parent a5253821a3
commit 8bb6233b5a
+4 -2
View File
@@ -31,6 +31,7 @@
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="2" RuntimeLibrary="2"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderThrough="global.h"
PrecompiledHeaderFile="$(IntDir)/StepMania.pch" PrecompiledHeaderFile="$(IntDir)/StepMania.pch"
AssemblerListingLocation=".\../Debug/" AssemblerListingLocation=".\../Debug/"
ObjectFile=".\../Debug/" ObjectFile=".\../Debug/"
@@ -190,6 +191,7 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\
BasicRuntimeChecks="0" BasicRuntimeChecks="0"
RuntimeLibrary="2" RuntimeLibrary="2"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderThrough="global.h"
PrecompiledHeaderFile="$(IntDir)/StepMania.pch" PrecompiledHeaderFile="$(IntDir)/StepMania.pch"
AssemblerListingLocation=".\../FastDebug/" AssemblerListingLocation=".\../FastDebug/"
ObjectFile=".\../FastDebug/" ObjectFile=".\../FastDebug/"
@@ -1205,10 +1207,10 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\
Name="StepMania" Name="StepMania"
Filter=""> Filter="">
<File <File
RelativePath=".\ExportNsisStrings.cpp"> RelativePath=".\ExportStrings.cpp">
</File> </File>
<File <File
RelativePath=".\ExportNsisStrings.h"> RelativePath=".\ExportStrings.h">
</File> </File>
<File <File
RelativePath=".\GameLoop.cpp"> RelativePath=".\GameLoop.cpp">