add files

This commit is contained in:
Glenn Maynard
2002-12-27 23:14:56 +00:00
parent 8807351f72
commit 4006788727
2 changed files with 24 additions and 4 deletions
+14 -2
View File
@@ -60,7 +60,7 @@ IntDir=.\../Release6
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
@@ -95,7 +95,7 @@ IntDir=.\../Debug6
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
@@ -251,6 +251,18 @@ SOURCE=.\RageSoundManager.h
# End Source File
# Begin Source File
SOURCE=.\RageSoundReader.h
# End Source File
# Begin Source File
SOURCE=.\RageSoundReader_SDL_Sound.cpp
# End Source File
# Begin Source File
SOURCE=.\RageSoundReader_SDL_Sound.h
# End Source File
# Begin Source File
SOURCE=.\RageSoundSample.cpp
# End Source File
# Begin Source File
+10 -2
View File
@@ -42,8 +42,7 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386 $(intdir)\verstub.obj
"
AdditionalOptions="/MACHINE:I386 $(intdir)\verstub.obj"
OutputFile="../StepMania-debug.exe"
LinkIncremental="2"
SuppressStartupBanner="TRUE"
@@ -1180,6 +1179,15 @@ cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
<File
RelativePath="RageSoundManager.h">
</File>
<File
RelativePath="RageSoundReader.h">
</File>
<File
RelativePath="RageSoundReader_SDL_Sound.cpp">
</File>
<File
RelativePath="RageSoundReader_SDL_Sound.h">
</File>
<File
RelativePath=".\RageSoundSample.cpp">
</File>