summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2002-03-03 20:40:50 +0000
committerTor Lillqvist <tml@src.gnome.org>2002-03-03 20:40:50 +0000
commitd684083287300012b2866c5b1e63db24588772cf (patch)
tree8c1416f099167961cae2ecbd2aceb798dbac9ca7
parenta21656656c73ba3bd464144110378b7548fb420a (diff)
downloadglib-d684083287300012b2866c5b1e63db24588772cf.tar.gz
makefile.msc.in Rename testgruntime to testgobject here, too.
2002-03-03 Tor Lillqvist <tml@iki.fi> * makefile.msc.in * makefile.mingw.in: Rename testgruntime to testgobject here, too.
-rw-r--r--gobject/ChangeLog5
-rw-r--r--gobject/makefile.mingw.in6
-rw-r--r--gobject/makefile.msc.in2
3 files changed, 9 insertions, 4 deletions
diff --git a/gobject/ChangeLog b/gobject/ChangeLog
index 082136957..20b7ceb22 100644
--- a/gobject/ChangeLog
+++ b/gobject/ChangeLog
@@ -1,3 +1,8 @@
+2002-03-03 Tor Lillqvist <tml@iki.fi>
+
+ * makefile.msc.in
+ * makefile.mingw.in: Rename testgruntime to testgobject here, too.
+
Sun Mar 3 04:11:58 2002 Tim Janik <timj@gtk.org>
* gobject.c: placed a comment about not changing CArray until we have
diff --git a/gobject/makefile.mingw.in b/gobject/makefile.mingw.in
index fba9b91a3..fb881c300 100644
--- a/gobject/makefile.mingw.in
+++ b/gobject/makefile.mingw.in
@@ -18,7 +18,7 @@ srcdir=.
all : \
libgobject-@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@.a \
- testgruntime.exe \
+ testgobject.exe \
glib-genmarshal.exe
gobject_OBJECTS = \
@@ -44,8 +44,8 @@ libgobject-@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@.a : $(srcdir)/stamp-gmarsha
glib-genmarshal.exe : glib-genmarshal.c
$(CC) -o $@ $(CFLAGS) -UGOBJECT_COMPILATION $< -L ../glib -lglib-@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@
-testgruntime.exe: libgobject-@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@.a testgruntime.o
- $(CC) $(CFLAGS) -o testgruntime.exe testgruntime.o -L ../glib -lglib-@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@ -L . -lgobject-@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@ $(LFLAGS)
+testgobject.exe: libgobject-@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@.a testgobject.o
+ $(CC) $(CFLAGS) -o testgobject.exe testgobject.o -L ../glib -lglib-@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@ -L . -lgobject-@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@ $(LFLAGS)
# Copied from Makefile.am:
# initial creation of the real stamp-* files
diff --git a/gobject/makefile.msc.in b/gobject/makefile.msc.in
index 36849ccb2..db2e06fa9 100644
--- a/gobject/makefile.msc.in
+++ b/gobject/makefile.msc.in
@@ -26,7 +26,7 @@ all : \
gobject-query.exe \
libgobject-@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@-@LT_CURRENT_MINUS_AGE@.dll \
gobject-@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@s.lib \
- testgruntime.exe \
+ testgobject.exe \
testoverride.exe
gobject_OBJECTS = \