diff options
author | Berk Geveci <berk.geveci@kitware.com> | 2001-06-14 18:32:20 (GMT) |
---|---|---|
committer | Berk Geveci <berk.geveci@kitware.com> | 2001-06-14 18:32:20 (GMT) |
commit | 043f54ca5f8b86a78cd1b19441bdc2a4a074ad9e (patch) | |
tree | 70d68a266f2bdf0f5f0a943e9b74795fb45649fa /Source/FLTKDialog | |
parent | 90f7f2c53f8e42bc638cc3c291daa38220efd166 (diff) | |
download | CMake-043f54ca5f8b86a78cd1b19441bdc2a4a074ad9e.zip CMake-043f54ca5f8b86a78cd1b19441bdc2a4a074ad9e.tar.gz CMake-043f54ca5f8b86a78cd1b19441bdc2a4a074ad9e.tar.bz2 |
Include directory names are Case sensitive in Unix.
Diffstat (limited to 'Source/FLTKDialog')
-rw-r--r-- | Source/FLTKDialog/CMakeSetupGUIImplementation.cxx | 8 | ||||
-rw-r--r-- | Source/FLTKDialog/FLTKPropertyItemRow.cxx | 18 | ||||
-rw-r--r-- | Source/FLTKDialog/FLTKPropertyItemRow.h | 4 | ||||
-rw-r--r-- | Source/FLTKDialog/FLTKPropertyList.cxx | 10 | ||||
-rw-r--r-- | Source/FLTKDialog/FLTKPropertyNameButtonWithHelp.cxx | 8 | ||||
-rw-r--r-- | Source/FLTKDialog/FLTKPropertyNameButtonWithHelp.h | 10 |
6 files changed, 29 insertions, 29 deletions
diff --git a/Source/FLTKDialog/CMakeSetupGUIImplementation.cxx b/Source/FLTKDialog/CMakeSetupGUIImplementation.cxx index 2b07c57..08ad2e8 100644 --- a/Source/FLTKDialog/CMakeSetupGUIImplementation.cxx +++ b/Source/FLTKDialog/CMakeSetupGUIImplementation.cxx @@ -1,14 +1,14 @@ #include "CMakeSetupGUIImplementation.h" -#include "Fl/fl_file_chooser.H" -#include "Fl/filename.H" -#include "Fl/fl_ask.H" +#include "FL/fl_file_chooser.H" +#include "FL/filename.H" +#include "FL/fl_ask.H" #include "cstring" #include "../cmCacheManager.h" #include "../cmMakefile.h" #include <iostream> #include "FLTKPropertyList.h" -#include "Fl/fl_draw.H" +#include "FL/fl_draw.H" #include "../cmake.h" diff --git a/Source/FLTKDialog/FLTKPropertyItemRow.cxx b/Source/FLTKDialog/FLTKPropertyItemRow.cxx index c48cd5d..edafb4ed 100644 --- a/Source/FLTKDialog/FLTKPropertyItemRow.cxx +++ b/Source/FLTKDialog/FLTKPropertyItemRow.cxx @@ -1,13 +1,13 @@ #include "FLTKPropertyItemRow.h" -#include <Fl/Fl.H> -#include <Fl/Fl_Window.H> -#include <Fl/Fl_Button.H> -#include <Fl/Fl_Box.H> -#include <Fl/Fl_Input.H> -#include <Fl/Fl_Tile.H> -#include <Fl/fl_ask.H> -#include <Fl/fl_file_chooser.H> -#include <Fl/Fl_Color_Chooser.H> +#include <FL/Fl.H> +#include <FL/Fl_Window.H> +#include <FL/Fl_Button.H> +#include <FL/Fl_Box.H> +#include <FL/Fl_Input.H> +#include <FL/Fl_Tile.H> +#include <FL/fl_ask.H> +#include <FL/fl_file_chooser.H> +#include <FL/Fl_Color_Chooser.H> #include <cstdio> namespace fltk { diff --git a/Source/FLTKDialog/FLTKPropertyItemRow.h b/Source/FLTKDialog/FLTKPropertyItemRow.h index d3adb3e..3934166 100644 --- a/Source/FLTKDialog/FLTKPropertyItemRow.h +++ b/Source/FLTKDialog/FLTKPropertyItemRow.h @@ -5,8 +5,8 @@ #include "FLTKPropertyList.h" #include "FLTKPropertyNameButtonWithHelp.h" -#include <Fl/Fl_Tile.H> -#include <Fl/Fl_Input.H> +#include <FL/Fl_Tile.H> +#include <FL/Fl_Input.H> namespace fltk { diff --git a/Source/FLTKDialog/FLTKPropertyList.cxx b/Source/FLTKDialog/FLTKPropertyList.cxx index e1651e1..8c42397 100644 --- a/Source/FLTKDialog/FLTKPropertyList.cxx +++ b/Source/FLTKDialog/FLTKPropertyList.cxx @@ -4,11 +4,11 @@ #include "FLTKPropertyList.h" #include "../cmCacheManager.h" #include "FLTKPropertyItemRow.h" -#include "Fl/filename.H" -#include "Fl/fl_file_chooser.H" -#include "Fl/Fl_Color_Chooser.H" -#include "Fl/fl_ask.H" -#include "Fl/Fl_Button.H" +#include "FL/filename.H" +#include "FL/fl_file_chooser.H" +#include "FL/Fl_Color_Chooser.H" +#include "FL/fl_ask.H" +#include "FL/Fl_Button.H" #include <cstdio> namespace fltk { diff --git a/Source/FLTKDialog/FLTKPropertyNameButtonWithHelp.cxx b/Source/FLTKDialog/FLTKPropertyNameButtonWithHelp.cxx index 3b8858d..1bc9372 100644 --- a/Source/FLTKDialog/FLTKPropertyNameButtonWithHelp.cxx +++ b/Source/FLTKDialog/FLTKPropertyNameButtonWithHelp.cxx @@ -1,7 +1,7 @@ -#include <FLTKPropertyNameButtonWithHelp.h> -#include <Fl/Fl.H> -#include <Fl/fl_ask.H> -#include <Fl/Fl_Menu_Button.H> +#include "FLTKPropertyNameButtonWithHelp.h" +#include <FL/Fl.H> +#include <FL/fl_ask.H> +#include <FL/Fl_Menu_Button.H> #include "../cmCacheManager.h" diff --git a/Source/FLTKDialog/FLTKPropertyNameButtonWithHelp.h b/Source/FLTKDialog/FLTKPropertyNameButtonWithHelp.h index 12c0298..09d6e60 100644 --- a/Source/FLTKDialog/FLTKPropertyNameButtonWithHelp.h +++ b/Source/FLTKDialog/FLTKPropertyNameButtonWithHelp.h @@ -1,11 +1,11 @@ #ifndef FLTKPropertyNameButtonWithHelp_h #define FLTKPropertyNameButtonWithHelp_h -#include <Fl/Fl_Tile.H> -#include <Fl/Fl_Input.H> -#include <Fl/Fl_Box.H> -#include <Fl/Fl_Button.H> -#include <Fl/Fl_Window.H> +#include <FL/Fl_Tile.H> +#include <FL/Fl_Input.H> +#include <FL/Fl_Box.H> +#include <FL/Fl_Button.H> +#include <FL/Fl_Window.H> #include <string> namespace fltk { |