aboutsummaryrefslogtreecommitdiff
path: root/externals/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-06-21 18:05:59 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-06-21 18:05:59 +0000
commit894c59059370c8c2fe8c2410cfeacde9edd07ca0 (patch)
treee5a0566809a9cd55d9fb53ed3286a7d5e838452e /externals/Makefile
parent3c0d7bd6413e2102b020ab1ab996db0ae25775c2 (diff)
removed iemxmlrpc from the Windows build because it hasn't worked in two weeks
svn path=/trunk/; revision=11805
Diffstat (limited to 'externals/Makefile')
-rw-r--r--externals/Makefile6
1 files 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