From 517834e74ade4c7e25c29bb084b6c25408480a1b Mon Sep 17 00:00:00 2001 From: jestin Date: Thu, 9 Oct 2003 11:48:10 +0000 Subject: Modified makefiles to allow compilation on OSX --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile') 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 -- cgit v1.1