Differences From Artifact [b723314153]:
- File kitsh/buildsrc/kitsh-0.0/Makefile.tclkit.in — part of check-in [a1a14e0aba] at 2011-05-23 10:53:53 on branch merge-kitdll-kitsh-common — Integrated KitDLL into KitSH (user: rkeene, size: 269) [annotate] [blame] [check-ins using]
To 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...]
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)