Jean-Marc Lasgouttes a écrit :
"Joost" == Joost Verburg <[EMAIL PROTECTED]> writes:
Joost> Jean-Marc Lasgouttes wrote:
Thanks. So the following (plus removal of cygwin.m4) would be just
as good, right?
Joost> Yes, but add a new file called windows.m4. My font patch for
Joost> example needs to link against gdi32 on Windows.
I'd rather add to the main configure.ac something like
AC_CHECK_LIB(gdi32, AddFontResource)
to the main configure.ac.
Would that be OK, or is the windows dll structure too complicated to
make this work?
On mingw, you have only a static libgdi32.a in lib/, AFAIK, there is no
associate dll for that in mingw. I guess that's what we should use as it
is a wrapper around win32 API for mingw (gdi32.dll is in
C:\windows\system32).
Abdel.