diff options
author | Hans Breuer <hans@breuer.org> | 2008-06-20 20:39:22 +0000 |
---|---|---|
committer | Hans Breuer <hans@src.gnome.org> | 2008-06-20 20:39:22 +0000 |
commit | 8e2ef4982b50bebf9874504ce1782809c994aa91 (patch) | |
tree | 275986d1f7db2bf0c73aef7b85d947a1664a849b /tests/makefile.msc | |
parent | 2e75eb1330c144cfde8e81b9510953d2e5a76384 (diff) | |
download | gtk+-8e2ef4982b50bebf9874504ce1782809c994aa91.tar.gz |
must return a value of the appropriate type with g_return_val_if_fail
2008-06-20 Hans Breuer <hans@breuer.org>
* gtk/gtkmenuitem.c gtk/gtkmessagedialog.c gtk/gtkplug.c : must return
a value of the appropriate type with g_return_val_if_fail
* gdk/gdkconfig.h.win32 : add the GSEAL definition here as well
* gtk/gtkfilesystem.c : don't add the "File System" on win32
* tests/makefile.msc : remove broken autotestfile(system|chooser)
from build
svn path=/trunk/; revision=20657
Diffstat (limited to 'tests/makefile.msc')
-rw-r--r-- | tests/makefile.msc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/makefile.msc b/tests/makefile.msc index 6450286332..9018d05879 100644 --- a/tests/makefile.msc +++ b/tests/makefile.msc @@ -40,8 +40,8 @@ all : \ # Test programs: # TESTAPPS = \ - autotestfilechooser autotestfilesystem \ - buildertest floatingtest \ +# autotestfilechooser autotestfilesystem \ + buildertest floatingtest objecttests \ testaccel testactions testassistant \ testbbox \ testcairo testcalendar testcellrenderertext testcombo testcombochange \ @@ -101,8 +101,8 @@ EXTRA_OBJETCS = testsocket_common.obj EXTRA_OBJETCS = testsocket_common.obj !ENDIF -$(TESTAPP).exe : ../gtk/gtk-win32-$(GTK_VER).lib $(TESTAPP).obj $(EXTRA_OBJETCS) - $(CC) $(CFLAGS) $(TESTAPP).obj $(EXTRA_OBJETCS) $(GTK_LIBS) $(GDK_LIBS) $(GDK_PIXBUF_LIBS) \ +$(TESTAPP).exe : ../gtk/gtk-win32-$(GTK_VER).lib $(TESTAPP).obj $(EXTRA_OBJETCS) pixbuf-init.obj + $(CC) $(CFLAGS) $(TESTAPP).obj $(EXTRA_OBJETCS) pixbuf-init.obj $(GTK_LIBS) $(GDK_LIBS) $(GDK_PIXBUF_LIBS) \ $(PANGO_LIBS) $(GLIB_LIBS) $(CAIRO_LIBS) $(EXTRA_LIBS) $(LDFLAGS) $(TESTAPP).obj : $(TESTAPP).c |