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 --- fluid/ExternalCodeEditor_UNIX.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'fluid/ExternalCodeEditor_UNIX.cxx') diff --git a/fluid/ExternalCodeEditor_UNIX.cxx b/fluid/ExternalCodeEditor_UNIX.cxx index 06de7f503..ee6816b78 100644 --- a/fluid/ExternalCodeEditor_UNIX.cxx +++ b/fluid/ExternalCodeEditor_UNIX.cxx @@ -1,9 +1,9 @@ // // "$Id$". // -// External code editor management class for Unix +// External code editor management class for Unix // -#ifndef WIN32 /* This entire file unix only */ +// Note: This entire file Unix only #include /* errno */ #include /* strerror() */ @@ -459,7 +459,6 @@ int ExternalCodeEditor::editors_open() { return L_editors_open; } -#endif /* !WIN32 */ // // End of "$Id$". // -- cgit v1.2.3