gimp/gimpdefs.msc
Hans Breuer aface5c12a updated msvc build include <io.h> for get_osfhandle() prototype
2007-08-26  Hans Breuer  <hans@breuer.org>

	* **/makefile.msc : updated msvc build
	* app/main.c : include <io.h> for get_osfhandle()
	* plug-ins/jpeg/jpeg-settings.h : prototype
	jpeg_swap_original_settings


svn path=/trunk/; revision=23377
2007-08-26 18:59:34 +00:00

18 lines
468 B
Plaintext

# common GIMP definitions for msvc/win32 build
# to keep them in one place
GIMP_VER = 2.0
# The name of the directory in your %HOME% where GIMP's personal settings
# and stuff is saved.
GIMPDIR = _gimp$(GIMP_VER)
# don't interfer with stable version
GIMPDIR = _gimp-2.4
# Build app/* as DLLs; don't define this, it doesn't work yet.
#DLLGIMP = 1
# This one doesn't work either withot patching Pango and GIMP
# Tries to not depend on ft2
#PANGO_WIN32_EXTENDED = 1