This commit is contained in:
Glenn Maynard
2004-07-07 20:14:13 +00:00
parent 396badb225
commit b739866e7d
2 changed files with 15 additions and 7 deletions
+2 -2
View File
@@ -115,12 +115,12 @@ if HAVE_FFMPEG
MovieTexture += arch/MovieTexture/MovieTexture_FFMpeg.cpp arch/MovieTexture/MovieTexture_FFMpeg.h
endif
Lights = arch/Lights/LightsDriver.h \
Lights = arch/Lights/LightsDriver.cpp \arch/Lights/LightsDriver.h \
arch/Lights/LightsDriver_SystemMessage.cpp arch/Lights/LightsDriver_SystemMessage.h
# arch/Lights/LightsDriver_LinuxWeedTech.cpp arch/Lights/LightsDriver_LinuxWeedTech.h
# arch/Lights/Linux_SerialPort.c arch/Lights/Linux_SerialPort.h
MemoryCard = arch/MemoryCard/MemoryCardDriver.h \
MemoryCard = arch/MemoryCard/MemoryCardDriver.cpp \arch/MemoryCard/MemoryCardDriver.h \
arch/MemoryCard/MemoryCardDriverThreaded.cpp arch/MemoryCard/MemoryCardDriverThreaded.h
LowLevelWindow = arch/LowLevelWindow/LowLevelWindow.h
+13 -5
View File
@@ -1,5 +1,5 @@
# Microsoft Developer Studio Project File - Name="StepMania" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 60000
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Application" 0x0101
@@ -59,10 +59,10 @@ LINK32=link.exe
# SUBTRACT LINK32 /verbose /profile /pdb:none /incremental:no /nodefaultlib
# Begin Special Build Tool
IntDir=.\../Debug6
TargetDir=\stepmania\stepmania\Program
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
@@ -96,10 +96,10 @@ LINK32=link.exe
# SUBTRACT LINK32 /verbose /pdb:none /debug
# Begin Special Build Tool
IntDir=.\../Release6
TargetDir=\stepmania\stepmania\Program
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
@@ -1307,6 +1307,10 @@ SOURCE=.\arch\LowLevelWindow\LowLevelWindow_SDL.h
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\arch\Lights\LightsDriver.cpp
# End Source File
# Begin Source File
SOURCE=.\arch\Lights\LightsDriver.h
# End Source File
# Begin Source File
@@ -1335,6 +1339,10 @@ SOURCE=.\arch\Lights\LightsDriver_Win32Parallel.h
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\arch\MemoryCard\MemoryCardDriver.cpp
# End Source File
# Begin Source File
SOURCE=.\arch\MemoryCard\MemoryCardDriver.h
# End Source File
# Begin Source File