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"
RuntimeLibrary="2"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="global.h"
PrecompiledHeaderFile="$(IntDir)/StepMania.pch"
AssemblerListingLocation=".\../Debug/"
ObjectFile=".\../Debug/"
@@ -190,6 +191,7 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\
BasicRuntimeChecks="0"
RuntimeLibrary="2"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="global.h"
PrecompiledHeaderFile="$(IntDir)/StepMania.pch"
AssemblerListingLocation=".\../FastDebug/"
ObjectFile=".\../FastDebug/"
@@ -1205,10 +1207,10 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\
Name="StepMania"
Filter="">
<File
RelativePath=".\ExportNsisStrings.cpp">
RelativePath=".\ExportStrings.cpp">
</File>
<File
RelativePath=".\ExportNsisStrings.h">
RelativePath=".\ExportStrings.h">
</File>
<File
RelativePath=".\GameLoop.cpp">