diff options
author | Hans Breuer <hans@breuer.org> | 2011-01-30 22:06:52 +0100 |
---|---|---|
committer | Hans Breuer <hans@breuer.org> | 2011-02-06 15:07:12 +0100 |
commit | f55ccce2d9907c92e2f6a0ad820cc5d3f79db242 (patch) | |
tree | e4e3c1232730b4a34454e7866c4b2161a770ecbc /tests | |
parent | e39e8acd6754a865d904737bb6d2679891e3a660 (diff) | |
download | gtk+-f55ccce2d9907c92e2f6a0ad820cc5d3f79db242.tar.gz |
win32: msvc build update
Diffstat (limited to 'tests')
-rw-r--r-- | tests/makefile.msc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/makefile.msc b/tests/makefile.msc index 8d0532e401..2e7feb3c83 100644 --- a/tests/makefile.msc +++ b/tests/makefile.msc @@ -27,7 +27,6 @@ TOUCH = copy makefile.msc+nul all : \ ..\config.h \ prop-editor.obj \ - testsocket_common.obj \ all-test-apps ..\config.h : ..\config.h.win32 @@ -59,7 +58,7 @@ TESTAPPS = \ testtoolbar testtooltips \ testtreecolumns testtreecolumnsizing testtreeedit testtreeflow testtreefocus \ testtreemodel testtreesort testtreeview treestoretest \ - testsocket testsocket_child teststatusicon \ + teststatusicon \ testthreads testvolumebutton testwindows testxinerama \ simple |