Differences From Artifact [06f1b2f40d]:
- File
kitsh/buildsrc/kitsh-0.0/Makefile.in
— part of check-in
[cacf7999db]
at
2010-09-26 04:38:10
on branch trunk
— Updated to find libraries to link to dynamically
Updated to add "unix" directory to header search path (user: rkeene, size: 451) [annotate] [blame] [check-ins using]
To 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]
1 | CC = @CC@ | | | 1 2 3 4 5 6 7 8 9 | CC = @CC@ CFLAGS = @CFLAGS@ @DEFS@ CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ ARCHS = @ARCHS@ OBJS = kitInit.o main.o pwb.o rechan.o zlib.o all: kit |
︙ | ︙ |