mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00

2004-02-07 Hans Breuer <hans@breuer.org> * gimpdefs.msc : new file to keep common definitions for the msc build * **/makefile.msc : use common defintions, e.g. GIMP_VER * Makefile.am : add the former to EXTRA_DIST
15 lines
419 B
Text
15 lines
419 B
Text
# 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 the GIMP's personal settings
|
|
# and stuff is saved.
|
|
GIMPDIR = _gimp$(GIMP_VER)
|
|
|
|
# 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 The Gimp
|
|
# Tries to not depend on ft2
|
|
#PANGO_WIN32_EXTENDED = 1
|