Files
itgmania212121/stepmania/src/StepMania.dsp
T

752 lines
14 KiB
Plaintext
Raw Normal View History

2001-11-03 10:52:42 +00:00
# Microsoft Developer Studio Project File - Name="StepMania" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Application" 0x0101
CFG=StepMania - Win32 Debug
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
!MESSAGE NMAKE /f "StepMania.mak".
!MESSAGE
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
!MESSAGE NMAKE /f "StepMania.mak" CFG="StepMania - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "StepMania - Win32 Release" (based on "Win32 (x86) Application")
!MESSAGE "StepMania - Win32 Debug" (based on "Win32 (x86) Application")
!MESSAGE
# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
MTL=midl.exe
RSC=rc.exe
!IF "$(CFG)" == "StepMania - Win32 Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "Release"
# PROP BASE Intermediate_Dir "Release"
# PROP BASE Target_Dir ""
# PROP Use_MFC 1
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "../Release"
# PROP Intermediate_Dir "../Release"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c
2001-12-01 23:46:09 +00:00
# ADD CPP /nologo /MT /W3 /GX /O2 /Ob2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /FR /YX /FD /c
2001-11-03 10:52:42 +00:00
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
# ADD LINK32 /nologo /subsystem:windows /machine:I386
!ELSEIF "$(CFG)" == "StepMania - Win32 Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "Debug"
# PROP BASE Intermediate_Dir "Debug"
# PROP BASE Target_Dir ""
# PROP Use_MFC 1
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "../Debug"
# PROP Intermediate_Dir "../Debug"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /GZ /c
# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /FR /YX /FD /GZ /c
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
# ADD LINK32 /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
!ENDIF
# Begin Target
# Name "StepMania - Win32 Release"
# Name "StepMania - Win32 Debug"
# Begin Group "Rage"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\RageBitmapTexture.cpp
# End Source File
# Begin Source File
SOURCE=.\RageBitmapTexture.h
# End Source File
# Begin Source File
SOURCE=.\RageInput.cpp
# End Source File
# Begin Source File
SOURCE=.\RageInput.h
# End Source File
# Begin Source File
SOURCE=.\RageMovieTexture.cpp
# End Source File
# Begin Source File
SOURCE=.\RageMovieTexture.h
# End Source File
# Begin Source File
SOURCE=.\RageMusic.cpp
# End Source File
# Begin Source File
SOURCE=.\RageMusic.h
# End Source File
# Begin Source File
SOURCE=.\RageScreen.cpp
# End Source File
# Begin Source File
SOURCE=.\RageScreen.h
# End Source File
# Begin Source File
SOURCE=.\RageSound.cpp
# End Source File
# Begin Source File
SOURCE=.\RageSound.h
# End Source File
# Begin Source File
2002-01-16 10:01:32 +00:00
SOURCE=.\RageSoundSample.cpp
# End Source File
# Begin Source File
SOURCE=.\RageSoundSample.h
# End Source File
# Begin Source File
SOURCE=.\RageSoundStream.cpp
# End Source File
# Begin Source File
SOURCE=.\RageSoundStream.h
# End Source File
# Begin Source File
2001-11-03 10:52:42 +00:00
SOURCE=.\RageTexture.cpp
# End Source File
# Begin Source File
SOURCE=.\RageTexture.h
# End Source File
# Begin Source File
SOURCE=.\RageTextureManager.cpp
# End Source File
# Begin Source File
SOURCE=.\RageTextureManager.h
# End Source File
# Begin Source File
SOURCE=.\RageUtil.cpp
# End Source File
# Begin Source File
SOURCE=.\RageUtil.h
# End Source File
# End Group
# Begin Group "Windows"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\Window.cpp
# End Source File
# Begin Source File
SOURCE=.\Window.h
# End Source File
# Begin Source File
2001-12-28 10:15:59 +00:00
SOURCE=.\WindowCaution.cpp
# End Source File
# Begin Source File
SOURCE=.\WindowCaution.h
# End Source File
# Begin Source File
2001-11-03 10:52:42 +00:00
SOURCE=.\WindowConfigurePads.cpp
# End Source File
# Begin Source File
SOURCE=.\WindowConfigurePads.h
# End Source File
# Begin Source File
SOURCE=.\WindowDancing.cpp
# End Source File
# Begin Source File
SOURCE=.\WindowDancing.h
# End Source File
# Begin Source File
2001-12-19 14:56:22 +00:00
SOURCE=.\WindowGameOptions.cpp
# End Source File
# Begin Source File
SOURCE=.\WindowGameOptions.h
# End Source File
# Begin Source File
2002-01-16 10:01:32 +00:00
SOURCE=.\WindowIdle.cpp
# End Source File
# Begin Source File
SOURCE=.\WindowIdle.h
# End Source File
# Begin Source File
2001-11-03 10:52:42 +00:00
SOURCE=.\WindowIntroCovers.cpp
# End Source File
# Begin Source File
SOURCE=.\WindowIntroCovers.h
# End Source File
# Begin Source File
SOURCE=.\WindowLoading.cpp
# End Source File
# Begin Source File
SOURCE=.\WindowLoading.h
# End Source File
# Begin Source File
2001-11-03 10:52:42 +00:00
SOURCE=.\WindowManager.cpp
# End Source File
# Begin Source File
SOURCE=.\WindowManager.h
# End Source File
# Begin Source File
2002-01-16 10:01:32 +00:00
SOURCE=.\WindowMenu.cpp
# End Source File
# Begin Source File
SOURCE=.\WindowMenu.h
# End Source File
# Begin Source File
SOURCE=.\WindowMenuResults.cpp
# End Source File
# Begin Source File
SOURCE=.\WindowMenuResults.h
# End Source File
# Begin Source File
SOURCE=.\WindowMenuSelectMusic.cpp
# End Source File
# Begin Source File
SOURCE=.\WindowMenuSelectMusic.h
# End Source File
# Begin Source File
SOURCE=.\WindowMenuSelectStyle.cpp
# End Source File
# Begin Source File
SOURCE=.\WindowMenuSelectStyle.h
# End Source File
# Begin Source File
2001-12-20 12:37:38 +00:00
SOURCE=.\WindowOptions.cpp
# End Source File
# Begin Source File
SOURCE=.\WindowOptions.h
# End Source File
# Begin Source File
2001-12-19 01:50:57 +00:00
SOURCE=.\WindowPlayerOptions.cpp
# End Source File
# Begin Source File
SOURCE=.\WindowPlayerOptions.h
# End Source File
# Begin Source File
SOURCE=.\WindowPrompt.cpp
# End Source File
# Begin Source File
SOURCE=.\WindowPrompt.h
# End Source File
# Begin Source File
2001-11-03 10:52:42 +00:00
SOURCE=.\WindowSandbox.cpp
# End Source File
# Begin Source File
SOURCE=.\WindowSandbox.h
# End Source File
# Begin Source File
2001-12-20 12:37:38 +00:00
SOURCE=.\WindowSongOptions.cpp
# End Source File
# Begin Source File
SOURCE=.\WindowSongOptions.h
# End Source File
# Begin Source File
2001-11-03 10:52:42 +00:00
SOURCE=.\WindowTitleMenu.cpp
# End Source File
# Begin Source File
SOURCE=.\WindowTitleMenu.h
# End Source File
# End Group
2002-01-16 10:01:32 +00:00
# Begin Group "Data Structures"
2001-11-03 10:52:42 +00:00
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\GameInfo.cpp
2001-11-03 10:52:42 +00:00
# End Source File
# Begin Source File
SOURCE=.\GameInfo.h
2001-11-03 10:52:42 +00:00
# End Source File
# Begin Source File
2002-01-16 10:01:32 +00:00
SOURCE=.\Grade.cpp
2001-11-29 20:49:00 +00:00
# End Source File
# Begin Source File
2002-01-16 10:01:32 +00:00
SOURCE=.\Grade.h
2001-12-19 01:50:57 +00:00
# End Source File
# Begin Source File
2001-11-03 10:52:42 +00:00
SOURCE=.\PadInput.h
# End Source File
# Begin Source File
SOURCE=.\Player.cpp
# End Source File
# Begin Source File
SOURCE=.\Player.h
# End Source File
# Begin Source File
2001-12-19 01:50:57 +00:00
SOURCE=.\PlayerInput.h
# End Source File
# Begin Source File
2001-11-03 10:52:42 +00:00
SOURCE=.\Song.cpp
# End Source File
# Begin Source File
SOURCE=.\song.h
# End Source File
# Begin Source File
SOURCE=.\SoundSet.cpp
# End Source File
# Begin Source File
SOURCE=.\SoundSet.h
# End Source File
# Begin Source File
SOURCE=.\Steps.cpp
# End Source File
# Begin Source File
SOURCE=.\Steps.h
# End Source File
# Begin Source File
2002-01-16 10:01:32 +00:00
SOURCE=.\ThemeManager.cpp
# End Source File
# Begin Source File
2002-01-16 10:01:32 +00:00
SOURCE=.\ThemeManager.h
# End Source File
2001-11-03 10:52:42 +00:00
# End Group
# Begin Group "File Types"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\BmsFile.cpp
# End Source File
# Begin Source File
SOURCE=.\BmsFile.h
# End Source File
# Begin Source File
SOURCE=.\IniFile.cpp
# End Source File
# Begin Source File
SOURCE=.\IniFile.h
# End Source File
# End Group
# Begin Group "System"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\dxutil.cpp
# End Source File
# Begin Source File
SOURCE=.\getdxver.cpp
# End Source File
# Begin Source File
SOURCE=.\getdxver.h
# End Source File
# Begin Source File
2001-11-03 10:52:42 +00:00
SOURCE=.\resource.h
# End Source File
# Begin Source File
SOURCE=.\ScreenDimensions.h
# End Source File
# Begin Source File
2001-11-03 10:52:42 +00:00
SOURCE=.\StdAfx.cpp
# End Source File
# Begin Source File
SOURCE=.\StdAfx.h
# End Source File
# Begin Source File
SOURCE=.\StepMania.cpp
# End Source File
# Begin Source File
2002-01-20 23:29:03 +00:00
SOURCE=.\StepMania.h
# End Source File
# Begin Source File
2001-11-03 10:52:42 +00:00
SOURCE=.\StepMania.ICO
# End Source File
# Begin Source File
SOURCE=.\StepMania.RC
# End Source File
# End Group
# Begin Group "Transitions"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\Transition.cpp
# End Source File
# Begin Source File
SOURCE=.\Transition.h
# End Source File
# Begin Source File
SOURCE=.\TransitionFade.cpp
# End Source File
# Begin Source File
SOURCE=.\TransitionFade.h
# End Source File
# Begin Source File
SOURCE=.\TransitionFadeWipe.cpp
# End Source File
# Begin Source File
SOURCE=.\TransitionFadeWipe.h
# End Source File
# Begin Source File
2001-12-28 10:15:59 +00:00
SOURCE=.\TransitionFadeWipeWithLogo.cpp
# End Source File
# Begin Source File
SOURCE=.\TransitionFadeWipeWithLogo.h
# End Source File
# Begin Source File
2001-11-03 10:52:42 +00:00
SOURCE=.\TransitionRectWipe.cpp
# End Source File
# Begin Source File
SOURCE=.\TransitionRectWipe.h
# End Source File
# Begin Source File
SOURCE=.\TransitionStarburst.cpp
# End Source File
# Begin Source File
SOURCE=.\TransitionStarburst.h
# End Source File
# Begin Source File
SOURCE=.\TransitionStarWipe.cpp
# End Source File
# Begin Source File
SOURCE=.\TransitionStarWipe.h
# End Source File
# End Group
2002-01-16 10:01:32 +00:00
# Begin Group "Actors"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\Actor.cpp
# End Source File
# Begin Source File
SOURCE=.\Actor.h
# End Source File
# Begin Source File
SOURCE=.\ActorFrame.cpp
# End Source File
# Begin Source File
SOURCE=.\ActorFrame.h
# End Source File
# Begin Source File
SOURCE=.\Background.cpp
# End Source File
# Begin Source File
SOURCE=.\Background.h
# End Source File
# Begin Source File
2002-01-16 10:01:32 +00:00
SOURCE=.\Banner.cpp
# End Source File
# Begin Source File
SOURCE=.\Banner.h
# End Source File
# Begin Source File
SOURCE=.\BitmapText.cpp
# End Source File
# Begin Source File
SOURCE=.\BitmapText.h
# End Source File
# Begin Source File
SOURCE=.\BPMDisplay.cpp
# End Source File
# Begin Source File
SOURCE=.\BPMDisplay.h
# End Source File
# Begin Source File
SOURCE=.\ColorArrow.cpp
# End Source File
# Begin Source File
SOURCE=.\ColorArrow.h
# End Source File
# Begin Source File
SOURCE=.\FocusingSprite.cpp
# End Source File
# Begin Source File
SOURCE=.\FocusingSprite.h
# End Source File
# Begin Source File
2002-01-16 10:01:32 +00:00
SOURCE=.\GhostArrow.cpp
# End Source File
# Begin Source File
SOURCE=.\GhostArrow.h
# End Source File
# Begin Source File
SOURCE=.\GhostArrowBright.cpp
# End Source File
# Begin Source File
SOURCE=.\GhostArrowBright.h
# End Source File
# Begin Source File
SOURCE=.\GradeDisplay.cpp
# End Source File
# Begin Source File
SOURCE=.\GradeDisplay.h
# End Source File
# Begin Source File
SOURCE=.\GrayArrow.cpp
# End Source File
# Begin Source File
SOURCE=.\GrayArrow.h
# End Source File
# Begin Source File
SOURCE=.\HoldGhostArrow.cpp
# End Source File
# Begin Source File
SOURCE=.\HoldGhostArrow.h
# End Source File
# Begin Source File
SOURCE=.\MiniBackground.cpp
# End Source File
# Begin Source File
SOURCE=.\MiniBackground.h
# End Source File
# Begin Source File
SOURCE=.\MotionBlurSprite.cpp
# End Source File
# Begin Source File
SOURCE=.\MotionBlurSprite.h
# End Source File
# Begin Source File
2002-01-16 10:01:32 +00:00
SOURCE=.\MusicSortDisplay.cpp
# End Source File
# Begin Source File
SOURCE=.\MusicSortDisplay.h
# End Source File
# Begin Source File
SOURCE=.\MusicStatusDisplay.cpp
# End Source File
# Begin Source File
SOURCE=.\MusicStatusDisplay.h
# End Source File
# Begin Source File
SOURCE=.\MusicWheel.cpp
# End Source File
# Begin Source File
SOURCE=.\MusicWheel.h
# End Source File
# Begin Source File
SOURCE=.\PreviewGraphic.cpp
# End Source File
# Begin Source File
SOURCE=.\previewgraphic.h
# End Source File
# Begin Source File
SOURCE=.\Rectangle.cpp
# End Source File
# Begin Source File
SOURCE=.\Rectangle.h
# End Source File
# Begin Source File
2002-01-17 07:41:01 +00:00
SOURCE=.\ScoreDisplayFlipping.cpp
2002-01-16 10:01:32 +00:00
# End Source File
# Begin Source File
2002-01-17 07:41:01 +00:00
SOURCE=.\ScoreDisplayFlipping.h
# End Source File
# Begin Source File
SOURCE=.\ScoreDisplayRolling.cpp
# End Source File
# Begin Source File
SOURCE=.\ScoreDisplayRolling.h
2002-01-16 10:01:32 +00:00
# End Source File
# Begin Source File
SOURCE=.\Sprite.cpp
# End Source File
# Begin Source File
SOURCE=.\Sprite.h
# End Source File
# Begin Source File
SOURCE=.\StepsSelector.cpp
# End Source File
# Begin Source File
SOURCE=.\StepsSelector.h
# End Source File
# Begin Source File
SOURCE=.\TextBanner.cpp
# End Source File
# Begin Source File
SOURCE=.\TextBanner.h
# End Source File
# Begin Source File
SOURCE=.\TipDisplay.cpp
# End Source File
# Begin Source File
SOURCE=.\TipDisplay.h
# End Source File
# End Group
# Begin Source File
SOURCE=.\splash.bmp
# End Source File
2001-11-03 10:52:42 +00:00
# End Target
# End Project