makefile.msc.in Rename testgruntime to testgobject here, too.
authorTor Lillqvist <tml@iki.fi>
Sun, 3 Mar 2002 20:40:50 +0000 (20:40 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sun, 3 Mar 2002 20:40:50 +0000 (20:40 +0000)
2002-03-03  Tor Lillqvist  <tml@iki.fi>

* makefile.msc.in
* makefile.mingw.in: Rename testgruntime to testgobject here, too.

gobject/ChangeLog
gobject/makefile.mingw.in
gobject/makefile.msc.in

index 0821369..20b7ceb 100644 (file)
@@ -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
index fba9b91..fb881c3 100644 (file)
@@ -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
index 36849cc..db2e06f 100644 (file)
@@ -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 =              \