diff options
author | Hans Breuer <hans@breuer.org> | 2008-05-23 20:29:27 +0000 |
---|---|---|
committer | Hans Breuer <hans@src.gnome.org> | 2008-05-23 20:29:27 +0000 |
commit | 0b57c6b98f1c956c94c4ae0b0a7e4178003356a9 (patch) | |
tree | 206a95226c97ac0563d895fb3394f5f0b8e7996e /tests | |
parent | a8b5f3ee6b986ef8c8aceda9a8fe9d49ac7e2387 (diff) | |
download | gtk+-0b57c6b98f1c956c94c4ae0b0a7e4178003356a9.tar.gz |
updated fix c99ism (variable at start of block export functions for window
2008-05-23 Hans Breuer <hans@breuer.org>
* **/makefile.msc gtk/makefile.msc.in : updated
* gtk/gtkwidget.c : fix c99ism (variable at start of block
* gdk/gdk.symbols gtk/gtk.symbols : export functions for window
redirection
* gtk/gtkfilechooserdefault.c : #include <locale.h> for
setlocale(LC_ALL, ...)
svn path=/trunk/; revision=20131
Diffstat (limited to 'tests')
-rw-r--r-- | tests/makefile.msc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/makefile.msc b/tests/makefile.msc index 37ee07e216..6450286332 100644 --- a/tests/makefile.msc +++ b/tests/makefile.msc @@ -55,7 +55,7 @@ TESTAPPS = \ testprint \ testrecentchooser testrecentchoosermenu testrgb testrichtext \ testselection testspinbutton \ - testtext testtextbuffer testtoolbar testtooltips \ + testtext textbuffertest testtoolbar testtooltips \ testtreecolumns testtreeedit testtreeflow testtreefocus \ testtreemodel testtreesort testtreeview treestoretest \ testsocket testsocket_child teststatusicon \ @@ -76,6 +76,9 @@ one-test-app: EXTRA_OBJETCS = prop-editor.obj +!IFDEF EXTRA_buildertest +EXTRA_LIBS = $(ATK_LIBS) +!ENDIF !IFDEF EXTRA_testprint EXTRA_OBJETCS = testprintfileoperation.obj |