home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Linux / gimp-2.2.0.tar.gz / gimp-2.2.0.tar / gimp-2.2.0 / gimpdefs.msc < prev    next >
Text File  |  2004-02-07  |  419b  |  16 lines

  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
  16.