mirror of https://github.com/fltk/fltk
#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
This commit is contained in:
parent
e3ce6cd15a
commit
3cd132b947
|
@ -40,7 +40,6 @@ CPPFILES = \
|
|||
file.cxx \
|
||||
fluid.cxx \
|
||||
function_panel.cxx \
|
||||
print_panel.cxx \
|
||||
template_panel.cxx \
|
||||
undo.cxx \
|
||||
widget_panel.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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue