2001-04-14  Hans Breuer  <hans@breuer.org>

	* glib.def :
	* makefile.msc.in : updated

	* gpattern.c : include "gutils.h" to resolve the inline hassle
This commit is contained in:
Hans Breuer 2001-04-13 23:41:53 +00:00 committed by Hans Breuer
parent 1d81d2d282
commit 085254349a
14 changed files with 64 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2001-04-14 Hans Breuer <hans@breuer.org>
* glib.def :
* makefile.msc.in : updated
* gpattern.c : include "gutils.h" to resolve the inline hassle
2001-04-11 Alexander Larsson <alexl@redhat.com> 2001-04-11 Alexander Larsson <alexl@redhat.com>
* glib-2.0.m4: Pass pkg-config options * glib-2.0.m4: Pass pkg-config options

View File

@ -1,3 +1,10 @@
2001-04-14 Hans Breuer <hans@breuer.org>
* glib.def :
* makefile.msc.in : updated
* gpattern.c : include "gutils.h" to resolve the inline hassle
2001-04-11 Alexander Larsson <alexl@redhat.com> 2001-04-11 Alexander Larsson <alexl@redhat.com>
* glib-2.0.m4: Pass pkg-config options * glib-2.0.m4: Pass pkg-config options

View File

@ -1,3 +1,10 @@
2001-04-14 Hans Breuer <hans@breuer.org>
* glib.def :
* makefile.msc.in : updated
* gpattern.c : include "gutils.h" to resolve the inline hassle
2001-04-11 Alexander Larsson <alexl@redhat.com> 2001-04-11 Alexander Larsson <alexl@redhat.com>
* glib-2.0.m4: Pass pkg-config options * glib-2.0.m4: Pass pkg-config options

View File

@ -1,3 +1,10 @@
2001-04-14 Hans Breuer <hans@breuer.org>
* glib.def :
* makefile.msc.in : updated
* gpattern.c : include "gutils.h" to resolve the inline hassle
2001-04-11 Alexander Larsson <alexl@redhat.com> 2001-04-11 Alexander Larsson <alexl@redhat.com>
* glib-2.0.m4: Pass pkg-config options * glib-2.0.m4: Pass pkg-config options

View File

@ -1,3 +1,10 @@
2001-04-14 Hans Breuer <hans@breuer.org>
* glib.def :
* makefile.msc.in : updated
* gpattern.c : include "gutils.h" to resolve the inline hassle
2001-04-11 Alexander Larsson <alexl@redhat.com> 2001-04-11 Alexander Larsson <alexl@redhat.com>
* glib-2.0.m4: Pass pkg-config options * glib-2.0.m4: Pass pkg-config options

View File

@ -1,3 +1,10 @@
2001-04-14 Hans Breuer <hans@breuer.org>
* glib.def :
* makefile.msc.in : updated
* gpattern.c : include "gutils.h" to resolve the inline hassle
2001-04-11 Alexander Larsson <alexl@redhat.com> 2001-04-11 Alexander Larsson <alexl@redhat.com>
* glib-2.0.m4: Pass pkg-config options * glib-2.0.m4: Pass pkg-config options

View File

@ -1,3 +1,10 @@
2001-04-14 Hans Breuer <hans@breuer.org>
* glib.def :
* makefile.msc.in : updated
* gpattern.c : include "gutils.h" to resolve the inline hassle
2001-04-11 Alexander Larsson <alexl@redhat.com> 2001-04-11 Alexander Larsson <alexl@redhat.com>
* glib-2.0.m4: Pass pkg-config options * glib-2.0.m4: Pass pkg-config options

View File

@ -1,3 +1,10 @@
2001-04-14 Hans Breuer <hans@breuer.org>
* glib.def :
* makefile.msc.in : updated
* gpattern.c : include "gutils.h" to resolve the inline hassle
2001-04-11 Alexander Larsson <alexl@redhat.com> 2001-04-11 Alexander Larsson <alexl@redhat.com>
* glib-2.0.m4: Pass pkg-config options * glib-2.0.m4: Pass pkg-config options

View File

@ -629,3 +629,4 @@ EXPORTS
glib_mem_profiler_table glib_mem_profiler_table
glib_micro_version glib_micro_version
glib_minor_version glib_minor_version

View File

@ -629,3 +629,4 @@ EXPORTS
glib_mem_profiler_table glib_mem_profiler_table
glib_micro_version glib_micro_version
glib_minor_version glib_minor_version

View File

@ -21,6 +21,7 @@
#include "gmacros.h" #include "gmacros.h"
#include "gmessages.h" #include "gmessages.h"
#include "gmem.h" #include "gmem.h"
#include "gutils.h" /* inline hassle */
#include <string.h> #include <string.h>

View File

@ -3,7 +3,7 @@
TOP = .. TOP = ..
!INCLUDE build\win32\make.msc !INCLUDE $(TOP)\build\win32\make.msc
# Possibly override GLib version in build\win32\module.defs # Possibly override GLib version in build\win32\module.defs
GLIB_VER = @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@ GLIB_VER = @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@
@ -55,6 +55,7 @@ glib_OBJECTS = \
gprimes.obj \ gprimes.obj \
gqsort.obj \ gqsort.obj \
gqueue.obj \ gqueue.obj \
gpattern.obj \
grand.obj \ grand.obj \
grel.obj \ grel.obj \
gscanner.obj \ gscanner.obj \

View File

@ -21,6 +21,7 @@
#include "gmacros.h" #include "gmacros.h"
#include "gmessages.h" #include "gmessages.h"
#include "gmem.h" #include "gmem.h"
#include "gutils.h" /* inline hassle */
#include <string.h> #include <string.h>

View File

@ -3,7 +3,7 @@
TOP = .. TOP = ..
!INCLUDE build\win32\make.msc !INCLUDE $(TOP)\build\win32\make.msc
# Possibly override GLib version in build\win32\module.defs # Possibly override GLib version in build\win32\module.defs
GLIB_VER = @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@ GLIB_VER = @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@
@ -55,6 +55,7 @@ glib_OBJECTS = \
gprimes.obj \ gprimes.obj \
gqsort.obj \ gqsort.obj \
gqueue.obj \ gqueue.obj \
gpattern.obj \
grand.obj \ grand.obj \
grel.obj \ grel.obj \
gscanner.obj \ gscanner.obj \