diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-09-03 00:58:50 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-09-03 00:58:50 +0000 |
commit | 6128337e726aa5d665a91b4c7e97f9644c265fc9 (patch) | |
tree | 375bd0f699e5f9a1b6c01421c000f1f18abfc064 | |
parent | aa2064264fdab82531a6b1d357cbcd7ab18e0d8c (diff) |
removing tclpd from the auto-build until there is a test for tcl85-dev vs tcl84-dev. tclpd relies on Tcl/Tk 8.5
svn path=/trunk/; revision=12199
-rw-r--r-- | externals/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/Makefile b/externals/Makefile index f019c390..865cb135 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -138,7 +138,7 @@ else LIB_TARGETS += hid pdp pidip gem2pdp iem16 pdp_opengl apple else # GNU/Linux, BSD, IRIX, etc. - LIB_TARGETS += hid pdp pidip gem2pdp iem16 pdp_opengl pdvjtools postlude tclpd sixaxis + LIB_TARGETS += hid pdp pidip gem2pdp iem16 pdp_opengl pdvjtools postlude sixaxis endif endif |