From: Guenter Knauf Date: Sun, 1 Aug 2010 23:30:37 +0000 (+0200) Subject: Removed wlink from DLL loader list because it doesnt work with Watcom < 1.8. X-Git-Tag: curl-7_21_1~56 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6f3dc2a726a5bb30a6f4d203c29f6c2934ed2805;p=thirdparty%2Fcurl.git Removed wlink from DLL loader list because it doesnt work with Watcom < 1.8. --- diff --git a/lib/Makefile.Watcom b/lib/Makefile.Watcom index 1f4d075f8e..2a4cf84d6f 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 diff --git a/src/Makefile.Watcom b/src/Makefile.Watcom index e9639610ba..919c9e38a0 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