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; 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_textLabel[i].SetX( fLabelX );
m_textAnswer[i].SetX( fAnswerX ); m_textAnswer[i].SetX( fAnswerX );
+14 -6
View File
@@ -57,7 +57,7 @@ LINK32=link.exe
# SUBTRACT LINK32 /verbose /pdb:none # SUBTRACT LINK32 /verbose /pdb:none
# Begin Special Build Tool # Begin Special Build Tool
IntDir=.\../Release6 IntDir=.\../Release6
TargetDir=\stepmania TargetDir=\stepmania\stepmania
TargetName=StepMania TargetName=StepMania
SOURCE="$(InputPath)" 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)\
@@ -92,7 +92,7 @@ LINK32=link.exe
# SUBTRACT LINK32 /verbose /profile /pdb:none /incremental:no /nodefaultlib # SUBTRACT LINK32 /verbose /profile /pdb:none /incremental:no /nodefaultlib
# Begin Special Build Tool # Begin Special Build Tool
IntDir=.\../Debug6 IntDir=.\../Debug6
TargetDir=\stepmania TargetDir=\stepmania\stepmania
TargetName=StepMania-debug TargetName=StepMania-debug
SOURCE="$(InputPath)" 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)\
@@ -1308,19 +1308,19 @@ SOURCE=.\HoldGhostArrow.h
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=.\HoldJudgement.cpp SOURCE=.\HoldJudgment.cpp
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=.\HoldJudgement.h SOURCE=.\HoldJudgment.h
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=.\Judgement.cpp SOURCE=.\Judgment.cpp
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=.\Judgement.h SOURCE=.\Judgment.h
# End Source File # End Source File
# Begin Source File # Begin Source File
@@ -1633,6 +1633,14 @@ SOURCE=.\ScreenMessage.h
# End Source File # End Source File
# Begin 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 SOURCE=.\ScreenMusicScroll.cpp
# End Source File # End Source File
# Begin Source File # Begin Source File