summaryrefslogtreecommitdiff
path: root/lib/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 /lib/Makefile.Watcom
parentb01fb30f9cf9f456be59381adbbac24fb98c30d0 (diff)
downloadgnurl-6f3dc2a726a5bb30a6f4d203c29f6c2934ed2805.tar.gz
gnurl-6f3dc2a726a5bb30a6f4d203c29f6c2934ed2805.tar.bz2
gnurl-6f3dc2a726a5bb30a6f4d203c29f6c2934ed2805.zip
Removed wlink from DLL loader list because it doesnt work with Watcom < 1.8.
Diffstat (limited to 'lib/Makefile.Watcom')
-rw-r--r--lib/Makefile.Watcom1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Makefile.Watcom b/lib/Makefile.Watcom
index 1f4d075f8..2a4cf84d6 100644
--- a/lib/Makefile.Watcom
+++ b/lib/Makefile.Watcom
@@ -20,7 +20,6 @@ AR = wlib
!ifdef __LOADDLL__
! loaddll wcc386 wccd386
! loaddll wpp386 wppd386
-! loaddll wlink wlinkd
! loaddll wlib wlibd
!endif