From cf61ea83a4ad460d4a5014219e6d5c39ee37e571 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 11 Sep 2008 10:38:40 +0000 Subject: Remove mcast and dnd test programs. I do like them and they should be back eventually, however right now they ae not in the scope of the UTF8 port. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6216 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/Makefile | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index 2692ef1da..2dc3145ea 100644 --- a/test/Makefile +++ b/test/Makefile @@ -48,7 +48,6 @@ CPPFILES =\ cursor.cxx \ curve.cxx \ demo.cxx \ - dnd-test.cxx \ doublebuffer.cxx \ editor.cxx \ fast_slow.cxx \ @@ -94,10 +93,7 @@ CPPFILES =\ tile.cxx \ tiled_image.cxx \ valuators.cxx \ - utf8.cxx \ - mcast_launcher.cxx \ - mcast_tx.cxx \ - mcast_rx.cxx + utf8.cxx ALL = \ unittests$(EXEEXT) \ @@ -117,7 +113,6 @@ ALL = \ cursor$(EXEEXT) \ curve$(EXEEXT) \ demo$(EXEEXT) \ - dnd-test$(EXEEXT) \ doublebuffer$(EXEEXT) \ editor$(EXEEXT) \ fast_slow$(EXEEXT) \ @@ -158,10 +153,7 @@ ALL = \ tile$(EXEEXT) \ tiled_image$(EXEEXT) \ valuators$(EXEEXT) \ - utf8$(EXEEXT) \ - mcast_launcher$(EXEEXT) \ - mcast_tx$(EXEEXT) \ - mcast_rx$(EXEEXT) + utf8$(EXEEXT) GLALL = \ -- cgit v1.2.3