From d59fc0af61e5a2e935e499131847c875cb0fc792 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 1 Oct 2011 22:44:18 +0000 Subject: re-added 'plugin' to the windows build svn path=/trunk/; revision=15434 --- externals/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/externals/Makefile b/externals/Makefile index 139dae78..364b9964 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -128,7 +128,7 @@ 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 arraysize bassemu boids bsaylor comport creb cw_binaural cxc cyclone earplug ekext ext13 extra freeverb ggee hcs iem_ambi iem_bin_ambi iemlib iemgui iemguts iem_adaptfilt iemmatrix iemxmlrpc iem_delay iem_roomsim iem_spec2 iem_tab jasch_lib loaders-hexloader loaders-libdir loaders-pdlua loaders-tclpd log mapping markex maxlib mediasettings mjlib moocow moonlib motex mrpeach osc oscx pan pdcontainer pddp pdogg pmpd sigpack smlib tof unauthorized vanilla vbap windowing zexy +LIB_TARGETS = adaptive arraysize bassemu boids bsaylor comport creb cw_binaural cxc cyclone earplug ekext ext13 extra freeverb ggee hcs iem_ambi iem_bin_ambi iemlib iemgui iemguts iem_adaptfilt iemmatrix iemxmlrpc iem_delay iem_roomsim iem_spec2 iem_tab jasch_lib loaders-hexloader loaders-libdir loaders-pdlua loaders-tclpd log mapping markex maxlib mediasettings mjlib moocow moonlib motex mrpeach osc oscx pan pdcontainer pddp pdogg plugin pmpd sigpack smlib tof unauthorized vanilla vbap windowing zexy # this is for libraries that don't compile (yet) on all platforms ifeq ($(OS_NAME),windows) @@ -136,13 +136,13 @@ ifeq ($(OS_NAME),windows) else ifeq ($(OS_NAME),darwin) # on Mac OS X 10.6/Snow Leopard don't build hid since it needs Carbon - LIB_TARGETS += gem pdp gem2pdp iem16 apple plugin - ifneq ($(shell uname -r | sed 's|10\.[0-9][0-9]*\.[0-9][0-9]*|10|'),10) + LIB_TARGETS += gem pdp gem2pdp iem16 apple + ifneq ($(shell uname -r | sed 's|10\.0-9][0-9]*\.[0-9][0-9]*|10|'),10) LIB_TARGETS += hid endif else # GNU/Linux, BSD, IRIX, etc. - LIB_TARGETS += gem hid pdp gem2pdp iem16 plugin + LIB_TARGETS += gem hid pdp gem2pdp iem16 endif endif -- cgit v1.2.1