gimp/app-tools
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 tools, app-tools: move gimp-debug-tool from tools/ to app-tools/ 2018-03-10 17:56:56 -05:00
Makefile.am Makefiles: don't use -xobjective-c when linking files on Mac 2018-04-08 04:03:55 -04:00
gimp-debug-tool.c app-tools: fix gimp-debug-tool usage message 2018-03-10 17:56:56 -05:00