diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2017-02-15 20:28:13 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2017-02-15 20:28:13 +0000 |
| commit | 66cdcfcd1b7b388ac5e9a539c2a74442d9df131c (patch) | |
| tree | 6c0f4e0227401b9c7d50530a7a6744df317b7dbd /fluid/ExternalCodeEditor_WIN32.cxx | |
| parent | 1e5826e84b17c341364fb4f61cefaefa288b8c9b (diff) | |
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
Diffstat (limited to 'fluid/ExternalCodeEditor_WIN32.cxx')
| -rw-r--r-- | fluid/ExternalCodeEditor_WIN32.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/fluid/ExternalCodeEditor_WIN32.cxx b/fluid/ExternalCodeEditor_WIN32.cxx index ba7a2775c..105eaf702 100644 --- a/fluid/ExternalCodeEditor_WIN32.cxx +++ b/fluid/ExternalCodeEditor_WIN32.cxx @@ -1,10 +1,9 @@ // // "$Id$". // -// External code editor management class for Windows +// External code editor management class for Windows // - -#ifdef WIN32 /* This entire file windows only */ +// Note: This entire file Windows only. #include <stdio.h> // snprintf() @@ -571,7 +570,6 @@ int ExternalCodeEditor::editors_open() { return L_editors_open; } -#endif /* WIN32 */ // // End of "$Id$". // |
