2002-12-25 Tor Lillqvist <tml@iki.fi>
* libgimptool/Makefile.am: Similar additions for Win32 as in the
other libgimp*/Makefile.am files: Use -no-undefined. Use the .def
file. Produce MS style import library if possible. Install and
uninstall import libraries.
* libgimptool/gimptool.def: New file.
* libgimptool/glue.c: New file. Used on Win32 to be able to link
at run-time against entries in the main executable that has loaded
the libgimptool DLL. (If I understand correctly how things are
supposed to work, this will be either gimp.exe or
tool-safe-mode.exe, but that doesn't matter.)
2002-06-08 Sven Neumann <sven@gimp.org>
* app/base/Makefile.am
* app/paint-funcs/Makefile.am: automake-1.6 seems to use yet another
variable to pass flags to the assembler (bug #84514). Define
AM_CCASFLAGS like AM_ASFLAGS to satisfy all versions of automake.
* configure.in
* all Makefiles: removed STRIP_BEGIN and STRIP_END since it's a
GNU make extension that we don't really need and newer versions of
automake don't seem to like it.
2002-05-14 Sven Neumann <sven@gimp.org>
* libgimp/Makefile.am
* libgimpcolor/Makefile.am
* libgimpmath/Makefile.am
* libgimptool/Makefile.am
* libgimpwidgets/Makefile.am: removed unneeded CPPFLAGS.
* libgimpproxy/Makefile.am: ditto. Changed rules for generated files
so that they work for parallel builds.