summaryrefslogtreecommitdiff
path: root/glib
AgeCommit message (Collapse)AuthorFilesLines
2012-06-05correct path to dirent.h for win32 glib buildLuboš Luňák1-1/+1
2012-06-04ported liblangtag build to wntmsciEike Rathke2-0/+5
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-0/+0
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-13sigh, need a 64bit zlib too on windows, revertingCaolán McNamara1-3/+21
2012-04-13gbuildize internal zlibCaolán McNamara1-21/+3
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
2012-02-29Simplify install name handling for external libraries on Mac OS XStephan Bergmann1-5/+9
...by allowing our special @___... tokens anywhere within an install name, so that external modules can configure --prefix=/@___... etc. This removes the need for the special extshl and EXTRPATH=LOADER. Also, a new OUT2BIN_NONE can be used for external modules where the generated libraries need the default EXTRPATH=OOO, but generated executables are only used during the build and such need RPATH=NONE.
2012-02-29Make some --without-system-XXX available on Linux, tooStephan Bergmann2-9/+25
...in case that should ever become uesful.
2011-06-17avoid -I -IfooCaolán McNamara1-1/+1
2011-06-10get rid of some noise in the buildlog due to missing msgfmtChristian Lohmaier2-1/+13
o test.mo ./de.po; \ ../.././install-sh -c -d de/LC_MESSAGES; \ cp -f test.mo de/LC_MESSAGES /bin/sh: line 1: o: command not found cp: test.mo: No such file or directory make[5]: [test.mo] Error 1 (ignored)
2011-06-06Always compare CROSS_COMPILING explicitly to "YES"Tor Lillqvist1-1/+1
2011-06-06Pre-cache necessary stuff also when cross-compiling for MacOSXTor Lillqvist1-0/+9
2011-06-03Make the GLib DLL names even more uniqueTor Lillqvist2-15/+15
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist1-233/+233
2011-06-01disable obsolete python check, no traces of the greport tool anymoreChristian Lohmaier1-0/+16
2011-06-01Simply add if false around the chunk to bypass insteadTor Lillqvist1-714/+11
2011-06-01Don't use libintl in glibTor Lillqvist1-0/+782
Patch out the chunk of GLib's configure script that looks for libintl. Take care of fallout in a couple of places in GLib sources. The end result is that GLib doesn't use any libintl (gettext etc) functionality. Which is nice, as we then shouldn't need to build gettext. No functionality should be lost, as we weren't delivering any GLib message catalogs anyway, so none of the gettext calls at least here would ever have found any localised messages.
2011-06-01Set EXTRPATH only on MACOSXTor Lillqvist1-2/+2
2011-06-01Pass dmake's -P to gnumake as -jTor Lillqvist1-1/+1
2011-05-31Bin redundancyTor Lillqvist1-213/+5
2011-05-31Enable building glib for iOSTor Lillqvist2-3/+50
Pass --build and --host options to the configure script. Pass a bunch of a priori cached test results for stuff that can't be determined when cross-compiling. Link with the CoreFoundation framework. Build static archives. Patch out the compile-time USE_LIBICONV_GNU and _LIBICONV_H test from gconvert.c as it for some reason fails for iOS.
2011-05-30Deliver also the built glib-compile-schemasTor Lillqvist2-0/+2
It is needed in case a native internal GLib build is used when cross-compiling GLib.
2011-05-30Propagate verbosityTor Lillqvist1-1/+6
2011-05-29Mac: actually use the define that is used in the patch, link against SDKChristian Lohmaier1-16/+11
2011-05-28Avoid potential mixup of incomopatible but identically named GLib DLLsTor Lillqvist2-35/+47
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 Lillqvist1-9/+9
2011-04-01ooo340libs: needed patch changes for external libraries/using ↵ka3-7/+568
external/jpeg*.h again
2011-03-28rsvglibs: deliver needed executablePhilipp Lohmann [pl]2-0/+5
2011-03-24rsvglibs: added additional external lib gdk-pixbuf/minor build changes for ↵ka2-17/+17
external projects
2011-03-15rsvglibs: deliver changedOcke Janssen1-5/+5
2011-03-09rsvglibs: exports libs as wellOcke Janssen2-5/+24
2011-03-09rsvglibs: use OUT2INCOcke Janssen2-2/+218
2011-03-09rsvglibs: glib patch file added for windowsOcke Janssen2-3397/+1372
2011-03-07rsvglibs: add patch for win32Ocke Janssen2-2/+4021
2011-03-01rsvglibs: add gdk-pixbuf dependencyPhilipp Lohmann [pl]1-0/+1
2011-02-28rsvglibs: add missing headerPhilipp Lohmann [pl]2-0/+2
2011-02-28rsvglibs: add glib dependency.Philipp Lohmann [pl]4-0/+565