updated
authorHans Breuer <hans@breuer.org>
Fri, 13 Apr 2001 23:41:53 +0000 (23:41 +0000)
committerHans Breuer <hans@src.gnome.org>
Fri, 13 Apr 2001 23:41:53 +0000 (23:41 +0000)
2001-04-14  Hans Breuer  <hans@breuer.org>

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

* gpattern.c : include "gutils.h" to resolve the inline hassle

14 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib.def
glib/glib.def
glib/gpattern.c
glib/makefile.msc.in
gpattern.c
makefile.msc.in

index c97343c..80d7f5d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index c97343c..80d7f5d 100644 (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>
 
        * glib-2.0.m4: Pass pkg-config options
index c97343c..80d7f5d 100644 (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>
 
        * glib-2.0.m4: Pass pkg-config options
index c97343c..80d7f5d 100644 (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>
 
        * glib-2.0.m4: Pass pkg-config options
index c97343c..80d7f5d 100644 (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>
 
        * glib-2.0.m4: Pass pkg-config options
index c97343c..80d7f5d 100644 (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>
 
        * glib-2.0.m4: Pass pkg-config options
index c97343c..80d7f5d 100644 (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>
 
        * glib-2.0.m4: Pass pkg-config options
index c97343c..80d7f5d 100644 (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>
 
        * glib-2.0.m4: Pass pkg-config options
index 699fdf8..fec7682 100644 (file)
--- a/glib.def
+++ b/glib.def
@@ -629,3 +629,4 @@ EXPORTS
        glib_mem_profiler_table
        glib_micro_version
        glib_minor_version
+
index 699fdf8..fec7682 100644 (file)
@@ -629,3 +629,4 @@ EXPORTS
        glib_mem_profiler_table
        glib_micro_version
        glib_minor_version
+
index 6ad1c27..a149273 100644 (file)
@@ -21,6 +21,7 @@
 #include "gmacros.h"
 #include "gmessages.h"
 #include "gmem.h"
+#include "gutils.h" /* inline hassle */
 #include <string.h>
 
 
index 73ddfd9..06588d4 100644 (file)
@@ -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            \
index 6ad1c27..a149273 100644 (file)
@@ -21,6 +21,7 @@
 #include "gmacros.h"
 #include "gmessages.h"
 #include "gmem.h"
+#include "gutils.h" /* inline hassle */
 #include <string.h>
 
 
index 73ddfd9..06588d4 100644 (file)
@@ -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            \