From d684083287300012b2866c5b1e63db24588772cf Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sun, 3 Mar 2002 20:40:50 +0000 Subject: [PATCH] makefile.msc.in Rename testgruntime to testgobject here, too. 2002-03-03 Tor Lillqvist * makefile.msc.in * makefile.mingw.in: Rename testgruntime to testgobject here, too. --- gobject/ChangeLog | 5 +++++ gobject/makefile.mingw.in | 6 +++--- gobject/makefile.msc.in | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/gobject/ChangeLog b/gobject/ChangeLog index 0821369..20b7ceb 100644 --- a/gobject/ChangeLog +++ b/gobject/ChangeLog @@ -1,3 +1,8 @@ +2002-03-03 Tor Lillqvist + + * makefile.msc.in + * makefile.mingw.in: Rename testgruntime to testgobject here, too. + Sun Mar 3 04:11:58 2002 Tim Janik * 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 fba9b91..fb881c3 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 36849cc..db2e06f 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 = \ -- 2.7.4