This commit is contained in:
Glenn Maynard
2004-09-06 08:03:05 +00:00
parent dc5993a1bd
commit 3713135cda
3 changed files with 21 additions and 7 deletions
+1 -1
View File
@@ -219,7 +219,7 @@ PCRE = pcre/chartables.c pcre/get.c pcre/internal.h pcre/maketables.c pcre/pcre.
RageFile = \
RageFile.cpp RageFile.h RageFileDriver.cpp RageFileDriver.h RageFileManager.cpp RageFileManager.h \
RageFileDriverDirect.cpp RageFileDriverDirect.h RageFileDriverDirectHelpers.cpp RageFileDriverDirectHelpers.h \
RageFileDriverZip.cpp RageFileDriverZip.h
RageFileDriverMemory.cpp RageFileDriverMemory.h RageFileDriverZip.cpp RageFileDriverZip.h
Rage = $(Helpers) $(PCRE) $(RageFile) $(RageSoundFileReaders) \
RageBitmapTexture.cpp RageBitmapTexture.h RageDisplay.cpp RageDisplay.h RageDisplay_OGL.cpp RageDisplay_OGL.h \
+10 -2
View File
@@ -62,7 +62,7 @@ IntDir=.\../Debug6
TargetDir=\temp\stepmania\Program
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
# End Special Build Tool
@@ -99,7 +99,7 @@ IntDir=.\../Release6
TargetDir=\temp\stepmania\Program
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
# End Special Build Tool
@@ -268,6 +268,14 @@ SOURCE=.\RageFileDriverDirectHelpers.h
# End Source File
# Begin Source File
SOURCE=.\RageFileDriverMemory.cpp
# End Source File
# Begin Source File
SOURCE=.\RageFileDriverMemory.h
# End Source File
# Begin Source File
SOURCE=.\RageFileDriverZip.cpp
# End Source File
# Begin Source File
+10 -4
View File
@@ -362,10 +362,10 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\
RelativePath="ScreenNameEntryTraditional.h">
</File>
<File
RelativePath="ScreenNetworkOptions.cpp">
RelativePath="ScreenNetEvaluation.cpp">
</File>
<File
RelativePath="ScreenNetworkOptions.h">
RelativePath="ScreenNetEvaluation.h">
</File>
<File
RelativePath="ScreenNetSelectMusic.cpp">
@@ -374,10 +374,10 @@ cl /Zl /nologo /c verstub.cpp /Fo&quot;$(IntDir)&quot;\
RelativePath="ScreenNetSelectMusic.h">
</File>
<File
RelativePath="ScreenNetEvaluation.cpp">
RelativePath="ScreenNetworkOptions.cpp">
</File>
<File
RelativePath="ScreenNetEvaluation.h">
RelativePath="ScreenNetworkOptions.h">
</File>
<File
RelativePath="ScreenOptions.cpp">
@@ -1838,6 +1838,12 @@ cl /Zl /nologo /c verstub.cpp /Fo&quot;$(IntDir)&quot;\
<File
RelativePath="RageFileDriverDirectHelpers.h">
</File>
<File
RelativePath="RageFileDriverMemory.cpp">
</File>
<File
RelativePath="RageFileDriverMemory.h">
</File>
<File
RelativePath="RageFileDriverZip.cpp">
</File>