From b739866e7d9ee4354fb2470e4ebde2e305d6bd71 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 7 Jul 2004 20:14:13 +0000 Subject: [PATCH] update --- stepmania/src/Makefile.am | 4 ++-- stepmania/src/StepMania.dsp | 18 +++++++++++++----- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/stepmania/src/Makefile.am b/stepmania/src/Makefile.am index 660113dcf8..048a15b1e8 100644 --- a/stepmania/src/Makefile.am +++ b/stepmania/src/Makefile.am @@ -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 diff --git a/stepmania/src/StepMania.dsp b/stepmania/src/StepMania.dsp index e5f1c1baaa..03a7231cbf 100644 --- a/stepmania/src/StepMania.dsp +++ b/stepmania/src/StepMania.dsp @@ -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