Re: Program linking on Windows with Mingw+MSYS

2003-10-11 Thread Alexandre Julliard
Steven Edwards <[EMAIL PROTECTED]> writes: > My command line is already quite long when building to test the w32api > headers. If you will accept a patch I will implement a option > --use-mingw-sdk that does the following. > > --disable-win16 CFLAGS="-D_WIN32_IE=0x0501 -D_WIN32_WINNT=0x0501 > -DWI

Re: Program linking on Windows with Mingw+MSYS

2003-10-11 Thread Steven Edwards
--- Alexandre Julliard <[EMAIL PROTECTED]> wrote: > Steven Edwards <[EMAIL PROTECTED]> writes: > > > It could have just slipped through although I can think of a good > > reason not to apply it now. If would be nice to have the option to > use > > either the mingw import libs or WINEs. Our patch

Re: Program linking on Windows with Mingw+MSYS

2003-10-11 Thread Alexandre Julliard
Steven Edwards <[EMAIL PROTECTED]> writes: > It could have just slipped through although I can think of a good > reason not to apply it now. If would be nice to have the option to use > either the mingw import libs or WINEs. Our patch does hide the UUID > problems that exist in w32api shell32.a.

Re: Program linking on Windows with Mingw+MSYS

2003-10-11 Thread Steven Edwards
--- Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: > But perhaps there is a good reason to ignore it... Alexandre? It could have just slipped through although I can think of a good reason not to apply it now. If would be nice to have the option to use either the mingw import libs or WINEs. Our patch

Re: Program linking on Windows with Mingw+MSYS

2003-10-11 Thread Dmitry Timoshkov
"Steven Edwards" <[EMAIL PROTECTED]> wrote: > Changelog: > Link to WINE import libs when building programs. I hope that this time this patch will be applied, and will not disappear without a trace as my patch "Use Wine import libraries for Programs" sent at 9 Jul 2003. But perhaps there is a goo