From fefa82e0b1e98d784455148940d84b454a128aad Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 14 Nov 2009 13:05:37 +0000 Subject: Adding Gerg's Fl_Table widget to FLTK 1.3 with kind permission. Documentation not yet added Support for both Visual Studio IDE's not yet added. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6929 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index eb249b433..1901fc9ad 100644 --- a/test/Makefile +++ b/test/Makefile @@ -90,6 +90,7 @@ CPPFILES =\ subwindow.cxx \ sudoku.cxx \ symbols.cxx \ + table.cxx \ tabs.cxx \ threads.cxx \ tile.cxx \ @@ -152,6 +153,7 @@ ALL = \ subwindow$(EXEEXT) \ sudoku$(EXEEXT) \ symbols$(EXEEXT) \ + table$(EXEEXT) \ tabs$(EXEEXT) \ $(THREADS) \ tile$(EXEEXT) \ -- cgit v1.2.3