Differences From Artifact [1305499925]:
- File kitdll/buildsrc/kitdll-0.0/Makefile.in — part of check-in [fe17341989] at 2010-10-01 23:46:58 on branch trunk — Renamed library built by KitDLL to include version number by default (user: rkeene, size: 1818) [annotate] [blame] [check-ins using]
To Artifact [99ca289f2a]:
- File
kitdll/buildsrc/kitdll-0.0/Makefile.in
— part of check-in
[c77d16728b]
at
2010-10-02 08:58:00
on branch trunk
— Updated to set runtime linker path on drivers to "." rather than pwd
Updated setting runtime linker path to use more compatible option (user: rkeene, size: 1818) [annotate] [blame] [check-ins using]
︙ | |||
31 32 33 34 35 36 37 | 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | - + - + | ## DLL Build libtclkit@KITDLL_LIB_VERSION@.@SHOBJEXT@: $(OBJS) $(EXTRA_OBJS) $(CC) $(CPPFLAGS) $(CFLAGS) -o libtclkit@KITDLL_LIB_VERSION@.@SHOBJEXT@ $(OBJS) $(EXTRA_OBJS) $(LDFLAGS) $(SHOBJLDFLAGS) -Wl,--whole-archive $(STATICLIBS) -Wl,--no-whole-archive $(LIBS) # Test driver tclsh.o: tclsh.c tclsh: tclsh.o $(EXTRA_OBJS) libtclkit@KITDLL_LIB_VERSION@.@SHOBJEXT@ |
︙ |