summaryrefslogtreecommitdiff
path: root/glib/glib-2.28.1-win32.patch
AgeCommit message (Collapse)Author
2012-09-12Patch line end clean upStephan Bergmann
Change-Id: I8f20800584d864b8fa9789b0ffab6b62db232632
2012-04-13sigh, need a 64bit zlib too on windows, revertingCaolán McNamara
2012-04-13gbuildize internal zlibCaolán McNamara
and stick headers into the solver in the same hierarchy as is "standard" so we don't have to patch so much, similiarly rename to libz
2011-06-17avoid -I -IfooCaolán McNamara
2011-06-03Make the GLib DLL names even more uniqueTor Lillqvist
2011-05-28Avoid potential mixup of incomopatible but identically named GLib DLLsTor Lillqvist
Don't use the same name for the GLib DLLs that we build with MSVS9 as in the "official" MinGW-built packages (either the ones from www.gtk.org, or the ones from OBS). The "official" GLib DLLs use msvcrt.dll, while the ones we build use msvcr90.dll. We want to avoid potential confusion. Call the DLLs we build glib-2.0.dll etc, not libglib-2.0-0.dll etc.
2011-05-28Just use cp, no need for $(GNUCOPY) which would need cygpathing anywayTor Lillqvist
2011-03-09rsvglibs: use OUT2INCOcke Janssen
2011-03-09rsvglibs: glib patch file added for windowsOcke Janssen
2011-03-07rsvglibs: add patch for win32Ocke Janssen