Replace CArray. Remove templated MFC includes.

This commit is contained in:
Glenn Maynard
2002-09-07 09:36:50 +00:00
parent c024ac408a
commit eff3563208
3 changed files with 15 additions and 4 deletions
+6 -2
View File
@@ -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