home *** CD-ROM | disk | FTP | other *** search
- # This file is included by makefiles for both GNU Make (for gcc
- # (mingw) builds, and NMAKE (for MSVC builds).
-
- MODULE_DEFS_INCLUDED=1
-
- ################
- # The version macros define what versions of libraries to use.
- # The major and minor version numbers are included in the library
- # names (both import libraries and DLLs).
-
- # The version numbers are defined unconditionally. If you want to
- # produce a newer version of one of these libraries, the new number
- # should be defined in the specific project makefile _after_ including
- # this file (or make.{mingw,msc}). These version numbers are used in
- # the names of DLLs (and import libraries).
-
- FREETYPE2_VER = 2.0
- FRIBIDI_VER = 0.1.15
- GIMP_VER = 1.2
- GLIB_VER = 1.3
- GDK_PIXBUF_VER = 0.8
- GTK_VER = 1.3
- GTKEXTRA_VER = 0.99
- GTKGLAREA_VER = 1.2.2
- GTKCURRENT_VER = 1.3
- LIBGLADE_VER = 0.14
- LIBICONV_VER = 1.3
- LIBXML_VER = 1.8.7
- PANGO_VER = 0.13
-
- ################
- # Locations of various source directories. TOP is defined in make.{mingw,msc}
-
- # First stuff that is in the GNOME CVS repository.
- # In alphabetical order.
- GIMP = $(TOP)/gimp
- GLIB = $(TOP)/glib
- # GTK+ for Win32 from March
- GTK = $(TOP)/gtk+
- # Current CVS GTK+
- GTKCURRENT = $(TOP)/gtk+-current
- GTKGLAREA = $(TOP)/gtkglarea
- INTL = $(TOP)/intl
- LIBGLADE = $(TOP)/libglade
- LIBXML = $(TOP)/libxml-$(LIBXML_VER)
- PANGO = $(TOP)/pango
-
- # Stuff from other places.
- FREETYPE2 = $(TOP)/freetype2
- FRIBIDI = $(TOP)/fribidi-$(FRIBIDI_VER)
- GTKEXTRA = $(TOP)/gtk+extra
- JPEG = $(TOP)/jpeg-6b
- LIBICONV = $(TOP)/libiconv-$(LIBICONV_VER)
- PNG = $(TOP)/libpng-1.0.3
- TIFF = $(TOP)/tiff-v3.4
- ZLIB = $(TOP)/zlib-1.1.3
-
- # This is the location of pthreads for Win32,
- # see http://sourceware.cygnus.com/pthreads-win32/
- # We want at least the 1999-05-30 snapshot. Later ones might also work.
-
- PTHREADS = $(TOP)/pthreads-snap-1999-05-30
-
- # Headers from Microsoft's PlatformSDK (that aren't present in
- # mingw) are needed by a just a few packages when compiling with gcc.
- PLATFORMSDK = g:/platformsdk
-