summaryrefslogtreecommitdiff
path: root/examples/Makefile.FLTK
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2018-12-09 17:52:55 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2018-12-10 15:00:45 +0100
commit810b91471761e3d1736ed79de06b4c8a69125b30 (patch)
treea06d532a99687cae43ddbdff13d4947fe940f4ee /examples/Makefile.FLTK
parent6c876189d8a8b4b4cad9832c20055b89b56786ad (diff)
Update examples: minor changes, rename, update .gitignore
.gitignore, Makefile: add missing files, sort example filenames. Makefile.FLTK: update and extend FLTKCONFIG definition examples. Rename README.examples to README.txt (easier for Windows users). README.txt: minor edits, fix link, remove trailing whitespace.
Diffstat (limited to 'examples/Makefile.FLTK')
-rw-r--r--examples/Makefile.FLTK3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/Makefile.FLTK b/examples/Makefile.FLTK
index 5fe833657..52b72993a 100644
--- a/examples/Makefile.FLTK
+++ b/examples/Makefile.FLTK
@@ -6,7 +6,8 @@
# on your system. Common examples:
#
# FLTKCONFIG = /usr/local/bin/fltk-config
-# FLTKCONFIG = /usr/local/src/fltk-1.3.x-svn/fltk-config
+# FLTKCONFIG = /usr/local/src/fltk-1.4.x/fltk-config
+# FLTKCONFIG = ../build/fltk-config # if ../build == CMake build directory
#
# Set .SILENT in your Makefile if you want 'quieter' builds.
#