Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-05 | correct path to dirent.h for win32 glib build | Luboš Luňák | |
2012-06-04 | ported liblangtag build to wntmsci | Eike Rathke | |
2012-02-29 | Simplify install name handling for external libraries on Mac OS X | Stephan Bergmann | |
...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-29 | Make some --without-system-XXX available on Linux, too | Stephan Bergmann | |
...in case that should ever become uesful. | |||
2011-06-10 | get rid of some noise in the buildlog due to missing msgfmt | Christian Lohmaier | |
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-06 | Always compare CROSS_COMPILING explicitly to "YES" | Tor Lillqvist | |
2011-06-06 | Pre-cache necessary stuff also when cross-compiling for MacOSX | Tor Lillqvist | |
2011-06-03 | Make the GLib DLL names even more unique | Tor Lillqvist | |
2011-06-01 | Set EXTRPATH only on MACOSX | Tor Lillqvist | |
2011-06-01 | Pass dmake's -P to gnumake as -j | Tor Lillqvist | |
2011-05-31 | Bin redundancy | Tor Lillqvist | |
2011-05-31 | Enable building glib for iOS | Tor Lillqvist | |
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-30 | Deliver also the built glib-compile-schemas | Tor Lillqvist | |
It is needed in case a native internal GLib build is used when cross-compiling GLib. | |||
2011-05-30 | Propagate verbosity | Tor Lillqvist | |
2011-05-29 | Mac: actually use the define that is used in the patch, link against SDK | Christian Lohmaier | |
2011-05-28 | Avoid potential mixup of incomopatible but identically named GLib DLLs | Tor 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-04-01 | ooo340libs: needed patch changes for external libraries/using ↵ | ka | |
external/jpeg*.h again | |||
2011-03-28 | rsvglibs: deliver needed executable | Philipp Lohmann [pl] | |
2011-03-24 | rsvglibs: added additional external lib gdk-pixbuf/minor build changes for ↵ | ka | |
external projects | |||
2011-03-09 | rsvglibs: exports libs as well | Ocke Janssen | |
2011-03-09 | rsvglibs: use OUT2INC | Ocke Janssen | |
2011-03-09 | rsvglibs: glib patch file added for windows | Ocke Janssen | |
2011-03-07 | rsvglibs: add patch for win32 | Ocke Janssen | |
2011-03-01 | rsvglibs: add gdk-pixbuf dependency | Philipp Lohmann [pl] | |
2011-02-28 | rsvglibs: add missing header | Philipp Lohmann [pl] | |
2011-02-28 | rsvglibs: add glib dependency. | Philipp Lohmann [pl] | |