~ubuntu-branches/ubuntu/maverick/gimp/maverick-updates

« back to all changes in this revision

Viewing changes to gimpdefs.msc

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2005-12-09 19:44:52 UTC
  • Revision ID: james.westby@ubuntu.com-20051209194452-yggpemjlofpjqyf4
Tags: upstream-2.2.9
ImportĀ upstreamĀ versionĀ 2.2.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# common GIMP definitions for msvc/win32 build
 
2
# to keep them in one place
 
3
 
 
4
GIMP_VER = 2.0
 
5
 
 
6
# The name of the directory in your %HOME% where the GIMP's personal settings
 
7
# and stuff is saved.
 
8
GIMPDIR = _gimp$(GIMP_VER)
 
9
 
 
10
# Build app/* as DLLs; don't define this, it doesn't work yet.
 
11
#DLLGIMP = 1 
 
12
 
 
13
# This one doesn't work either withot patching Pango and The Gimp
 
14
# Tries to not depend on ft2
 
15
#PANGO_WIN32_EXTENDED = 1