cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Open Watcom makefiles patch

From: Guenter <lists_at_gknw.net>
Date: Tue, 10 Aug 2010 17:13:09 +0200

Hi Jiri,
nice to see that someone tries my current efforts to mske the watcom
makefiles a bit better ... :)

Am 10.08.2010 09:55, schrieb Jiri Malak:
> Bellow is what you pprobably want diff -ud with smapshot date
>
> --- curl-7.21.1-20100810\lib\makefile.watcom 2010-08-08 04:00:04.000000000
> +0200
> +++ curl-7.21.1-20100810\patch_lib\makefile.watcom 2010-08-10
> 09:47:55.242017600 +0200
> @@ -26,6 +26,11 @@
> ! loaddll wcc386 wccd386
> ! loaddll wpp386 wppd386
> ! loaddll wlib wlibd
> +! if $(__VERSION__)> 1270
> +! loaddll wlink wlinkd
> +! else
> +! loaddll wlink wlink
> +! endif
> !endif
yup - I found it not working with an older OpenWatcom version - I think
it was 1.71 (= 1270); and then removed it for wlink since I thought it
might not much improve speed since wlink is only called once. I re-check
with your suggestion, and apply if it works with my OWC versions.

> MD = mkdir
> @@ -135,7 +140,7 @@
>
> .ERASE
> .c{$(OBJ_BASE)\dyn}.obj:
> - $(CC) $(CFLAGS) -bd $[@ -fo=$^@
> + $(CC) $(CFLAGS) -bd -br $[@ -fo=$^@
Bingo! That was it what was missing! This caused the strange --version
output! Thanks!

I will apply your changes asap, and they should be present with
tomorrow's snapshot, please check if all works now.

Thanks, Gün.

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2010-08-10