diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-10-01 22:44:18 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-10-01 22:44:18 +0000 |
commit | d59fc0af61e5a2e935e499131847c875cb0fc792 (patch) | |
tree | c6b2814c2997aa8dd829553e94b9799b41e91993 | |
parent | d040366c83e4eca95dbdbf2f203e2e5fb97d424d (diff) |
re-added 'plugin' to the windows build
svn path=/trunk/; revision=15434
-rw-r--r-- | externals/Makefile | 8 |
1 files 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 |