Commit Graph

6 Commits

Author SHA1 Message Date
Tor Lillqvist b6dc7ab0c1 Drop unnecessary <sys/stat.h>. (gtk_config): Drop the GIMP 1.2.x and
2005-10-31  Tor Lillqvist  <tml@novell.com>

	* gimptool-win32.c.in: Drop unnecessary <sys/stat.h>.
	(gtk_config): Drop the GIMP 1.2.x and gtk+-1-3-win32-production
	support.
	(get_cflags): Output GIMP's -I switch before GTK's CFLAGS. Use
	"include/gimp-2.0" instead of just "include".
	(get_libs, get_libs_noui): Update the list of libraries to match
	reality, use GIMP_API_VERSION in library names.
	(get_sys_plugin_dir): Use GIMP_PLUGIN_VERSION and not
	GIMP_MAJOR_VERSION.GIMP_MINOR_VERSION in the plug-in folder name.
2005-10-31 11:51:27 +00:00
Tor Lillqvist 823e52d3b0 Practice what I preach and use g_ascii_strcasecmp() instead of
2005-09-09  Tor Lillqvist  <tml@novell.com>

	* gimptool-win32.c.in (get_prefix, maybe_append_exe): Practice
	what I preach and use g_ascii_strcasecmp() instead of
	g_strcasecmp().
2005-09-09 13:48:54 +00:00
Tor Lillqvist 2e69860531 Don't crash if gimp.exe isn't found in PATH either.
2005-05-23  Tor Lillqvist  <tml@novell.com>

	* gimptool-win32.c.in (get_prefix): Don't crash if gimp.exe isn't
	found in PATH either.
2005-05-22 22:59:47 +00:00
Tor Lillqvist 16353371f0 Use GIMP_APP_VERSION.
2004-01-22  Tor Lillqvist  <tml@iki.fi>

	* gimptool-win32.c.in (get_prefix): Use GIMP_APP_VERSION.
2004-01-22 08:34:37 +00:00
Tor Lillqvist 761f6834f7 Use g_find_program_in_path().
2003-07-27  Tor Lillqvist  <tml@iki.fi>

	* gimptool-win32.c.in (get_prefix): Use g_find_program_in_path().

	* configure.in: Expand gimptool-win32.c.

	* Makefile.am: Distribute gimptool-win32.c.in.
2003-07-27 22:52:25 +00:00
Tor Lillqvist a6d55ba754 New file, from stable branch. (Haven't checked yet what changes might be
2003-07-20  Tor Lillqvist  <tml@iki.fi>

	* gimptool-win32.c.in: New file, from stable branch. (Haven't
	checked yet what changes might be needed to it here in HEAD.)
2003-07-20 21:52:37 +00:00