[PD-cvs] SF.net SVN: pure-data: [9773] trunk/externals/Makefile

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Fri May 9 18:06:18 CEST 2008


Revision: 9773
          http://pure-data.svn.sourceforge.net/pure-data/?rev=9773&view=rev
Author:   eighthave
Date:     2008-05-09 09:06:18 -0700 (Fri, 09 May 2008)

Log Message:
-----------
removed pdlua and hidio from the autobuilds since they are currently changing too fast

Modified Paths:
--------------
    trunk/externals/Makefile

Modified: trunk/externals/Makefile
===================================================================
--- trunk/externals/Makefile	2008-05-08 15:51:50 UTC (rev 9772)
+++ trunk/externals/Makefile	2008-05-09 16:06:18 UTC (rev 9773)
@@ -128,13 +128,13 @@
 
 # this is for libraries that don't compile (yet) on all platforms
 ifeq ($(OS_NAME),windows)
-  LIB_TARGETS += pdlua
+  LIB_TARGETS += 
 else
   ifeq ($(OS_NAME),darwin)
-    LIB_TARGETS += hid hidio pdp pidip gem2pdp aka.wiiremote iem16 usbhid pdlua apple
+    LIB_TARGETS += hid pdp pidip gem2pdp aka.wiiremote iem16 apple
   else
     # GNU/Linux, BSD, IRIX, etc.
-    LIB_TARGETS += hid hidio pdp pidip gem2pdp hdspm_mixer iem16 postlude tclpd
+    LIB_TARGETS += hid pdp pidip gem2pdp hdspm_mixer iem16 postlude tclpd
   endif
 endif
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list