diff --git a/stepmania/src/Makefile.am b/stepmania/src/Makefile.am index f87a646a99..08312eadb7 100644 --- a/stepmania/src/Makefile.am +++ b/stepmania/src/Makefile.am @@ -93,7 +93,10 @@ Font.cpp Font.h \ FontCharAliases.cpp FontCharAliases.h \ FontCharmaps.cpp FontCharmaps.h Game.cpp Game.h GameCommand.cpp GameCommand.h \ GameConstantsAndTypes.cpp GameConstantsAndTypes.h \ -GameInput.cpp GameInput.h Grade.cpp Grade.h HighScore.cpp HighScore.h Inventory.cpp Inventory.h LuaFunctions.h \ +GameInput.cpp GameInput.h Grade.cpp Grade.h \ +HighScore.cpp HighScore.h \ +InputEventPlus.cpp InputEventPlus.h \ +Inventory.cpp Inventory.h LuaFunctions.h \ LuaReference.cpp LuaReference.h \ LyricsLoader.cpp LyricsLoader.h MenuInput.h \ NoteData.cpp NoteData.h NoteDataUtil.cpp NoteDataUtil.h NoteDataWithScoring.cpp NoteDataWithScoring.h \ diff --git a/stepmania/src/StepMania-net2003.vcproj b/stepmania/src/StepMania-net2003.vcproj index 88c7e7446f..c03f6f0ce3 100644 --- a/stepmania/src/StepMania-net2003.vcproj +++ b/stepmania/src/StepMania-net2003.vcproj @@ -856,6 +856,9 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\ + + @@ -1929,6 +1932,12 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\ + + + + diff --git a/stepmania/src/StepMania.dsp b/stepmania/src/StepMania.dsp index 87b500eab1..3c0d0d9efc 100644 --- a/stepmania/src/StepMania.dsp +++ b/stepmania/src/StepMania.dsp @@ -62,7 +62,7 @@ IntDir=.\../Debug6 TargetDir=\cvs\stepmania\Program TargetName=StepMania-debug SOURCE="$(InputPath)" -PreLink_Cmds=archutils\Win32\verinc cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\ +PreLink_Cmds=archutils\Win32\verinc cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\ PostBuild_Cmds=archutils\Win32\mapconv $(IntDir)\$(TargetName).map $(TargetDir)\StepMania.vdi # End Special Build Tool @@ -99,7 +99,7 @@ IntDir=.\../Release6 TargetDir=\cvs\stepmania\Program TargetName=StepMania SOURCE="$(InputPath)" -PreLink_Cmds=archutils\Win32\verinc cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\ +PreLink_Cmds=archutils\Win32\verinc cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\ PostBuild_Cmds=archutils\Win32\mapconv $(IntDir)\$(TargetName).map $(TargetDir)\StepMania.vdi # End Special Build Tool @@ -884,6 +884,10 @@ SOURCE=.\HighScore.h # End Source File # Begin Source File +SOURCE=.\InputEventPlus.h +# End Source File +# Begin Source File + SOURCE=.\Inventory.cpp # End Source File # Begin Source File @@ -2110,6 +2114,14 @@ SOURCE=.\Player.h # End Source File # Begin Source File +SOURCE=.\PlayerScoreList.cpp +# End Source File +# Begin Source File + +SOURCE=.\PlayerScoreList.h +# End Source File +# Begin Source File + SOURCE=.\ReceptorArrow.cpp # End Source File # Begin Source File diff --git a/stepmania/src/StepMania.vcproj b/stepmania/src/StepMania.vcproj index 9d9a6ba523..6649a0966f 100644 --- a/stepmania/src/StepMania.vcproj +++ b/stepmania/src/StepMania.vcproj @@ -836,6 +836,9 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\ + + @@ -1909,6 +1912,12 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\ + + + +