summaryrefslogtreecommitdiff
path: root/tests/makefile.msc
diff options
context:
space:
mode:
authorHans Breuer <hans@breuer.org>2004-08-06 19:20:42 +0000
committerHans Breuer <hans@src.gnome.org>2004-08-06 19:20:42 +0000
commit74051776903510c93434e4c628c26eaeb24de522 (patch)
treec6af4e770d639acea1778a11c5915c0ff1989c7d /tests/makefile.msc
parentbec2974410e69ed38da8bb684a5cc98ef3059afd (diff)
downloadgtk+-74051776903510c93434e4c628c26eaeb24de522.tar.gz
make it compile and more similar to the X11 implementation [backward
2004-08-06 Hans Breuer <hans@breuer.org> * gdk/win32/gdkwindow-win32.c : make it compile and more similar to the X11 implementation [backward compatibility for GDK_WINDOW_TEMP, GDK_INPUT_ONLY (fixes bug #148702), use the *screen* function variants, dont reparent already destroyed] (get_visible_region) : take the win32 part into account (_gdk_windowing_window_destroy) : remove from handle table * gdk/win32/gdkdisplay-win32.c : added gdk_display_(request|supports)_selection_notification () with a currently mostly pointless implementation ;-) * gtk/gtkfilesystemwin32.c (*_to_path) : same changes as on *NIX, plugs memory leak (gtk_file_system_win32_render_icon) : use new GTK_STOCK_DIRECTORY * gtk/makefile.msc.in demos/gtk-demo/makefile.msc.in gtk/stock-icons/makefile.msc tests/makefile.msc : updated * gdk/gdk.def gtk/gtk.def : updated externals * tests/testiconview.c : remove unneeded dirent.h inclusion
Diffstat (limited to 'tests/makefile.msc')
-rw-r--r--tests/makefile.msc6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/makefile.msc b/tests/makefile.msc
index de8ab66655..bc469cbaad 100644
--- a/tests/makefile.msc
+++ b/tests/makefile.msc
@@ -45,7 +45,7 @@ TESTAPPS = \
testentrycompletion \
testfilechooser \
testgtk \
- testicontheme testinput \
+ testicontheme testiconview testinput \
testmenus testmerge testmultidisplay testmultiscreen \
testrgb \
testselection testspinbutton \
@@ -72,6 +72,10 @@ one-test-app:
EXTRA_OBJETCS = prop-editor.obj
!ENDIF
+!IFDEF EXTRA_testiconview
+EXTRA_OBJETCS = prop-editor.obj
+!ENDIF
+
!IFDEF EXTRA_testtreeview
EXTRA_OBJETCS = prop-editor.obj
!ENDIF