]> granicus.if.org Git - curl/commitdiff
Removed wlink from DLL loader list because it doesnt work with Watcom < 1.8.
authorGuenter Knauf <lists@gknw.net>
Sun, 1 Aug 2010 23:30:37 +0000 (01:30 +0200)
committerGuenter Knauf <lists@gknw.net>
Sun, 1 Aug 2010 23:30:37 +0000 (01:30 +0200)
lib/Makefile.Watcom
src/Makefile.Watcom

index 1f4d075f8e3460416f5345b75e6a58ea3cb2db6e..2a4cf84d6f85cd75c108491c95f9200f74dad083 100644 (file)
@@ -20,7 +20,6 @@ AR = wlib
 !ifdef __LOADDLL__
 !  loaddll wcc386  wccd386
 !  loaddll wpp386  wppd386
-!  loaddll wlink   wlinkd
 !  loaddll wlib    wlibd
 !endif
 
index e9639610ba9e4511a799a4da8e0509f5ec0e505f..919c9e38a002c828c9317147a08309a5ce6313ed 100644 (file)
@@ -20,7 +20,6 @@ AR = wlib
 !ifdef __LOADDLL__
 !  loaddll wcc386  wccd386
 !  loaddll wpp386  wppd386
-!  loaddll wlink   wlinkd
 !  loaddll wlib    wlibd
 !endif