diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2008-09-11 10:38:40 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2008-09-11 10:38:40 +0000 |
| commit | cf61ea83a4ad460d4a5014219e6d5c39ee37e571 (patch) | |
| tree | 38c54a30c936e85147d9ea883bba1f7d74d26b6f /test/Makefile | |
| parent | 5ef343568c70ba8e99b79555fd36f860568e5196 (diff) | |
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
Diffstat (limited to 'test/Makefile')
| -rw-r--r-- | test/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
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 = \ |
