summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2025-09-08 12:49:41 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2025-09-08 12:49:41 +0200
commitafc16b3331ca5656fd3fcde266e2c858327d6db3 (patch)
treecfd9467cd8ea6bb2b438a3e72f6ac6101810f007 /test
parentb69286f2ca93bdda135cff6189e22d01583c7624 (diff)
Remove from Doxygen files information about removed configure-based build system.
Diffstat (limited to 'test')
-rw-r--r--test/demo.cxx24
1 files changed, 8 insertions, 16 deletions
diff --git a/test/demo.cxx b/test/demo.cxx
index 789fde76d..5508957e1 100644
--- a/test/demo.cxx
+++ b/test/demo.cxx
@@ -17,11 +17,9 @@
/*
General information on directory structure and file handling.
- The "classic" autotools/make system creates executables in their source
- folders, i.e. fluid/fluid, test/demo and test/xyz, resp.. The menu file is
- in folder test/, as is the main demo(.exe) program. In the following text
- and directory lists all test and demo executables are represented by "demo"
- and the fluid executable by "fluid", no matter what OS (under Windows: *.exe).
+ In the following text and directory lists all test and demo executables are
+ represented by "demo" and the fluid executable by "fluid", no matter what OS
+ (under Windows: *.exe).
The CMake build system generates all executables in the build tree and copies
the supporting test data files to the build tree as well. This structure is
@@ -33,29 +31,23 @@
The overall structure, relative to the FLTK source dir (fltk) and the build
tree (build):
- (1) Autotools / Make:
-
- fltk/fluid fluid (../fluid/fluid)
- fltk/test demo, demo.menu, working directory, data files
- fltk/test/images images for help_dialog(.html)
-
- (2) CMake + make (e.g. Unix)
+ (1) CMake + make (e.g. Unix)
build/bin fluid
build/bin/test test and demo programs
build/data demo.menu, working directory, data files
build/data/images images for help_dialog(.html)
- (3) CMake + Visual Studio (TYPE == build type: Debug, Release, ...)
+ (2) CMake + Visual Studio (TYPE == build type: Debug, Release, ...)
build/bin/TYPE fluid
build/bin/test/TYPE test and demo programs
build/data demo.menu, working directory, data files
build/data/images images for help_dialog(.html)
- (4) macOS The setup is similar to Windows and Linux:
- Makefiles: like (1) or (2)
- Xcode: like (3), i.e. similar to VS layout
+ (3) macOS The setup is similar to Windows and Linux:
+ Makefiles: like (1)
+ Xcode: like (2), i.e. similar to VS layout
The built executable 'demo' can also be executed with the menu filename
as commandline argument. In this case all the support (data) files are