diff --git a/src/Makefile.am b/src/Makefile.am index 9ff2b3bf43..28eb71d84d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -144,8 +144,11 @@ LyricsLoader.cpp LyricsLoader.h \ ModsGroup.cpp ModsGroup.h \ NoteData.cpp NoteData.h NoteDataUtil.cpp NoteDataUtil.h NoteDataWithScoring.cpp NoteDataWithScoring.h \ NoteTypes.cpp NoteTypes.h NotesLoader.cpp NotesLoader.h \ -NotesLoaderBMS.cpp NotesLoaderBMS.h NotesLoaderDWI.cpp NotesLoaderDWI.h NotesLoaderKSF.cpp NotesLoaderKSF.h NotesLoaderMidi.cpp NotesLoaderMidi.h \ -NotesLoaderPMS.cpp NotesLoaderPMS.h NotesLoaderSM.cpp NotesLoaderSM.h NotesWriterDWI.cpp NotesWriterDWI.h NotesWriterSM.cpp NotesWriterSM.h \ +NotesLoaderBMS.cpp NotesLoaderBMS.h NotesLoaderDWI.cpp NotesLoaderDWI.h \ +NotesLoaderKSF.cpp NotesLoaderKSF.h NotesLoaderMidi.cpp NotesLoaderMidi.h \ +NotesLoaderPMS.cpp NotesLoaderPMS.h NotesLoaderSM.cpp NotesLoaderSM.h \ +NotesLoaderSSC.cpp NotesLoaderSSC.h NotesWriterDWI.cpp NotesWriterDWI.h \ +NotesWriterSM.cpp NotesWriterSM.h NotesWriterSSC.cpp NotesWriterSSC.h \ OptionRowHandler.cpp OptionRowHandler.h OptionsList.cpp OptionsList.h \ PlayerAI.cpp PlayerAI.h PlayerNumber.cpp PlayerNumber.h PlayerOptions.cpp PlayerOptions.h \ PlayerStageStats.cpp PlayerStageStats.h \ diff --git a/src/StepMania-net2003.vcproj b/src/StepMania-net2003.vcproj index 735fdfbfae..2a0cbf18f1 100644 --- a/src/StepMania-net2003.vcproj +++ b/src/StepMania-net2003.vcproj @@ -986,6 +986,12 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\ + + + + @@ -998,6 +1004,12 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\ + + + + diff --git a/src/StepMania-net2005.vcproj b/src/StepMania-net2005.vcproj index 3e5361521b..4b6dd086bc 100644 --- a/src/StepMania-net2005.vcproj +++ b/src/StepMania-net2005.vcproj @@ -1314,6 +1314,15 @@ RelativePath="NotesLoaderSM.h" > + + + + + @@ -1330,6 +1339,15 @@ RelativePath="NotesWriterSM.h" > + + + + + diff --git a/src/StepMania-net2008.vcproj b/src/StepMania-net2008.vcproj index 9acd60d62a..1fc2052b40 100644 --- a/src/StepMania-net2008.vcproj +++ b/src/StepMania-net2008.vcproj @@ -1456,6 +1456,15 @@ RelativePath="NotesLoaderSM.h" > + + + + + @@ -1472,6 +1481,15 @@ RelativePath="NotesWriterSM.h" > + + + + +