From 894c59059370c8c2fe8c2410cfeacde9edd07ca0 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 21 Jun 2009 18:05:59 +0000 Subject: removed iemxmlrpc from the Windows build because it hasn't worked in two weeks svn path=/trunk/; revision=11805 --- externals/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/externals/Makefile b/externals/Makefile index 344b8d82..6a83e5f6 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -128,17 +128,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 = adaptive bassemu boids bsaylor creb cxc cyclone deprecated earplug ekext ext13 flashserver flatspace flib freeverb ggee hardware hcs iem_ambi iem_bin_ambi iemlib iemgui iem_adaptfilt iemmatrix iem_matrix iemxmlrpc iem_delay iem_roomsim iem_spec2 iem_tab jasch_lib loaders mapping markex maxlib mjlib moocow moonlib motex mrpeach msd oscx pan pdcontainer pddp pdogg pmpd sigpack smlib tof toxy unauthorized vbap windowing zexy +LIB_TARGETS = adaptive bassemu boids bsaylor creb cxc cyclone deprecated earplug ekext ext13 flashserver flatspace flib freeverb ggee hardware hcs iem_ambi iem_bin_ambi iemlib iemgui iem_adaptfilt iemmatrix iem_matrix iem_delay iem_roomsim iem_spec2 iem_tab jasch_lib loaders mapping markex maxlib mjlib moocow moonlib motex mrpeach msd oscx pan pdcontainer pddp pdogg pmpd sigpack smlib tof toxy unauthorized vbap windowing zexy # 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 pdp pidip gem2pdp iem16 pdp_opengl apple + LIB_TARGETS += hid pdp pidip gem2pdp iem16 pdp_opengl apple iemxmlrpc else # GNU/Linux, BSD, IRIX, etc. - LIB_TARGETS += hid pdp pidip gem2pdp iem16 pdp_opengl pdvjtools postlude tclpd sixaxis + LIB_TARGETS += hid pdp pidip gem2pdp iem16 pdp_opengl pdvjtools postlude tclpd sixaxis iemxmlrpc endif endif -- cgit v1.2.1