X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/micropolis/blobdiff_plain/6a5fa4e03967ab980cdc7ef96a42400bc29b4414..939cf6655a6c04ceaf2902c863de9242ac9aece8:/src/tclx/config.mk diff --git a/src/tclx/config.mk b/src/tclx/config.mk index 22d43cb..6108fbe 100644 --- a/src/tclx/config.mk +++ b/src/tclx/config.mk @@ -54,13 +54,14 @@ TCL_TK_SHELL=wish TCL_TK_DIR=../tk TK_LIBRARY=/usr/local/lib/tk XPM_LIBS=-L/usr/X11R6/lib -lXpm +XINCLUDE=/usr/X11R6/include #------------------------------------------------------------------------------ # Compiler debug/optimization/profiling flag to use. Not that if debugging or # profiling is enabled, the DO_STRIPPING option below must be disabled. # -CC=gcc +#CC=gcc OPTIMIZE_FLAG=-O3 -DIS_LINUX #OPTIMIZE_FLAG=-g -DIS_LINUX