This commit is contained in:
William Reading
2003-05-04 04:56:31 +00:00
parent 20a5cddd85
commit 4319eaec0b
+2 -2
View File
@@ -141,12 +141,12 @@ Sound_Null = \
if ALSA if ALSA
Sound = $(Sound_Null) $(Sound_ALSA9) Sound = $(Sound_Null) $(Sound_ALSA9)
else else
Sound = $(Sound_null) Sound = $(Sound_Null)
endif endif
stepmania_SOURCES = $(Rage) $(DataStructures) $(FileTypes) $(StepMania) $(Transitions) \ stepmania_SOURCES = $(Rage) $(DataStructures) $(FileTypes) $(StepMania) $(Transitions) \
$(Actors) $(ActorsInMenus) $(ActorsInGameplay) $(Screens) $(GlobalSingletons) \ $(Actors) $(ActorsInMenus) $(ActorsInGameplay) $(Screens) $(GlobalSingletons) \
arch/arch.cpp \ arch/arch.cpp \
arch/InputHandler/InputHandler_SDL.cpp \ arch/InputHandler/InputHandler_SDL.cpp \
arch/InputHandler/InputHandler_SDL.h \ arch/InputHandler/InputHandler_SDL.h \
arch/LoadingWindow/LoadingWindow_SDL.cpp \ arch/LoadingWindow/LoadingWindow_SDL.cpp \