diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-12-04 15:34:41 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-12-04 15:34:41 +0100 |
| commit | 7a7e50df6ee3b9ab658cf165fd199f6214f4983d (patch) | |
| tree | cbe901297c3626f30c4cfccca79a974bfaf96f88 /fluid | |
| parent | b6de09cff2465db3c0a6e6a013b825462bc9a0e7 (diff) | |
Rename FL/Fl_String.H to FL/Fl_String_class.H
The previous name existed already with different case (fl_string.h)
in the FL folder which broke the build on macOS and Windows.
This may be a temporary fix - until I find a better way.
Diffstat (limited to 'fluid')
| -rw-r--r-- | fluid/makedepend | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/fluid/makedepend b/fluid/makedepend index b80ae7d0e..eb4994c01 100644 --- a/fluid/makedepend +++ b/fluid/makedepend @@ -55,7 +55,7 @@ alignment_panel.o: ../FL/Fl_Scrollbar.H alignment_panel.o: ../FL/Fl_Simple_Terminal.H alignment_panel.o: ../FL/Fl_Slider.H alignment_panel.o: ../FL/Fl_Spinner.H -alignment_panel.o: ../FL/Fl_String.H +alignment_panel.o: ../FL/Fl_String_class.H alignment_panel.o: ../FL/Fl_Tabs.H alignment_panel.o: ../FL/Fl_Text_Buffer.H alignment_panel.o: ../FL/Fl_Text_Display.H @@ -202,7 +202,8 @@ ExternalCodeEditor_UNIX.o: ../FL/fl_ask.H ExternalCodeEditor_UNIX.o: ../FL/fl_attr.h ExternalCodeEditor_UNIX.o: ../FL/fl_casts.H ExternalCodeEditor_UNIX.o: ../FL/Fl_Export.H -ExternalCodeEditor_UNIX.o: ../FL/Fl_String.H +ExternalCodeEditor_UNIX.o: ../FL/fl_string.h +ExternalCodeEditor_UNIX.o: ../FL/Fl_String_class.H ExternalCodeEditor_UNIX.o: ../FL/fl_types.h ExternalCodeEditor_UNIX.o: ../FL/fl_utf8.h ExternalCodeEditor_UNIX.o: ../FL/platform_types.h @@ -408,7 +409,8 @@ fluid.o: ../FL/Fl_Shared_Image.H fluid.o: ../FL/Fl_Simple_Terminal.H fluid.o: ../FL/Fl_Slider.H fluid.o: ../FL/Fl_Spinner.H -fluid.o: ../FL/Fl_String.H +fluid.o: ../FL/fl_string.h +fluid.o: ../FL/Fl_String_class.H fluid.o: ../FL/Fl_Tabs.H fluid.o: ../FL/Fl_Text_Buffer.H fluid.o: ../FL/Fl_Text_Display.H @@ -480,6 +482,7 @@ Fluid_Image.o: ../FL/Fl_Scrollbar.H Fluid_Image.o: ../FL/Fl_Shared_Image.H Fluid_Image.o: ../FL/Fl_Slider.H Fluid_Image.o: ../FL/fl_string.h +Fluid_Image.o: ../FL/Fl_String_class.H Fluid_Image.o: ../FL/Fl_Tabs.H Fluid_Image.o: ../FL/Fl_Tile.H Fluid_Image.o: ../FL/fl_types.h @@ -544,7 +547,8 @@ Fl_Function_Type.o: ../FL/fl_show_input.H Fl_Function_Type.o: ../FL/Fl_Simple_Terminal.H Fl_Function_Type.o: ../FL/Fl_Slider.H Fl_Function_Type.o: ../FL/Fl_Spinner.H -Fl_Function_Type.o: ../FL/Fl_String.H +Fl_Function_Type.o: ../FL/fl_string.h +Fl_Function_Type.o: ../FL/Fl_String_class.H Fl_Function_Type.o: ../FL/Fl_Tabs.H Fl_Function_Type.o: ../FL/Fl_Text_Buffer.H Fl_Function_Type.o: ../FL/Fl_Text_Display.H @@ -1003,6 +1007,7 @@ template_panel.o: ../FL/Fl_Scrollbar.H template_panel.o: ../FL/Fl_Shared_Image.H template_panel.o: ../FL/Fl_Slider.H template_panel.o: ../FL/fl_string.h +template_panel.o: ../FL/Fl_String_class.H template_panel.o: ../FL/fl_types.h template_panel.o: ../FL/fl_utf8.h template_panel.o: ../FL/Fl_Valuator.H |
