Differences From Artifact [c486d97051]:
- File
kitsh/buildsrc/kitsh-0.0/Makefile.in
— part of check-in
[66535d6924]
at
2010-09-26 04:43:48
on branch trunk
— KitCreator 0.3.0.x
Added support for using ZIP archives if MK4 fails to build
Removed support for pure-Tcl MK4 (it didn't work) (user: rkeene, size: 814) [annotate] [blame] [check-ins using]
To Artifact [60aec6b7f1]:
- File kitsh/buildsrc/kitsh-0.0/Makefile.in — part of check-in [eb6f15ad72] at 2010-09-26 04:50:05 on branch trunk — Updated to use dladdr() to find ourselves if possible (user: rkeene, size: 780) [annotate] [blame] [check-ins using]
1 2 | CC = @CC@ RC = @RC@ | | | | 1 2 3 4 5 6 7 8 9 10 11 | CC = @CC@ RC = @RC@ CFLAGS = @CFLAGS@ @DEFS@ -DTK_LOCAL_APPINIT=TclKit_AppInit CPPFLAGS = @CPPFLAGS@ @DEFS@ -DTK_LOCAL_APPINIT=TclKit_AppInit LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ ARCHS = @ARCHS@ OBJS = kitInit.o main.o pwb.o rechan.o zlib.o winMain.o @EXTRA_OBJS@ all: kit |
︙ | ︙ |