gimp/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
compute-svg-viewbox.c tools: missing space separations. 2017-09-11 01:04:32 +02:00
defcheck.py Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
extract-vector-icon.sh tools: scripts to extract a single SVG icon from a source file. 2016-02-15 01:53:19 +01:00
generate-news tools/generate-news Add a script to generate a NEWS file template 2015-05-02 14:29:39 -04:00
gimp-debug-resume.c libgimpbase, tools: clean some warnings on a Win32 build. 2018-01-28 15:43:07 +01:00
gimp-mkenums gimp-mkenums: add @if@ conditional inclusion 2017-11-30 03:10:14 -05:00
gimppath2svg.py Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimptool.c Bug 766327 - gimptool-2.0 not quoting filenames/directories 2016-05-22 22:38:12 +02:00
invert-svg.c tools: "invert-svg", new tool to invert grey colors in vectorial icons. 2016-02-15 01:53:01 +01:00
kernelgen.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
module-dependencies.py tools: Add tool to construct a dependency graph between modules 2010-01-04 17:03:19 +01:00
test-clipboard.c tools: #include "libgimpbase/gimpbase.h" and not just gimpversion.h 2011-04-28 12:47:38 +02:00