add RageSoundReader_Preload.cpp

This commit is contained in:
Glenn Maynard
2003-03-15 23:34:11 +00:00
parent a990cdcb42
commit 2f411e2605
3 changed files with 19 additions and 4 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ RageException.cpp RageException.h RageInput.cpp RageInputDevice.cpp RageInputDev
RageLog.cpp RageLog.h RageMath.cpp RageMath.h RageSound.cpp RageSound.h \
RageSoundManager.cpp RageSoundManager.h RageSoundReader.h RageSoundReader_SDL_Sound.cpp RageSoundReader_SDL_Sound.h \
RageTexture.cpp RageTexture.h RageTextureManager.cpp RageTextureManager.h RageThreads.cpp RageThreads.h \
RageTimer.cpp RageTimer.h RageTypes.h RageUtil.cpp RageUtil.h
RageTimer.cpp RageTimer.h RageTypes.h RageUtil.cpp RageUtil.h RageSoundReader_Preload.cpp RageSoundReader_Preload.h
DataStructures = \
CodeDetector.cpp CodeDetector.h Course.cpp Course.h Font.cpp Font.h FontCharAliases.cpp FontCharAliases.h \
+10 -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
@@ -231,6 +231,14 @@ SOURCE=.\RageSoundReader.h
# End Source File
# Begin Source File
SOURCE=.\RageSoundReader_Preload.cpp
# End Source File
# Begin Source File
SOURCE=.\RageSoundReader_Preload.h
# End Source File
# Begin Source File
SOURCE=.\RageSoundReader_SDL_Sound.cpp
# End Source File
# Begin Source File
+8 -1
View File
@@ -120,7 +120,8 @@ cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386 $(intdir)\verstub.obj"
AdditionalOptions="/MACHINE:I386 $(intdir)\verstub.obj /FIXED:no
"
OutputFile=".\../StepMania.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
@@ -1438,6 +1439,12 @@ cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
<File
RelativePath="RageSoundReader.h">
</File>
<File
RelativePath="RageSoundReader_Preload.cpp">
</File>
<File
RelativePath="RageSoundReader_Preload.h">
</File>
<File
RelativePath="RageSoundReader_SDL_Sound.cpp">
</File>