gimp/app-tools
Ell 06950be7f0 Makefiles: don't use -xobjective-c when compiling C++ files on Mac
On Mac, pass -xobjective-c to the compiler through AM_CFLAGS, not
AM_CPPFLAGS, so that it's only used for C sources, and not C++
sources.  In the latter case, it clashes with the -std=... flag,
spewing an error.  Thanks, Partha :)
2018-04-07 16:57:52 -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 compiling C++ files on Mac 2018-04-07 16:57:52 -04:00
gimp-debug-tool.c app-tools: fix gimp-debug-tool usage message 2018-03-10 17:56:56 -05:00