~ubuntu-branches/ubuntu/maverick/gimp/maverick-security

1 by Daniel Holbach
Import upstream version 2.2.9
1
# common GIMP definitions for msvc/win32 build
2
# to keep them in one place
3
4
GIMP_VER = 2.0
5
1.1.5 by Daniel Holbach
Import upstream version 2.3.18
6
# The name of the directory in your %HOME% where GIMP's personal settings
1 by Daniel Holbach
Import upstream version 2.2.9
7
# and stuff is saved.
8
GIMPDIR = _gimp$(GIMP_VER)
1.1.6 by Steve Kowalik
Import upstream version 2.4.0~rc2
9
# don't interfer with stable version
1.1.15 by Sebastien Bacher
Import upstream version 2.6.0
10
GIMPDIR = _gimp-2.5
1 by Daniel Holbach
Import upstream version 2.2.9
11
1.1.16 by Sebastien Bacher
Import upstream version 2.6.1
12
GIMP_VERSION_DEFINES = \
13
	-DGIMP_PACKAGE=\"gimp-2.6\" \
14
	-DGIMP_DATA_VERSION=\"2.6\" \
15
	-DGIMP_PLUGIN_VERSION=\"2.6\" \
16
	-DGIMP_SYSCONF_VERSION=\"2.6\" \
17
	-DGIMP_APP_VERSION=\"2.6\" \
18
	-DGIMP_APP_VERSION_STRING=\"2.6\"
19
1 by Daniel Holbach
Import upstream version 2.2.9
20
# Build app/* as DLLs; don't define this, it doesn't work yet.
21
#DLLGIMP = 1 
22
1.1.5 by Daniel Holbach
Import upstream version 2.3.18
23
# This one doesn't work either withot patching Pango and GIMP
1 by Daniel Holbach
Import upstream version 2.2.9
24
# Tries to not depend on ft2
25
#PANGO_WIN32_EXTENDED = 1