summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorjestin2003-10-09 11:48:10 +0000
committerjestin2003-10-09 11:48:10 +0000
commit517834e74ade4c7e25c29bb084b6c25408480a1b (patch)
tree68bf92e5fa9956a04a8bdff56a97e9a7f8d1ef5c /src/Makefile
parent1abb393b3b605c1e5b2da35f2c5f893a2caeccce (diff)
downloadivy-c-517834e74ade4c7e25c29bb084b6c25408480a1b.zip
ivy-c-517834e74ade4c7e25c29bb084b6c25408480a1b.tar.gz
ivy-c-517834e74ade4c7e25c29bb084b6c25408480a1b.tar.bz2
ivy-c-517834e74ade4c7e25c29bb084b6c25408480a1b.tar.xz
Modified makefiles to allow compilation on OSX
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 2aca893..76d63cd 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -27,8 +27,8 @@ GTKLIB = `gtk-config --libs`
#GTKLIB = -L/usr/lib -L/usr/X11R6/lib
GLUTINC = -I/usr/include -I.
GLUTLIB = -L.
-TCLINCL = -I/usr/include/tcl8.2
-TCLLIB = -ltcl8.2
+TCLINCL = -I/usr/include/tcl8.4
+TCLLIB = -ltcl8.4
CC=gcc
CFLAGS = -g