2011/9/8 Kean Johnston <[email protected]>: >> Note that many of us build programs with MinGW, so for such suite to be >> useful, it should provide GCC-compatible import libraries. > > If MinGW can't use standard microsoft import libraries that (from my > perspective) is Someone Else's Problem.
If you have the DLL, you can generate the MinGW-compatible import library using the pexports and dlltool utilities. I'm not sure if i works with all DLLs, but it definitely does with the ones in the binary Windows bundle. http://wiki.inkscape.org/wiki/index.php/Inkscape_Devlibs#Generating_import_libraries_from_DLLs Regards, Krzysztof _______________________________________________ gtk-devel-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-devel-list
