mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-27 14:36:16 +01:00
updated
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:
parent
1d81d2d282
commit
085254349a
@ -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>
|
||||
|
||||
* glib-2.0.m4: Pass pkg-config options
|
||||
|
@ -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>
|
||||
|
||||
* glib-2.0.m4: Pass pkg-config options
|
||||
|
@ -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>
|
||||
|
||||
* glib-2.0.m4: Pass pkg-config options
|
||||
|
@ -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>
|
||||
|
||||
* glib-2.0.m4: Pass pkg-config options
|
||||
|
@ -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>
|
||||
|
||||
* glib-2.0.m4: Pass pkg-config options
|
||||
|
@ -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>
|
||||
|
||||
* glib-2.0.m4: Pass pkg-config options
|
||||
|
@ -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>
|
||||
|
||||
* glib-2.0.m4: Pass pkg-config options
|
||||
|
@ -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>
|
||||
|
||||
* glib-2.0.m4: Pass pkg-config options
|
||||
|
1
glib.def
1
glib.def
@ -629,3 +629,4 @@ EXPORTS
|
||||
glib_mem_profiler_table
|
||||
glib_micro_version
|
||||
glib_minor_version
|
||||
|
||||
|
@ -629,3 +629,4 @@ EXPORTS
|
||||
glib_mem_profiler_table
|
||||
glib_micro_version
|
||||
glib_minor_version
|
||||
|
||||
|
@ -21,6 +21,7 @@
|
||||
#include "gmacros.h"
|
||||
#include "gmessages.h"
|
||||
#include "gmem.h"
|
||||
#include "gutils.h" /* inline hassle */
|
||||
#include <string.h>
|
||||
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
TOP = ..
|
||||
|
||||
!INCLUDE build\win32\make.msc
|
||||
!INCLUDE $(TOP)\build\win32\make.msc
|
||||
|
||||
# Possibly override GLib version in build\win32\module.defs
|
||||
GLIB_VER = @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@
|
||||
@ -55,6 +55,7 @@ glib_OBJECTS = \
|
||||
gprimes.obj \
|
||||
gqsort.obj \
|
||||
gqueue.obj \
|
||||
gpattern.obj \
|
||||
grand.obj \
|
||||
grel.obj \
|
||||
gscanner.obj \
|
||||
|
@ -21,6 +21,7 @@
|
||||
#include "gmacros.h"
|
||||
#include "gmessages.h"
|
||||
#include "gmem.h"
|
||||
#include "gutils.h" /* inline hassle */
|
||||
#include <string.h>
|
||||
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
TOP = ..
|
||||
|
||||
!INCLUDE build\win32\make.msc
|
||||
!INCLUDE $(TOP)\build\win32\make.msc
|
||||
|
||||
# Possibly override GLib version in build\win32\module.defs
|
||||
GLIB_VER = @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@
|
||||
@ -55,6 +55,7 @@ glib_OBJECTS = \
|
||||
gprimes.obj \
|
||||
gqsort.obj \
|
||||
gqueue.obj \
|
||||
gpattern.obj \
|
||||
grand.obj \
|
||||
grel.obj \
|
||||
gscanner.obj \
|
||||
|
Loading…
Reference in New Issue
Block a user