diff options
| author | Manolo Gouy <Manolo> | 2013-04-16 14:02:42 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2013-04-16 14:02:42 +0000 |
| commit | 6b69461ea9d84c405ffb7f41e1d8b4b306088407 (patch) | |
| tree | 8f427a2f4e1d9823cd26f7b15d7fe239780ff35f /src/Makefile | |
| parent | b176f4d3f61f668f52bb773aca18f68d5ed2a1ce (diff) | |
Renamed src/Fl_Sys_Menu_Bar.cxx to src/Fl_Sys_Menu_Bar.mm because objective-c code is used.
Some code is transferred from Fl_cocoa.mm thus reducing somewhat this very large source file.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9885 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index 3098f19bb..e9e2aa248 100644 --- a/src/Makefile +++ b/src/Makefile @@ -49,7 +49,6 @@ CPPFILES = \ Fl_Menu.cxx \ Fl_Menu_.cxx \ Fl_Menu_Bar.cxx \ - Fl_Sys_Menu_Bar.cxx \ Fl_Menu_Button.cxx \ Fl_Menu_Window.cxx \ Fl_Menu_add.cxx \ @@ -161,7 +160,8 @@ CPPFILES = \ OBJCPPFILES = \ Fl_cocoa.mm \ Fl_Quartz_Printer.mm \ - Fl_Native_File_Chooser_MAC.mm + Fl_Native_File_Chooser_MAC.mm \ + Fl_Sys_Menu_Bar.mm FLCPPFILES = \ forms_compatability.cxx \ |
