⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 module.defs

📁 this is a glib for c language
💻 DEFS
字号:
# Note that this file is hardly maintained, hardly usable without# manual editing, and not really part of a recommended way to build# GLib and related software with Microsoft's compilers. Only a few# persons use a build setup that involves this file.# 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 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 some import libraries. # Please note that there are two (or three) ways to build the GLib# (and GTK+ etc) libraries on Win32: Either using the same# auto*/configure mechanism to generate makefiles as on Unix, and# libtool to handle DLL creation. This currently only works for gcc,# and even then it is hellish to set up to work 100% correctly. For# people using that, this file is totally irrelevant.# Or, use hand-written makefiles, either for MSVC (these are called# makefile.msc and maintained by Hans Breuer), or for gcc# (makefile.mingw, by Tor Lillqvist). Only for GLib are the# makefile.mingw files believed to be up-to-date, for other modules# they have been left to rot after Tor started using the# autoconfiscated way of building.# The stuff here uses the same name for (import) libraries as on Unix,# as libtool uses those, and the semi-official developer packages are# built using libtool.ATK_VER = 1.0FREETYPE2_VER = 2.0GIMP_VER = 1.2GDK_PIXBUF_VER = 2.0GLIB_VER = 2.0GTKGLAREA_VER = 1.2.2GTK2_VER = 2.0LIBGLADE_VER = 0.14LIBICONV_VER = 1.7LIBXML_VER = 1.8.7LIBXML2_VER = 2.4.2PANGO_VER = 1.0POPT_VER = 1.4SVG_VER = 0.1RSVG_VER = 2.4################# Locations of various source directories. TOP is defined in make.{mingw,msc}# First stuff that is in the GNOME CVS repository.# In alphabetical order.ATK = $(TOP)/atk# define this if you use cairo from source# CAIRO = $(TOP)\cairoGIMP = $(TOP)/gimpGLIB = $(TOP)/glibGNOMECANVAS = $(TOP)\libgnomecanvasGNOMECANVAS_VER = 2.9# GTK+ 1.3.0, gtk-1-3-win32-production branch. Rename directory# to gtk+p after initial checkout from CVS.GTK = $(TOP)/gtk+p# GTK+ 2.0GTK2 = $(TOP)/gtk+GNOMEPRINT = $(TOP)\libgnomeprintGNOMEPRINT_VER = 2.8GDK_PIXBUF = $(GTK)LIBGLADE = $(TOP)/libgladeLIBXML = $(TOP)/libxml-$(LIBXML_VER)PANGO = $(TOP)/pangoGNOMEPRINTUI = $(TOP)\libgnomeprintuiGNOMEPRINTUI_VER = 2.2# Aux programsGLIB_GENMARSHAL = $(GLIB)/gobject/glib-genmarshal# Stuff from other places.# Note this was is specific to what tml happened to have on his disk# at some time in history. To really be able to recompile something# that uses for instance libjpeg, you should download a suitable# binary "developer" distribution of it, unpack it into some location,# and edit this file correspondingly. You should not take the versions# mentioned here too literally, use the latest version you can find,# or the ones the current GTK+ 2.0 for Windows uses.FREETYPE2 = $(TOP)/freetype2GTKEXTRA = $(TOP)/gtk+extraGTKGLAREA = $(TOP)/gtkglarea#INTL = $(TOP)/gettext-0.10.40/intlINTL = $(TOP)/dev#JPEG = $(TOP)/jpeg-6bLIBART = $(TOP)/libart_lgplLIBICONV = $(TOP)/libiconv-$(LIBICONV_VER)LIBXSLT = $(TOP)/libxslt#PNG = $(TOP)/libpng-1.2.0RSVG = $(TOP)\librsvgSVG = $(TOP)\libsvg#TIFF = $(TOP)/tiff-v3.4#ZLIB = $(TOP)/zlib-1.1.3# Headers from Microsoft's PlatformSDK (that aren't present in# mingw) are needed by a just a few packages when compiling with gcc.# This is just where tml has it installed.PLATFORMSDK = i:/src/psdk

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -