add new files

This commit is contained in:
Glenn Maynard
2002-12-13 08:33:12 +00:00
parent b5f1ba9202
commit 2d3f6381f5
2 changed files with 109 additions and 4 deletions
+60 -4
View File
@@ -57,10 +57,10 @@ LINK32=link.exe
# SUBTRACT LINK32 /verbose /pdb:none
# Begin Special Build Tool
IntDir=.\../Release6
TargetDir=\Stepmania\stepmania
TargetDir=\temp\stepmania
TargetName=StepMania
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)\
PostBuild_Cmds=disasm\mapconv $(IntDir)\$(TargetName).map $(TargetDir)\StepMania.vdi ia32.vdi
# End Special Build Tool
@@ -92,10 +92,10 @@ LINK32=link.exe
# SUBTRACT LINK32 /verbose /profile /pdb:none /incremental:no /nodefaultlib
# Begin Special Build Tool
IntDir=.\../Debug6
TargetDir=\Stepmania\stepmania
TargetDir=\temp\stepmania
TargetName=StepMania-debug
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)\
PostBuild_Cmds=disasm\mapconv $(IntDir)\$(TargetName).map $(TargetDir)\StepMania.vdi ia32.vdi
# End Special Build Tool
@@ -113,6 +113,30 @@ PostBuild_Cmds=disasm\mapconv $(IntDir)\$(TargetName).map $(TargetDir)\StepMania
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\RageSound.cpp
# End Source File
# Begin Source File
SOURCE=.\RageSound.h
# End Source File
# Begin Source File
SOURCE=.\RageSoundManager.cpp
# End Source File
# Begin Source File
SOURCE=.\RageSoundManager.h
# End Source File
# Begin Source File
SOURCE=.\RageThreads.cpp
# End Source File
# Begin Source File
SOURCE=.\RageThreads.h
# End Source File
# Begin Source File
SOURCE=.\SDL_dither.cpp
# End Source File
# Begin Source File
@@ -557,6 +581,38 @@ SOURCE=.\arch\LoadingWindow\LoadingWindow_Win32.cpp
SOURCE=.\arch\LoadingWindow\LoadingWindow_Win32.h
# End Source File
# End Group
# Begin Group "Sound"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\arch\Sound\DSoundHelpers.cpp
# End Source File
# Begin Source File
SOURCE=.\arch\Sound\DSoundHelpers.h
# End Source File
# Begin Source File
SOURCE=.\arch\Sound\RageSoundDriver.h
# End Source File
# Begin Source File
SOURCE=.\arch\Sound\RageSoundDriver_DSound.cpp
# End Source File
# Begin Source File
SOURCE=.\arch\Sound\RageSoundDriver_DSound.h
# End Source File
# Begin Source File
SOURCE=.\arch\Sound\RageSoundDriver_DSound_Software.cpp
# End Source File
# Begin Source File
SOURCE=.\arch\Sound\RageSoundDriver_DSound_Software.h
# End Source File
# End Group
# Begin Source File
SOURCE=.\resource.h
+49
View File
@@ -624,6 +624,31 @@ cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
RelativePath="arch\LoadingWindow\LoadingWindow_Win32.h">
</File>
</Filter>
<Filter
Name="Sound"
Filter="">
<File
RelativePath="arch\Sound\DSoundHelpers.cpp">
</File>
<File
RelativePath="arch\Sound\DSoundHelpers.h">
</File>
<File
RelativePath="arch\Sound\RageSoundDriver.h">
</File>
<File
RelativePath="arch\Sound\RageSoundDriver_DSound.cpp">
</File>
<File
RelativePath="arch\Sound\RageSoundDriver_DSound.h">
</File>
<File
RelativePath="arch\Sound\RageSoundDriver_DSound_Software.cpp">
</File>
<File
RelativePath="arch\Sound\RageSoundDriver_DSound_Software.h">
</File>
</Filter>
</Filter>
<Filter
Name="Transitions"
@@ -764,6 +789,12 @@ cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
<File
RelativePath="MenuTimer.h">
</File>
<File
RelativePath="MusicBannerWheel.cpp">
</File>
<File
RelativePath="MusicBannerWheel.h">
</File>
<File
RelativePath="MusicList.cpp">
</File>
@@ -1075,12 +1106,24 @@ cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
<File
RelativePath="RageNetworkServer.h">
</File>
<File
RelativePath="RageSound.cpp">
</File>
<File
RelativePath="RageSound.h">
</File>
<File
RelativePath=".\RageSoundBass.cpp">
</File>
<File
RelativePath=".\RageSoundBass.h">
</File>
<File
RelativePath="RageSoundManager.cpp">
</File>
<File
RelativePath="RageSoundManager.h">
</File>
<File
RelativePath=".\RageSoundSample.cpp">
</File>
@@ -1105,6 +1148,12 @@ cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
<File
RelativePath=".\RageTextureManager.h">
</File>
<File
RelativePath="RageThreads.cpp">
</File>
<File
RelativePath="RageThreads.h">
</File>
<File
RelativePath="RageTimer.cpp">
</File>