gimpdefs.msc 419 B

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