From 66cdcfcd1b7b388ac5e9a539c2a74442d9df131c Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 15 Feb 2017 20:28:13 +0000 Subject: Fluid: Fix platform-specific build system (CMake + configure). Don't compile "empty" file (avoid warning: empty translation unit). Add '-u' (update) command switch to 'make rebuild'. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12173 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- makeinclude.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makeinclude.in') diff --git a/makeinclude.in b/makeinclude.in index 07a85d9b7..9f75653ee 100644 --- a/makeinclude.in +++ b/makeinclude.in @@ -26,7 +26,7 @@ FL_DSO_VERSION = @FL_DSO_VERSION@ FL_ABI_VERSION = @FL_ABI_VERSION@ FL_VERSION = @FL_VERSION@ -# FLTK configuration options +# FLTK configuration options: BUILD = { WIN | OSX | X11 | XFT } BUILD = @BUILD@ -- cgit v1.2.3