diff options
author | Hans Breuer <hans@breuer.org> | 2008-08-01 14:43:22 +0000 |
---|---|---|
committer | Hans Breuer <hans@src.gnome.org> | 2008-08-01 14:43:22 +0000 |
commit | 491999783bb83537a5b8226833ffbf0a072d79af (patch) | |
tree | ef6b0b065f35739694253b0852b2a0117be4297c /tests/makefile.msc | |
parent | c01cc055fd90289a5c7a8e64a03e1b7159a7a671 (diff) | |
download | gtk+-491999783bb83537a5b8226833ffbf0a072d79af.tar.gz |
build gdkwindowimpl
2008-08-01 Hans Breuer <hans@breuer.org>
* gdk/makefile.msc : build gdkwindowimpl
* gtk/gtkwidget.c : fix c99ism - declaration needs to be at the
start of a block
* tests/makefile.msc : update
svn path=/trunk/; revision=20926
Diffstat (limited to 'tests/makefile.msc')
-rw-r--r-- | tests/makefile.msc | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/tests/makefile.msc b/tests/makefile.msc index 9018d05879..cc6c69cd83 100644 --- a/tests/makefile.msc +++ b/tests/makefile.msc @@ -41,7 +41,8 @@ all : \ # TESTAPPS = \ # autotestfilechooser autotestfilesystem \ - buildertest floatingtest objecttests \ +# buildertest floatingtest \ + objecttests \ testaccel testactions testassistant \ testbbox \ testcairo testcalendar testcellrenderertext testcombo testcombochange \ @@ -50,17 +51,17 @@ TESTAPPS = \ testfilechooser testfilechooserbutton testframe \ testgrouping testgtk \ testicontheme testiconview testimage testinput \ - testmenus testmenubars testmerge testmultidisplay testmultiscreen \ + testmenus testmountoperation testmenubars testmerge testmultidisplay testmultiscreen \ testnouiprint testnotebookdnd \ testprint \ testrecentchooser testrecentchoosermenu testrgb testrichtext \ testselection testspinbutton \ - testtext textbuffertest testtoolbar testtooltips \ - testtreecolumns testtreeedit testtreeflow testtreefocus \ + testtext testtoolbar testtooltips \ + testtreecolumns testtreecolumnsizing testtreeedit testtreeflow testtreefocus \ testtreemodel testtreesort testtreeview treestoretest \ testsocket testsocket_child teststatusicon \ testthreads testvolumebutton testxinerama \ - simple + simple # syntax error : illegal character '-' in macro #stresstest-toolbar @@ -101,8 +102,8 @@ EXTRA_OBJETCS = testsocket_common.obj EXTRA_OBJETCS = testsocket_common.obj !ENDIF -$(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) \ +$(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) \ $(PANGO_LIBS) $(GLIB_LIBS) $(CAIRO_LIBS) $(EXTRA_LIBS) $(LDFLAGS) $(TESTAPP).obj : $(TESTAPP).c |