Differences From Artifact [9a850eafbd]:
- File kitsh/buildsrc/kitsh-0.0/Makefile.tclkit.in — part of check-in [58e2899b04] at 2011-05-23 21:10:42 on branch merge-kitdll-kitsh-common — Corrected typo (user: rkeene, size: 269) [annotate] [blame] [check-ins using] [more...]
To Artifact [846104f661]:
- File kitsh/buildsrc/kitsh-0.0/Makefile.tclkit.in — part of check-in [e8e77fe250] at 2012-07-14 23:29:59 on branch trunk — Added an LDFLAGS_ADD environment variable to add options to the end of the linking command line (user: rkeene, size: 284) [annotate] [blame] [check-ins using]
1 1 OBJS = kitInit.o main.o pwb.o rechan.o zlib.o winMain.o 2 2 3 3 all: kit 4 4 5 5 -include Makefile.common 6 6 7 7 kit: $(OBJS) $(EXTRA_OBJS) $(EXTRA_KIT_DEPS) $(EXTRA_VFS_OBJS) $(ARCHS) 8 - $(CC) $(CPPFLAGS) $(CFLAGS) -o kit $(OBJS) $(EXTRA_OBJS) $(EXTRA_VFS_OBJS) $(ARCHS) $(LDFLAGS) $(LIBS) 8 + $(CC) $(CPPFLAGS) $(CFLAGS) -o kit $(OBJS) $(EXTRA_OBJS) $(EXTRA_VFS_OBJS) $(ARCHS) $(LDFLAGS) $(LIBS) $(LDFLAGS_ADD)