diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-10-02 19:33:54 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-10-02 19:33:54 +0000 |
commit | 0c857fb41295fc8728e68d57b09c4216732256a8 (patch) | |
tree | 1b386bb9ca33568d93b29069637d1a0dba2c48ce /Makefile | |
parent | 42f33177e59c26421a02147b01f211a8b4861b3e (diff) |
keep blank LIBS var
svn path=/trunk/externals/loaders/tclpd/; revision=15452
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ EXTRA_DIST = tcl.i tcl_extras.h pdlib.tcl pkgIndex.tcl $(TCLPD_SOURCES) INCLUDES = -I"$(PD_INCLUDE)/pd" CFLAGS = $(INCLUDES) -Wall -W -g -DPDSUF=\".$(EXTENSION)\" -std=c99 LDFLAGS = +LIBS = LIBS_linux = -ltcl8.5 LIBS_macosx = -framework Tcl LIBS_windows = -ltcl85 |