cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: curl 7.20.1 on windows 7 crash using remote-name

From: Jon <jon.forums_at_gmail.com>
Date: Tue, 20 Apr 2010 16:49:23 -0400

> > .rc.res:
> > $(RC) $(RCFLAGS) $< -o $@
> >
> > Please consider updating them to look something like:
> >
> > .rc.res:
> > $(RC) --preprocessor="$(CC) -E -xc" -DRC_INVOKED $(RCFLAGS) $< -o $@
>
> I wouldn't mind having it somewhat easier configurable by someone who wants to
> build, but a random generic compiler doesn't necessarily know -E -xc so it
> would rather use an even more generic approach for it to be really nice.

Indeed.

Does your view change if these mods were made only to the src/Makefile.m32 and lib/Makefile.m32 files as these files should (??) only be called by mingw-like tools in which the gcc-based compiler knows about -E -xc?
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2010-04-20