Add new ScreenOptionsManageProfiles

This commit is contained in:
Chris Danford
2005-08-04 21:27:42 +00:00
parent 41b7a17818
commit f0e8a34327
2 changed files with 16 additions and 24 deletions
+10 -18
View File
@@ -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
@@ -2792,6 +2792,14 @@ SOURCE=.\ScreenOptionsManageCourses.h
# End Source File
# Begin Source File
SOURCE=.\ScreenOptionsManageProfiles.cpp
# End Source File
# Begin Source File
SOURCE=.\ScreenOptionsManageProfiles.h
# End Source File
# Begin Source File
SOURCE=.\ScreenOptionsMaster.cpp
# End Source File
# Begin Source File
@@ -2808,14 +2816,6 @@ SOURCE=.\ScreenOptionsMasterPrefs.h
# End Source File
# Begin Source File
SOURCE=.\ScreenOptionsSelectProfile.cpp
# End Source File
# Begin Source File
SOURCE=.\ScreenOptionsSelectProfile.h
# End Source File
# Begin Source File
SOURCE=.\ScreenPackages.cpp
# End Source File
# Begin Source File
@@ -2928,14 +2928,6 @@ SOURCE=.\ScreenSelectMusic.h
# End Source File
# Begin Source File
SOURCE=.\ScreenSelectProfile.cpp
# End Source File
# Begin Source File
SOURCE=.\ScreenSelectProfile.h
# End Source File
# Begin Source File
SOURCE=.\ScreenSelectStyle.cpp
# End Source File
# Begin Source File
+6 -6
View File
@@ -451,6 +451,12 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\
<File
RelativePath="ScreenOptionsManageCourses.h">
</File>
<File
RelativePath="ScreenOptionsManageProfiles.cpp">
</File>
<File
RelativePath="ScreenOptionsManageProfiles.h">
</File>
<File
RelativePath="ScreenOptionsMaster.cpp">
</File>
@@ -559,12 +565,6 @@ cl /Zl /nologo /c verstub.cpp /Fo&quot;$(IntDir)&quot;\
<File
RelativePath="ScreenSelectMusic.h">
</File>
<File
RelativePath="ScreenSelectProfile.cpp">
</File>
<File
RelativePath="ScreenSelectProfile.h">
</File>
<File
RelativePath="ScreenSelectStyle.cpp">
</File>