diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-04-13 16:36:14 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-04-13 16:36:14 +0000 |
| commit | 3cd132b9479bcf53ca57300f3cef99175b67a767 (patch) | |
| tree | 16e8ab48fd124f5ac4d3a6f06d28bcab82122659 | |
| parent | e3ce6cd15a1e2aa9ebf1c242f0ffa6ab424ca496 (diff) | |
#include print_panel.cxx in fluid.cxx, so that we don't need to put it in
the makefile (which won't work for MingW).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4278 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | fluid/Makefile | 1 | ||||
| -rw-r--r-- | fluid/fluid.cxx | 4 | ||||
| -rw-r--r-- | fluid/makedepend | 21 |
3 files changed, 7 insertions, 19 deletions
diff --git a/fluid/Makefile b/fluid/Makefile index be89f6ac1..ab9074d79 100644 --- a/fluid/Makefile +++ b/fluid/Makefile @@ -40,7 +40,6 @@ CPPFILES = \ file.cxx \ fluid.cxx \ function_panel.cxx \ - print_panel.cxx \ template_panel.cxx \ undo.cxx \ widget_panel.cxx diff --git a/fluid/fluid.cxx b/fluid/fluid.cxx index 461205003..c1b0799e7 100644 --- a/fluid/fluid.cxx +++ b/fluid/fluid.cxx @@ -47,8 +47,8 @@ #include "function_panel.h" #include "template_panel.h" #if !defined(WIN32) || defined(__CYGWIN__) -# include "print_panel.h" -#endif // !WIN32 +# include "print_panel.cxx" +#endif // !WIN32 || __CYGWIN__ #if defined(WIN32) && !defined(__CYGWIN__) # include <direct.h> diff --git a/fluid/makedepend b/fluid/makedepend index 51ba4404c..d3d322ce7 100644 --- a/fluid/makedepend +++ b/fluid/makedepend @@ -269,11 +269,11 @@ fluid.o: ../FL/Fl_Text_Buffer.H ../FL/Fl_Tooltip.H ../FL/Fl_Widget.H fluid.o: ../FL/Fl_Tabs.H ../FL/Fl_Light_Button.H ../FL/Fl_Spinner.H fluid.o: ../FL/Fl_Repeat_Button.H function_panel.h ../FL/Fl_Window.H fluid.o: CodeEditor.h ../FL/Fl_Text_Editor.H ../FL/Fl_Text_Display.H -fluid.o: template_panel.h ../FL/Fl_Browser.H print_panel.h -fluid.o: ../FL/Fl_Round_Button.H ../FL/Fl_Progress.H about_panel.h undo.h -fluid.o: Fl_Type.h ../FL/Fl_Menu.H Fluid_Image.h ../FL/Fl_Shared_Image.H -fluid.o: ../FL/Fl_Pack.H ../FL/Fl_Wizard.H ../FL/Fl_Menu_.H -fluid.o: ../FL/Fl_Input_Choice.H +fluid.o: template_panel.h ../FL/Fl_Browser.H print_panel.cxx print_panel.h +fluid.o: ../FL/Fl_Round_Button.H ../FL/Fl_Progress.H ../FL/Fl_Pixmap.H +fluid.o: about_panel.h undo.h Fl_Type.h ../FL/Fl_Menu.H Fluid_Image.h +fluid.o: ../FL/Fl_Shared_Image.H ../FL/Fl_Pack.H ../FL/Fl_Wizard.H +fluid.o: ../FL/Fl_Menu_.H ../FL/Fl_Input_Choice.H function_panel.o: function_panel.h ../FL/Fl.H ../FL/Enumerations.H function_panel.o: ../FL/Fl_Export.H ../FL/Fl_Window.H ../FL/Fl_Light_Button.H function_panel.o: ../FL/Fl_Input.H ../FL/Fl_Input_.H ../FL/Fl_Return_Button.H @@ -289,17 +289,6 @@ function_panel.o: ../FL/Fl_Shared_Image.H ../FL/fl_draw.H ../FL/Fl_Tabs.H function_panel.o: ../FL/Fl_Pack.H ../FL/Fl_Wizard.H ../FL/Fl_Menu_.H function_panel.o: ../FL/Fl_Choice.H ../FL/Fl_Input_Choice.H function_panel.o: ../FL/Fl_Menu_Bar.H undo.h -print_panel.o: print_panel.h ../FL/Fl.H ../FL/Enumerations.H -print_panel.o: ../FL/Fl_Export.H ../FL/Fl_Double_Window.H ../FL/Fl_Window.H -print_panel.o: ../FL/Fl_Group.H ../FL/Fl_Widget.H ../FL/Fl_Group.H -print_panel.o: ../FL/Fl_Choice.H ../FL/Fl_Menu_.H ../FL/Fl_Menu_Item.H -print_panel.o: ../FL/Fl_Image.H ../FL/Fl_Button.H ../FL/Fl_Box.H -print_panel.o: ../FL/Fl_Round_Button.H ../FL/Fl_Light_Button.H -print_panel.o: ../FL/Fl_Button.H ../FL/Fl_Input.H ../FL/Fl_Input_.H -print_panel.o: ../FL/Fl_Spinner.H ../FL/Fl_Repeat_Button.H ../FL/Fl.H -print_panel.o: ../FL/Fl_Check_Button.H ../FL/Fl_Return_Button.H -print_panel.o: ../FL/Fl_Progress.H ../src/flstring.h ../FL/Fl_Export.H -print_panel.o: ../config.h ../FL/Fl_Preferences.H ../FL/Fl_Pixmap.H template_panel.o: template_panel.h ../FL/Fl.H ../FL/Enumerations.H template_panel.o: ../FL/Fl_Export.H ../FL/Fl_Double_Window.H template_panel.o: ../FL/Fl_Window.H ../FL/Fl_Group.H ../FL/Fl_Widget.H |
