summaryrefslogtreecommitdiffstats
path: root/glib
Commit message (Collapse)AuthorAgeFilesLines
* correct path to dirent.h for win32 glib buildLuboš Luňák2012-06-051-1/+1
|
* ported liblangtag build to wntmsciEike Rathke2012-06-042-0/+5
|
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-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
* sigh, need a 64bit zlib too on windows, revertingCaolán McNamara2012-04-131-3/+21
|
* gbuildize internal zlibCaolán McNamara2012-04-131-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
* Simplify install name handling for external libraries on Mac OS XStephan Bergmann2012-02-291-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.
* Make some --without-system-XXX available on Linux, tooStephan Bergmann2012-02-292-9/+25
| | | | ...in case that should ever become uesful.
* avoid -I -IfooCaolán McNamara2011-06-171-1/+1
|
* get rid of some noise in the buildlog due to missing msgfmtChristian Lohmaier2011-06-102-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)
* Always compare CROSS_COMPILING explicitly to "YES"Tor Lillqvist2011-06-061-1/+1
|
* Pre-cache necessary stuff also when cross-compiling for MacOSXTor Lillqvist2011-06-061-0/+9
|
* Make the GLib DLL names even more uniqueTor Lillqvist2011-06-032-15/+15
|
* Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-233/+233
|
* disable obsolete python check, no traces of the greport tool anymoreChristian Lohmaier2011-06-011-0/+16
|
* Simply add if false around the chunk to bypass insteadTor Lillqvist2011-06-011-714/+11
|
* Don't use libintl in glibTor Lillqvist2011-06-011-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.
* Set EXTRPATH only on MACOSXTor Lillqvist2011-06-011-2/+2
|
* Pass dmake's -P to gnumake as -jTor Lillqvist2011-06-011-1/+1
|
* Bin redundancyTor Lillqvist2011-05-311-213/+5
|
* Enable building glib for iOSTor Lillqvist2011-05-312-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.
* Deliver also the built glib-compile-schemasTor Lillqvist2011-05-302-0/+2
| | | | | It is needed in case a native internal GLib build is used when cross-compiling GLib.
* Propagate verbosityTor Lillqvist2011-05-301-1/+6
|
* Mac: actually use the define that is used in the patch, link against SDKChristian Lohmaier2011-05-291-16/+11
|
* Avoid potential mixup of incomopatible but identically named GLib DLLsTor Lillqvist2011-05-282-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.
* Just use cp, no need for $(GNUCOPY) which would need cygpathing anywayTor Lillqvist2011-05-281-9/+9
|
* ooo340libs: needed patch changes for external libraries/using ↵ka2011-04-013-7/+568
| | | | external/jpeg*.h again
* rsvglibs: deliver needed executablePhilipp Lohmann [pl]2011-03-282-0/+5
|
* rsvglibs: added additional external lib gdk-pixbuf/minor build changes for ↵ka2011-03-242-17/+17
|\ | | | | | | external projects
| * rsvglibs: deliver changedOcke Janssen2011-03-151-5/+5
|/
* rsvglibs: exports libs as wellOcke Janssen2011-03-092-5/+24
|
* rsvglibs: use OUT2INCOcke Janssen2011-03-092-2/+218
|
* rsvglibs: glib patch file added for windowsOcke Janssen2011-03-092-3397/+1372
|
* rsvglibs: add patch for win32Ocke Janssen2011-03-072-2/+4021
|
* rsvglibs: add gdk-pixbuf dependencyPhilipp Lohmann [pl]2011-03-011-0/+1
|
* rsvglibs: add missing headerPhilipp Lohmann [pl]2011-02-282-0/+2
|
* rsvglibs: add glib dependency.Philipp Lohmann [pl]2011-02-284-0/+565