Revision: 9542 http://pure-data.svn.sourceforge.net/pure-data/?rev=9542&view=rev Author: eighthave Date: 2008-03-06 16:49:08 -0800 (Thu, 06 Mar 2008)
Log Message: ----------- enable pdlua on Windows and add minor cleanup
Modified Paths: -------------- trunk/externals/Makefile
Modified: trunk/externals/Makefile =================================================================== --- trunk/externals/Makefile 2008-03-06 10:41:06 UTC (rev 9541) +++ trunk/externals/Makefile 2008-03-07 00:49:08 UTC (rev 9542) @@ -56,7 +56,7 @@ STRIP = strip -x endif ifeq ($(OS_NAME),linux) - CFLAGS += -DUNIX -Dunix -fPIC -I/usr/include/lua5.1 + CFLAGS += -DUNIX -Dunix -fPIC LDFLAGS += -Wl,-export_dynamic -shared LIBS += -lc DYLIB_LDFLAGS = $(LDFLAGS) @@ -128,7 +128,7 @@
# this is for libraries that don't compile (yet) on all platforms ifeq ($(OS_NAME),windows) - LIB_TARGETS += + LIB_TARGETS += pdlua else ifeq ($(OS_NAME),darwin) LIB_TARGETS += hid hidio pdp pidip gem2pdp wiiremote iem16 usbhid pdlua @@ -1909,7 +1909,7 @@ #------------------------------------------------------------------------------# # PDLUA PDLUA_NAME=pdlua -PDLUA_OBJECTS := $(wildcard $(externals_src)/loaders/pdlua/src/lua.c) +PDLUA_OBJECTS := $(externals_src)/loaders/pdlua/src/lua.c pdlua: $(PDLUA_OBJECTS:.c=.$(EXTENSION))
pdlua_install: pdlua
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.