gimp/libgimpthumb
Ell 6ebc3f1b09 Makefiles: don't use -xobjective-c when linking files on Mac
Last commit caused -xobjective-c to be passed during linking on
Mac, causing object files to be treated as source files.  Add a
-xnone flag to AM_LDFLAGS, canceling the effect of -xobjective-c.

Additinally, add a -xobjective-c++ flag to AM_CXXFLAGS, so that we
can use Objective-C in C++ files on Mac, if we ever need to.
2018-04-08 04:03:55 -04:00
..
.gitignore Adding Microsoft Windows executables to the .gitignore files 2009-06-19 00:14:17 +02:00
Makefile.am Makefiles: don't use -xobjective-c when linking files on Mac 2018-04-08 04:03:55 -04:00
gimp-thumbnail-list.c libgimpthumb: fix "assignment discards ‘const’ qualifier" warning. 2013-12-05 22:18:15 +13:00
gimpthumb-enums.h Bug 768044 - Fix many typos 2016-06-26 00:35:24 +02:00
gimpthumb-error.c libgimpthumb: move docs from template files to inline comments 2010-07-02 15:53:20 +02:00
gimpthumb-error.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpthumb-types.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpthumb-utils.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimpthumb-utils.h libgimpthumb: new function gimp_thumb_get_thumb_base_dir() 2013-12-05 21:20:28 +13:00
gimpthumb.def libgimpthumb: new function gimp_thumb_get_thumb_base_dir() 2013-12-05 21:20:28 +13:00
gimpthumb.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpthumbnail.c Initialize GValues with G_VALUE_INIT instead of { 0, } 2016-03-26 15:59:26 +01:00
gimpthumbnail.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00