aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.Watcom
diff options
context:
space:
mode:
authorGuenter Knauf <lists@gknw.net>2010-08-02 01:30:37 +0200
committerGuenter Knauf <lists@gknw.net>2010-08-02 01:30:37 +0200
commit6f3dc2a726a5bb30a6f4d203c29f6c2934ed2805 (patch)
tree94c248cc944728343d2641d8e31ead723df2f5db /src/Makefile.Watcom
parentb01fb30f9cf9f456be59381adbbac24fb98c30d0 (diff)
Removed wlink from DLL loader list because it doesnt work with Watcom < 1.8.
Diffstat (limited to 'src/Makefile.Watcom')
-rw-r--r--src/Makefile.Watcom1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.Watcom b/src/Makefile.Watcom
index e9639610b..919c9e38a 100644
--- a/src/Makefile.Watcom
+++ b/src/Makefile.Watcom
@@ -20,7 +20,6 @@ AR = wlib
!ifdef __LOADDLL__
! loaddll wcc386 wccd386
! loaddll wpp386 wppd386
-! loaddll wlink wlinkd
! loaddll wlib wlibd
!endif