summaryrefslogtreecommitdiff
path: root/glib/makefile.mk
AgeCommit message (Collapse)Author
2012-11-06Goodbye gettext, glib, gdk-pixbuf, pango, libcroco, libgsf and librsvgTor Lillqvist
Now with librsvg no longer used, and liblangtag no longer using glib, a bunch of bundled (in some configurations, always on some platforms) 3rd-party libraries are no longer needed. Initial work by rene, continued by tml. Change-Id: I76edd7aea5452e3487499f0b9ed9f767cf760194
2012-10-31Don't let a DEBUG env var pollute the GLib nmake build mechanismTor Lillqvist
LO builds GLib, gdk-pixbuf and Pango using their ancient nmake-based build mechanisms (that use the make.msc from GLib's build/win32 directory). This compiles against the debugging runtime (the -MDd switch, msvcr90d.dll) if there is a DEBUG environment variable. We don't want that. None of LO's own DLLs should use the debugging runtime even in an --enable-debug build, and the debugging runtime doesn't get included in the installer. Change-Id: I04d2dcc0d5bb245af4afac976b6c1fecbf2095e1
2012-06-05correct path to dirent.h for win32 glib buildLuboš Luňák
2012-06-04ported liblangtag build to wntmsciEike Rathke
2012-02-29Simplify install name handling for external libraries on Mac OS XStephan 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-29Make some --without-system-XXX available on Linux, tooStephan Bergmann
...in case that should ever become uesful.
2011-06-10get rid of some noise in the buildlog due to missing msgfmtChristian 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-06Always compare CROSS_COMPILING explicitly to "YES"Tor Lillqvist
2011-06-06Pre-cache necessary stuff also when cross-compiling for MacOSXTor Lillqvist
2011-06-03Make the GLib DLL names even more uniqueTor Lillqvist
2011-06-01Set EXTRPATH only on MACOSXTor Lillqvist
2011-06-01Pass dmake's -P to gnumake as -jTor Lillqvist
2011-05-31Bin redundancyTor Lillqvist
2011-05-31Enable building glib for iOSTor 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-30Deliver also the built glib-compile-schemasTor Lillqvist
It is needed in case a native internal GLib build is used when cross-compiling GLib.
2011-05-30Propagate verbosityTor Lillqvist
2011-05-29Mac: actually use the define that is used in the patch, link against SDKChristian Lohmaier
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-04-01ooo340libs: needed patch changes for external libraries/using ↵ka
external/jpeg*.h again
2011-03-28rsvglibs: deliver needed executablePhilipp Lohmann [pl]
2011-03-24rsvglibs: added additional external lib gdk-pixbuf/minor build changes for ↵ka
external projects
2011-03-09rsvglibs: exports libs as wellOcke Janssen
2011-03-09rsvglibs: use OUT2INCOcke Janssen
2011-03-09rsvglibs: glib patch file added for windowsOcke Janssen
2011-03-07rsvglibs: add patch for win32Ocke Janssen
2011-03-01rsvglibs: add gdk-pixbuf dependencyPhilipp Lohmann [pl]
2011-02-28rsvglibs: add missing headerPhilipp Lohmann [pl]
2011-02-28rsvglibs: add glib dependency.Philipp Lohmann [pl]