add RageMovieTexture abstraction

This commit is contained in:
Glenn Maynard
2003-02-20 03:34:30 +00:00
parent f85bfc391b
commit c457452a49
8 changed files with 631 additions and 32 deletions
+32 -20
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,14 +113,6 @@ PostBuild_Cmds=disasm\mapconv $(IntDir)\$(TargetName).map $(TargetDir)\StepMania
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\RageMovieTextureHelper.cpp
# End Source File
# Begin Source File
SOURCE=.\RageMovieTextureHelper.h
# End Source File
# Begin Source File
SOURCE=.\regex.c
# End Source File
# Begin Source File
@@ -219,14 +211,6 @@ SOURCE=.\RageMath.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=.\RageSound.cpp
# End Source File
# Begin Source File
@@ -700,6 +684,34 @@ SOURCE=.\arch\InputHandler\InputHandler_Win32_Pump.cpp
SOURCE=.\arch\InputHandler\InputHandler_Win32_Pump.h
# End Source File
# End Group
# Begin Group "MovieTexture"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\arch\MovieTexture\MovieTexture.cpp
# End Source File
# Begin Source File
SOURCE=.\arch\MovieTexture\MovieTexture.h
# End Source File
# Begin Source File
SOURCE=.\arch\MovieTexture\MovieTexture_DShow.cpp
# End Source File
# Begin Source File
SOURCE=.\arch\MovieTexture\MovieTexture_DShow.h
# End Source File
# Begin Source File
SOURCE=.\arch\MovieTexture\MovieTexture_DShowHelper.cpp
# End Source File
# Begin Source File
SOURCE=.\arch\MovieTexture\MovieTexture_DShowHelper.h
# End Source File
# End Group
# Begin Source File
SOURCE=.\arch\arch.cpp