mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
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.
This commit is contained in:
parent
a21656656c
commit
d684083287
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 = \
|
||||
|
Loading…
Reference in New Issue
Block a user