2004-02-08 07:01:33 +08:00
|
|
|
# common GIMP definitions for msvc/win32 build
|
|
|
|
# to keep them in one place
|
|
|
|
|
|
|
|
GIMP_VER = 2.0
|
|
|
|
|
2007-06-06 16:44:52 +08:00
|
|
|
# The name of the directory in your %HOME% where GIMP's personal settings
|
2004-02-08 07:01:33 +08:00
|
|
|
# and stuff is saved.
|
|
|
|
GIMPDIR = _gimp$(GIMP_VER)
|
2007-08-05 23:16:02 +08:00
|
|
|
# don't interfer with stable version
|
2007-08-27 02:59:34 +08:00
|
|
|
GIMPDIR = _gimp-2.4
|
2004-02-08 07:01:33 +08:00
|
|
|
|
|
|
|
# Build app/* as DLLs; don't define this, it doesn't work yet.
|
|
|
|
#DLLGIMP = 1
|
|
|
|
|
2007-06-06 16:44:52 +08:00
|
|
|
# This one doesn't work either withot patching Pango and GIMP
|
2004-02-08 07:01:33 +08:00
|
|
|
# Tries to not depend on ft2
|
|
|
|
#PANGO_WIN32_EXTENDED = 1
|