home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2002 April / pcpro0402.iso / essentials / graphics / Gimp / gimp-src-20001226.exe / src / gimp / build / win32 / module.defs < prev   
Encoding:
Text File  |  2000-12-25  |  2.0 KB  |  67 lines

  1. # This file is included by makefiles for both GNU Make (for gcc
  2. # (mingw) builds, and NMAKE (for MSVC builds).
  3.  
  4. MODULE_DEFS_INCLUDED=1
  5.  
  6. ################
  7. # The version macros define what versions of libraries to use.
  8. # The major and minor version numbers are included in the library
  9. # names (both import libraries and DLLs).
  10.  
  11. # The version numbers are defined unconditionally. If you want to
  12. # produce a newer version of one of these libraries, the new number
  13. # should be defined in the specific project makefile _after_ including
  14. # this file (or make.{mingw,msc}). These version numbers are used in
  15. # the names of DLLs (and import libraries).
  16.  
  17. FREETYPE2_VER = 2.0
  18. FRIBIDI_VER = 0.1.15
  19. GIMP_VER = 1.2
  20. GLIB_VER = 1.3
  21. GDK_PIXBUF_VER = 0.8
  22. GTK_VER = 1.3
  23. GTKEXTRA_VER = 0.99
  24. GTKGLAREA_VER = 1.2.2
  25. GTKCURRENT_VER = 1.3
  26. LIBGLADE_VER = 0.14
  27. LIBICONV_VER = 1.3
  28. LIBXML_VER = 1.8.7
  29. PANGO_VER = 0.13
  30.  
  31. ################
  32. # Locations of various source directories. TOP is defined in make.{mingw,msc}
  33.  
  34. # First stuff that is in the GNOME CVS repository.
  35. # In alphabetical order.
  36. GIMP = $(TOP)/gimp
  37. GLIB = $(TOP)/glib
  38. # GTK+ for Win32 from March
  39. GTK = $(TOP)/gtk+
  40. # Current CVS GTK+
  41. GTKCURRENT = $(TOP)/gtk+-current
  42. GTKGLAREA = $(TOP)/gtkglarea
  43. INTL = $(TOP)/intl
  44. LIBGLADE = $(TOP)/libglade
  45. LIBXML = $(TOP)/libxml-$(LIBXML_VER)
  46. PANGO = $(TOP)/pango
  47.  
  48. # Stuff from other places.
  49. FREETYPE2 = $(TOP)/freetype2
  50. FRIBIDI = $(TOP)/fribidi-$(FRIBIDI_VER)
  51. GTKEXTRA = $(TOP)/gtk+extra
  52. JPEG = $(TOP)/jpeg-6b
  53. LIBICONV = $(TOP)/libiconv-$(LIBICONV_VER)
  54. PNG = $(TOP)/libpng-1.0.3
  55. TIFF = $(TOP)/tiff-v3.4
  56. ZLIB = $(TOP)/zlib-1.1.3
  57.  
  58. # This is the location of pthreads for Win32, 
  59. # see http://sourceware.cygnus.com/pthreads-win32/
  60. # We want at least the 1999-05-30 snapshot. Later ones might also work.
  61.  
  62. PTHREADS = $(TOP)/pthreads-snap-1999-05-30
  63.  
  64. # Headers from Microsoft's PlatformSDK (that aren't present in
  65. # mingw) are needed by a just a few packages when compiling with gcc.
  66. PLATFORMSDK = g:/platformsdk
  67.