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 | 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) |
︙ |