Add GLIB_SIZEOF_VOID_P and GLIB_SIZEOF_LONG.

2000-12-29  Tor Lillqvist  <tml@iki.fi>

	* glibconfig.h.win32.in: Add GLIB_SIZEOF_VOID_P and GLIB_SIZEOF_LONG.

	* glib.def: Update.

	* {.,*}/makefile.{mingw,msc}.in: Add -DG_ENABLE_DEBUG.
This commit is contained in:
Tor Lillqvist
2000-12-29 19:25:40 +00:00
committed by Tor Lillqvist
parent 8ee6344419
commit cf1c65aed8
21 changed files with 80 additions and 14 deletions

View File

@@ -3,7 +3,6 @@
## Use: make -f makefile.mingw
TOP = ../..
include ../build/win32/make.mingw
@@ -16,13 +15,13 @@ GLIB_VER = @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@
# Nothing much configurable below
INCLUDES = -I .. -I .
DEFINES = -DHAVE_CONFIG_H -DGOBJECT_COMPILATION -DG_LOG_DOMAIN=g_log_domain_gruntime
DEFINES = -DHAVE_CONFIG_H -DGOBJECT_COMPILATION -DG_LOG_DOMAIN=g_log_domain_gruntime -DG_ENABLE_DEBUG
srcdir=.
BUILD_DLL = ../build-dll
all : \
all : \
gobject-$(GLIB_VER).dll \
glib-genmarshal.exe

View File

@@ -13,7 +13,7 @@ GLIB_VER = @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@
# Nothing much configurable below
INCLUDES = -I .. -I .
DEFINES = -DHAVE_CONFIG_H -DGOBJECT_COMPILATION -DG_LOG_DOMAIN=g_log_domain_gruntime
DEFINES = -DHAVE_CONFIG_H -DGOBJECT_COMPILATION -DG_LOG_DOMAIN=g_log_domain_gruntime -DG_ENABLE_DEBUG
all : \
gobject-$(GLIB_VER).dll \