update VC6 project

This commit is contained in:
Chris Danford
2003-02-19 08:06:56 +00:00
parent 5ecd3afdd7
commit 94e937f5bd
2 changed files with 17 additions and 9 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ ScreenMiniMenu::ScreenMiniMenu( MiniMenuDefinition* pDef, ScreenMessage SM_SendO
fAnswerX += fIncreaseBy/2;
}
for( int i=0; i<m_Def.iNumLines; i++ )
for( i=0; i<m_Def.iNumLines; i++ )
{
m_textLabel[i].SetX( fLabelX );
m_textAnswer[i].SetX( fAnswerX );
+16 -8
View File
@@ -57,10 +57,10 @@ LINK32=link.exe
# SUBTRACT LINK32 /verbose /pdb:none
# Begin Special Build Tool
IntDir=.\../Release6
TargetDir=\stepmania
TargetDir=\stepmania\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
@@ -92,10 +92,10 @@ LINK32=link.exe
# SUBTRACT LINK32 /verbose /profile /pdb:none /incremental:no /nodefaultlib
# Begin Special Build Tool
IntDir=.\../Debug6
TargetDir=\stepmania
TargetDir=\stepmania\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
@@ -1308,19 +1308,19 @@ SOURCE=.\HoldGhostArrow.h
# End Source File
# Begin Source File
SOURCE=.\HoldJudgement.cpp
SOURCE=.\HoldJudgment.cpp
# End Source File
# Begin Source File
SOURCE=.\HoldJudgement.h
SOURCE=.\HoldJudgment.h
# End Source File
# Begin Source File
SOURCE=.\Judgement.cpp
SOURCE=.\Judgment.cpp
# End Source File
# Begin Source File
SOURCE=.\Judgement.h
SOURCE=.\Judgment.h
# End Source File
# Begin Source File
@@ -1633,6 +1633,14 @@ SOURCE=.\ScreenMessage.h
# End Source File
# Begin Source File
SOURCE=.\ScreenMiniMenu.cpp
# End Source File
# Begin Source File
SOURCE=.\ScreenMiniMenu.h
# End Source File
# Begin Source File
SOURCE=.\ScreenMusicScroll.cpp
# End Source File
# Begin Source File