From 4f85b8572e25b89b61537fbe30b7f3efe4bd822b Mon Sep 17 00:00:00 2001 From: Renaud Lepage Date: Thu, 25 Aug 2005 19:58:59 +0000 Subject: [PATCH] New approach to the xbox debug version : same as the release version, but with debug symbols. no "sm debug features" activated. pure code debugging :) --- stepmania/src/StepManiaXbox.vcproj | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/stepmania/src/StepManiaXbox.vcproj b/stepmania/src/StepManiaXbox.vcproj index fededd6e72..7f437338c9 100644 --- a/stepmania/src/StepManiaXbox.vcproj +++ b/stepmania/src/StepManiaXbox.vcproj @@ -94,9 +94,10 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\ Optimization="0" OptimizeForProcessor="2" AdditionalIncludeDirectories=".;vorbis;libjpeg;"lua-5.0/include"" - PreprocessorDefinitions="WIN32,_XBOX,XBOX,_DEBUG,OGG_ONLY,_INC_WINDOWS" + PreprocessorDefinitions="WIN32,_XBOX,XBOX,NDEBUG" RuntimeLibrary="1" UsePrecompiledHeader="2" + PrecompiledHeaderThrough="global.h" PrecompiledHeaderFile=".\Debug/StepMania.pch" AssemblerListingLocation=".\Debug/" ObjectFile=".\Debug/" @@ -109,17 +110,19 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\ Name="VCCustomBuildTool"/> + ProgramDatabaseFile=".\Debug/StepManiaXbox-debug.pdb" + OptimizeReferences="0"/> + Description="disasm\mapconv $(IntDir)\$(TargetName).map $(TargetDir)StepMania.vdi ia32.vdi" + ExcludedFromBuild="TRUE"/> + Name="XboxDeploymentTool" + ExcludedFromBuild="FALSE" + RemotePath="xe:\$(SolutionName)\default.xbe" + Progress="TRUE"/> @@ -1414,10 +1421,10 @@ cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\ RelativePath="archutils\Win32\arch_setup.cpp"> + RelativePath=".\archutils\Xbox\arch_setup.h"> + RelativePath="archutils\Win32\arch_setup.h">