some more settings from system, also reflect some name changes done a

2004-03-07  Hans Breuer  <hans@breuer.org>

	* gdk/win32/gdkproperty-win32.c (gdk_screen_get_setting) :
	some more settings from system, also reflect some name changes
	done a while ago in the x11 backend

	* gdk/win32/makefile.msc : build gdkspawn-win32.c

	* gtk/gtkdnd.c : gtk_drag_source_[gs]et_target_list, added "Since: 2.4"

	* gtk/makefile.msc.in : build gtkpathbar, link shell32.lib

	* tests/makefile.msc : some more tests get build
This commit is contained in:
Hans Breuer
2004-03-07 13:40:19 +00:00
committed by Hans Breuer
parent 754d302f01
commit 985e3a24a3
11 changed files with 204 additions and 11 deletions

View File

@ -40,8 +40,9 @@ all : \
#
TESTAPPS = \
testabi testactions \
testcalendar testcombo \
testcalendar testcombo testcombochange \
testdnd \
testentrycompletion \
testfilechooser \
testgtk \
testicontheme testinput \
@ -52,9 +53,12 @@ TESTAPPS = \
testtreecolumns testtreeedit testtreeflow testtreefocus \
testtreesort testtreeview treestoretest \
testsocket testsocket_child \
testthreads \
testthreads testxinerama \
simple
# syntax error : illegal character '-' in macro
#stresstest-toolbar
all-test-apps:
for %d in ($(TESTAPPS)) do nmake -nologo -f makefile.msc one-test-app THIS=%d