Overview
Comment: | Updated to set runtime linker path on drivers to "." rather than pwd
Updated setting runtime linker path to use more compatible option |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
c77d16728b7733f96f8626d08352f6de |
User & Date: | rkeene on 2010-10-02 08:58:00 |
Other Links: | manifest | tags |
Context
2010-10-02
| ||
09:11 | Updated to compile zlib as PIC when building KitDLL check-in: 9bd201f713 user: rkeene tags: trunk | |
08:58 |
Updated to set runtime linker path on drivers to "." rather than pwd
Updated setting runtime linker path to use more compatible option check-in: c77d16728b user: rkeene tags: trunk | |
08:40 | Added missing file from previous commit check-in: d08ab67dfd user: rkeene tags: trunk | |
Changes
Modified kitdll/buildsrc/kitdll-0.0/Makefile.in from [1305499925] to [99ca289f2a].
︙ | ︙ | |||
31 32 33 34 35 36 37 | ## 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@ | | | | 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@ $(CC) $(CPPFLAGS) $(CFLAGS) -o tclsh tclsh.o $(EXTRA_OBJS) -L. -ltclkit@KITDLL_LIB_VERSION@ -Wl,-rpath,. wish.o: wish.c wish: wish.o $(EXTRA_OBJS) libtclkit@KITDLL_LIB_VERSION@.@SHOBJEXT@ $(CC) $(CPPFLAGS) $(CFLAGS) $(WISH_CFLAGS) -o wish wish.o $(EXTRA_OBJS) -L. -ltclkit@KITDLL_LIB_VERSION@ -Wl,-rpath,. # Cleanup routeines clean: rm -f libtclkit@KITDLL_LIB_VERSION@.@SHOBJEXT@ rm -f $(OBJS) rm -f vfs_kitdll_data_tcl.c rm -f vfs_kitdll.tcl.h |
︙ | ︙ |
kitdll/buildsrc/kitdll-0.0/config.guess became a regular file with contents [23da712e9c].
︙ | ︙ |
kitdll/buildsrc/kitdll-0.0/config.sub became a regular file with contents [1f0ad14050].
︙ | ︙ |
kitdll/buildsrc/kitdll-0.0/dir2c.tcl became a regular file with contents [28f9b94a91].
︙ | ︙ |
kitdll/buildsrc/kitdll-0.0/install-sh became a regular file with contents [82b003ed45].
︙ | ︙ |
kitdll/buildsrc/kitdll-0.0/stringify.tcl became a regular file with contents [07e25e6903].
︙ | ︙ |