Update of /cvsroot/stepmania/stepmania/src
In directory sc8-pr-cvs1:/tmp/cvs-serv13367/src
Modified Files:
Makefile.am
Log Message:
Remove Darwin as it isn't needed here anymore.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/stepmania/stepmania/src/Makefile.am,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -d -r1.120 -r1.121
--- Makefile.am 19 Sep 2003 02:19:02 -0000 1.120
+++ Makefile.am 19 Sep 2003 20:43:27 -0000 1.121
@@ -1,15 +1,9 @@
bin_PROGRAMS = stepmania
AM_LDFLAGS =
-AM_CXXFLAGS =
+AM_CXXFLAGS = -O2
AM_CFLAGS =
-if DARWIN
-AM_LDFLAGS += -framework Cocoa -framework Quicktime -framework Carbon -framework OpenGL -framework IOKit
-endif
-
-AM_CXXFLAGS += -O2
-
if NHAVE_SDL
AM_CXXFLAGS += -ISDL-1.2.6/include
endif
@@ -112,13 +106,7 @@
endif
Arch = $(LoadingWindow) $(Sound) $(ArchHooks) $(InputHandler) $(MovieTexture) $(LowLevelWindow) $(ArchUtils) \
- arch/arch.cpp arch/arch.h arch/arch_default.h
-
-if DARWIN
-Arch += arch/arch_darwin.h
-else
-Arch += arch/arch_linux.h
-endif
+ arch/arch.cpp arch/arch.h arch/arch_default.h arch/arch_linux.h
RageSoundFileReaders = \
RageSoundReader_WAV.cpp RageSoundReader_WAV.h
|