Differences From Artifact [0d3b835065]:
- File
kitdll/buildsrc/kitdll-0.0/Makefile.in
— part of check-in
[8fde0c7fbf]
at
2010-09-30 05:35:48
on branch trunk
— Fixed test driver to call initialization routine -- changed to tclsh.
Updated to support determing encoding from environment
Removed debugging printfs/puts (user: rkeene, size: 1288) [annotate] [blame] [check-ins using]
To Artifact [5283919552]:
- File kitdll/buildsrc/kitdll-0.0/Makefile.in — part of check-in [742f8f4178] at 2010-09-30 05:38:13 on branch trunk — Renamed test driver "tclsh" (user: rkeene, size: 1296) [annotate] [blame] [check-ins using]
︙ | |||
25 26 27 28 29 30 31 | 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | - - - + + + - + | pwb.o: pwb.c ## DLL Build libtcl.@SHOBJEXT@: vfs_kitdll_data_tcl.o kitInit.o rechan.o pwb.o $(CC) $(CPPFLAGS) $(CFLAGS) -o libtcl.so vfs_kitdll_data_tcl.o kitInit.o rechan.o pwb.o $(LDFLAGS) $(SHOBJLDFLAGS) -Wl,--whole-archive $(STATICLIBS) -Wl,--no-whole-archive $(LIBS) # Test driver |