Differences From Artifact [6ce16de7bd]:
- File
kitdll/buildsrc/kitdll-0.0/Makefile.in
— part of check-in
[2dbaa7246a]
at
2010-09-30 09:25:08
on branch trunk
— Added Tk support
Added wish test driver
Fixed issue with stripping KitDLL
Minor cleanup (user: rkeene, size: 1489) [annotate] [blame] [check-ins using]
To Artifact [234d9ecc62]:
- File kitdll/buildsrc/kitdll-0.0/Makefile.in — part of check-in [dc8f5f22bf] at 2010-09-30 16:20:43 on branch trunk — Updated to cleanup wish if built (user: rkeene, size: 1527) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
42 43 44 45 46 47 48 | # Cleanup routeines clean: rm -f libtclkit.@SHOBJEXT@ rm -f $(OBJS) rm -f vfs_kitdll_data_tcl.c rm -f vfs_kitdll.tcl.h | | > | 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | # Cleanup routeines clean: rm -f libtclkit.@SHOBJEXT@ rm -f $(OBJS) rm -f vfs_kitdll_data_tcl.c rm -f vfs_kitdll.tcl.h rm -f tclsh.o tclsh tclsh.exe rm -f wish.o wish wish.exe distclean: clean rm -f config.status config.log rm -f *~ rm -f Makefile mrproper: distclean |
︙ | ︙ |