diff options
| author | Manolo Gouy <Manolo> | 2013-04-16 14:11:21 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2013-04-16 14:11:21 +0000 |
| commit | 5c513270f94710a98200e7f023cb7575ee41626e (patch) | |
| tree | b32dbc24939087b7314951bf80fb6b0660bcac87 /src | |
| parent | 6b69461ea9d84c405ffb7f41e1d8b4b306088407 (diff) | |
Renamed src/Fl_Sys_Menu_Bar.cxx to src/Fl_Sys_Menu_Bar.mm because objective-c code is used (cont'd).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9886 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0c0865ae1..9efb98d99 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -33,7 +33,6 @@ set(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 @@ -199,6 +198,7 @@ if(APPLE) Fl_cocoa.mm Fl_Quartz_Printer.mm Fl_Native_File_Chooser_MAC.mm + Fl_Sys_Menu_Bar.mm ) else() set(MMFILES |
