From eff3563208db6e7da80d74872e9ba32ea9f103c4 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 7 Sep 2002 09:36:50 +0000 Subject: [PATCH] Replace CArray. Remove templated MFC includes. --- stepmania/src/StdAfx.h | 8 ++++++-- stepmania/src/StepMania.dsp | 8 ++++++-- stepmania/src/StepMania.vcproj | 3 +++ 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/stepmania/src/StdAfx.h b/stepmania/src/StdAfx.h index 92894af334..020ae78b9a 100644 --- a/stepmania/src/StdAfx.h +++ b/stepmania/src/StdAfx.h @@ -18,9 +18,13 @@ #define VC_EXTRALEAN // Exclude rarely-used stuff +#if defined(_MSC_VER) && (_MSC_VER > 1100) +#pragma warning (disable : 4786) // turn off broken debugger warning +#endif + #include // MFC core and standard components -#include // MFC extensions -#include // MFC templated collections + +#include "STDCarray.h" /* Don't include our own headers here, since they tend to change * often. */ diff --git a/stepmania/src/StepMania.dsp b/stepmania/src/StepMania.dsp index 732ce2f2bc..55461b9c46 100644 --- a/stepmania/src/StepMania.dsp +++ b/stepmania/src/StepMania.dsp @@ -59,7 +59,7 @@ IntDir=.\../Release6 TargetDir=\temp\stepmania TargetName=StepMania SOURCE="$(InputPath)" -PreLink_Cmds=disasm\verinc cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\ +PreLink_Cmds=disasm\verinc cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\ PostBuild_Cmds=disasm\mapconv $(IntDir)\$(TargetName).map $(TargetDir)\StepMania.vdi ia32.vdi # End Special Build Tool @@ -95,7 +95,7 @@ IntDir=.\../Debug6 TargetDir=\temp\stepmania TargetName=StepMania-debug SOURCE="$(InputPath)" -PreLink_Cmds=disasm\verinc cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\ +PreLink_Cmds=disasm\verinc cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\ PostBuild_Cmds=disasm\mapconv $(IntDir)\$(TargetName).map $(TargetDir)\StepMania.vdi ia32.vdi # End Special Build Tool @@ -492,6 +492,10 @@ SOURCE=.\StdAfx.h # End Source File # Begin Source File +SOURCE=.\STDCarray.h +# End Source File +# Begin Source File + SOURCE=.\StepMania.cpp # End Source File # Begin Source File diff --git a/stepmania/src/StepMania.vcproj b/stepmania/src/StepMania.vcproj index 0e909d9d07..8ddf305bb0 100644 --- a/stepmania/src/StepMania.vcproj +++ b/stepmania/src/StepMania.vcproj @@ -564,6 +564,9 @@ cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\ + +