From 6b80feece4d49302179a9d3ad4c42e7a890c2b33 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 14 May 2007 22:39:02 +0000 Subject: moved iem16 to only build on Mac OS X and GNU/Linux since it dies when compiling on Windows/MinGW svn path=/trunk/; revision=7662 --- externals/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'externals') diff --git a/externals/Makefile b/externals/Makefile index 1c353f7c..b870ec09 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -124,17 +124,17 @@ CXXFLAGS = $(CFLAGS) # # WARNING! this MUST be all on one line because the automatic package # building scripts rely on it being that way. -LIB_TARGETS = boids bsaylor creb cxc cyclone deprecated ekext ext13 flatspace flib freeverb ggee hardware hcs iem_ambi iem_bin_ambi iemlib jasch_lib loaders mapping markex maxlib mjlib motex mrpeach msd oscx pan pddp pdogg pmpd sigpack smlib toxy unauthorized vbap zexy pdcontainer adaptive iem_delay iem_roomsim iem_spec2 iem_tab flashserver iemgui iem_adaptfilt iemmatrix iem_matrix iemxmlrpc iem16 earplug +LIB_TARGETS = boids bsaylor creb cxc cyclone deprecated ekext ext13 flatspace flib freeverb ggee hardware hcs iem_ambi iem_bin_ambi iemlib jasch_lib loaders mapping markex maxlib mjlib motex mrpeach msd oscx pan pddp pdogg pmpd sigpack smlib toxy unauthorized vbap zexy pdcontainer adaptive iem_delay iem_roomsim iem_spec2 iem_tab flashserver iemgui iem_adaptfilt iemmatrix iem_matrix iemxmlrpc earplug # this is for libraries that don't compile (yet) on all platforms ifeq ($(OS_NAME),windows) LIB_TARGETS += else ifeq ($(OS_NAME),darwin) - LIB_TARGETS += hid hidio pidip wiiremote gem2pdp + LIB_TARGETS += hid hidio pidip wiiremote gem2pdp iem16 else # GNU/Linux, BSD, IRIX, etc. - LIB_TARGETS += hid hidio pdp pidip hdspm_mixer gem2pdp + LIB_TARGETS += hid hidio pdp pidip hdspm_mixer gem2pdp iem16 endif endif -- cgit v1.2.1