From: Kevin Ollivier Date: Sat, 20 Sep 2008 23:56:18 +0000 (+0000) Subject: Copy headers and get MDI and glcanvas fully building for OS X Cocoa port. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d2e6c14109b521468922c85c4041103aa28e39a9 Copy headers and get MDI and glcanvas fully building for OS X Cocoa port. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55753 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl index f7f5ccc49f..ba56711f43 100644 --- a/build/bakefiles/files.bkl +++ b/build/bakefiles/files.bkl @@ -2240,6 +2240,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/osx/carbon/dnd.cpp src/osx/carbon/font.cpp src/osx/carbon/frame.cpp + src/osx/carbon/mdi.cpp src/osx/carbon/metafile.cpp src/osx/carbon/overlay.cpp src/osx/carbon/popupwin.cpp @@ -2269,7 +2270,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/osx/carbon/gauge.cpp src/osx/carbon/listbox.cpp src/osx/carbon/listctrl_mac.cpp - src/osx/carbon/mdi.cpp src/osx/carbon/menu.cpp src/osx/carbon/menuitem.cpp src/osx/carbon/msgdlg.cpp @@ -2498,7 +2498,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/osx/cocoa/evtloop.mm src/osx/cocoa/filedlg.mm src/osx/cocoa/gauge.mm - src/osx/cocoa/glcanvas.mm src/osx/cocoa/listbox.mm src/osx/cocoa/menu.mm src/osx/cocoa/menuitem.mm @@ -2531,7 +2530,10 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/generic/tabg.cpp - + wx/osx/cocoa/chkconf.h + wx/osx/cocoa/private.h + $(OSX_CARBON_HDR) + wx/generic/region.h @@ -3140,6 +3142,12 @@ src/osx/iphone/window.mm + + + + + + src/cocoa/mediactrl.mm @@ -3382,6 +3390,7 @@ src/osx/iphone/window.mm src/osx/carbon/glcanvas.cpp src/osx/glcanvas_osx.cpp + src/osx/cocoa/glcanvas.mm src/osx/glcanvas_osx.cpp src/cocoa/glcanvas.mm src/gtk/glcanvas.cpp @@ -3739,6 +3748,7 @@ src/osx/iphone/window.mm $(MEDIA_MSW_SRC) $(MEDIA_MSW_DESKTOP_SRC) $(MEDIA_MSW_SRC) $(MEDIA_OSX_CARBON_SRC) + $(MEDIA_OSX_COCOA_SRC) $(MEDIA_COCOA_SRC) $(MEDIA_UNIX_SRC) $(MEDIA_UNIX_SRC) $(MEDIA_GTK_SRC)