Author: AlbrechtS Date: 2010-07-10 07:25:46 -0700 (Sat, 10 Jul 2010) New Revision: 7675 Log: Updated CMake files and removed now obsolete test/tree.cxx and test/tree.h files. Note: CMake not yet tested with these modifications.
Removed: branches/branch-1.3/test/tree.cxx branches/branch-1.3/test/tree.h Modified: branches/branch-1.3/src/CMakeLists.txt branches/branch-1.3/test/CMakeLists.txt Modified: branches/branch-1.3/src/CMakeLists.txt =================================================================== --- branches/branch-1.3/src/CMakeLists.txt 2010-07-10 14:01:22 UTC (rev 7674) +++ branches/branch-1.3/src/CMakeLists.txt 2010-07-10 14:25:46 UTC (rev 7675) @@ -2,7 +2,6 @@ set(CPPFILES Fl.cxx - Fl_Abstract_Printer.cxx Fl_Adjuster.cxx Fl_Bitmap.cxx Fl_Browser.cxx @@ -43,6 +42,7 @@ Fl_Native_File_Chooser.cxx Fl_Overlay_Window.cxx Fl_Pack.cxx + Fl_Paged_Device.cxx Fl_Pixmap.cxx Fl_Positioner.cxx Fl_Printer.cxx Modified: branches/branch-1.3/test/CMakeLists.txt =================================================================== --- branches/branch-1.3/test/CMakeLists.txt 2010-07-10 14:01:22 UTC (rev 7674) +++ branches/branch-1.3/test/CMakeLists.txt 2010-07-10 14:25:46 UTC (rev 7675) @@ -116,7 +116,7 @@ CREATE_EXAMPLE(threads threads.cxx fltk) CREATE_EXAMPLE(tile tile.cxx fltk) CREATE_EXAMPLE(tiled_image tiled_image.cxx fltk) -CREATE_EXAMPLE(tree tree.cxx fltk) +CREATE_EXAMPLE(tree tree.fl fltk) CREATE_EXAMPLE(utf8 utf8.cxx fltk) CREATE_EXAMPLE(valuators valuators.fl fltk) CREATE_EXAMPLE(unittests unittests.cxx fltk) Deleted: branches/branch-1.3/test/tree.cxx Deleted: branches/branch-1.3/test/tree.h _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
