summaryrefslogtreecommitdiff
path: root/glib/glib-2.28.1-win32.patch
AgeCommit message (Collapse)Author
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