Differences From 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]
To Artifact [a127167bc9]:
- File kitdll/buildsrc/kitdll-0.0/Makefile.in — part of check-in [d68d005c05] at 2010-10-04 18:20:16 on branch trunk — Updated to support Solaris method of specifying the whole archive (user: rkeene, size: 1807) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
26 27 28 29 30 31 32 | ## Extensions rechan.o: rechan.c pwb.o: pwb.c ## DLL Build libtclkit@KITDLL_LIB_VERSION@.@SHOBJEXT@: $(OBJS) $(EXTRA_OBJS) | | | 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | ## Extensions rechan.o: rechan.c pwb.o: pwb.c ## DLL Build libtclkit@KITDLL_LIB_VERSION@.@SHOBJEXT@: $(OBJS) $(EXTRA_OBJS) $(CC) $(CPPFLAGS) $(CFLAGS) -o libtclkit@KITDLL_LIB_VERSION@.@SHOBJEXT@ $(OBJS) $(EXTRA_OBJS) $(LDFLAGS) $(SHOBJLDFLAGS) @WHOLEARCHIVE@ $(STATICLIBS) @NOWHOLEARCHIVE@ $(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 |
︙ | ︙ |