Differences From Artifact [37da0c70cd]:
- File
kitsh/buildsrc/kitsh-0.0/Makefile.in
— part of check-in
[636da30116]
at
2010-09-26 04:39:19
on branch trunk
— Corrected check for mk4tcl to actually be functional
Removed support of "config.h" and started passing all defines on the command line (user: rkeene, size: 452) [annotate] [blame] [check-ins using]
To Artifact [43b96c5515]:
- File
kitsh/buildsrc/kitsh-0.0/Makefile.in
— part of check-in
[49f1d0e042]
at
2010-09-26 04:39:35
on branch trunk
— Fixed 64-bit Tcl 8.5.x compilation on Solaris
Fixed bootstrap build issue on Tcl 8.5.x
Minor documentation update (user: rkeene, size: 493) [annotate] [blame] [check-ins using]
1 | CC = @CC@ | | | | 1 2 3 4 5 6 7 8 9 10 | CC = @CC@ CFLAGS = @CFLAGS@ @DEFS@ -DSTDC_HEADERS=1 CPPFLAGS = @CPPFLAGS@ @DEFS@ -DSTDC_HEADERS=1 LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ ARCHS = @ARCHS@ OBJS = kitInit.o main.o pwb.o rechan.o zlib.o all: kit |
︙ | ︙ |