]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/files.lst
Don't complain under MicroWindows if a wxDC's HDC is NULL - it happens
[wxWidgets.git] / src / mac / files.lst
index 763370b66c36810a1fbbff69a4740b8d6365167d..5678c6509e698891f731b4cb26b601672aa64604 100644 (file)
@@ -28,7 +28,7 @@ ALL_SOURCES = \
                generic/propform.cpp \
                generic/proplist.cpp \
                generic/sashwin.cpp \
-               generic/scrolwin.cpp \
+               generic/scrlwing.cpp \
                generic/splash.cpp \
                generic/splitter.cpp \
                generic/statusbr.cpp \
@@ -42,6 +42,7 @@ ALL_SOURCES = \
                common/choiccmn.cpp \
                common/clipcmn.cpp \
                common/cmdline.cpp \
+               common/cmdproc.cpp \
                common/cmndata.cpp \
                common/config.cpp \
                common/cshelp.cpp \
@@ -90,6 +91,7 @@ ALL_SOURCES = \
                common/imagpng.cpp \
                common/imagpnm.cpp \
                common/imagtiff.cpp \
+               common/imagxpm.cpp \
                common/intl.cpp \
                common/ipcbase.cpp \
                common/layout.cpp \
@@ -102,6 +104,7 @@ ALL_SOURCES = \
                common/mimecmn.cpp \
                common/module.cpp \
                common/mstream.cpp \
+               common/nbkbase.cpp \
                common/object.cpp \
                common/objstrm.cpp \
                common/paper.cpp \
@@ -138,6 +141,7 @@ ALL_SOURCES = \
                common/wincmn.cpp \
                common/wxchar.cpp \
                common/wxexpr.cpp \
+               common/xpmdecod.cpp \
                common/zipstrm.cpp \
                common/zstream.cpp \
                html/helpctrl.cpp \
@@ -179,6 +183,7 @@ ALL_HEADERS = \
                choice.h \
                clipbrd.h \
                cmdline.h \
+               cmdproc.h \
                cmndata.h \
                colordlg.h \
                colour.h \
@@ -259,6 +264,7 @@ ALL_HEADERS = \
                imagpng.h \
                imagpnm.h \
                imagtiff.h \
+               imagxpm.h \
                intl.h \
                ioswrap.h \
                ipcbase.h \
@@ -365,6 +371,7 @@ ALL_HEADERS = \
                wx_cw_d.h \
                wxchar.h \
                wxexpr.h \
+               xpmdecod.h \
                wxhtml.h \
                wxprec.h \
                xpmhand.h \
@@ -427,6 +434,7 @@ COMMONOBJS = \
                choiccmn.o \
                clipcmn.o \
                cmdline.o \
+               cmdproc.o \
                cmndata.o \
                config.o \
                cshelp.o \
@@ -476,6 +484,7 @@ COMMONOBJS = \
                imagpng.o \
                imagpnm.o \
                imagtiff.o \
+               imagxpm.o \
                intl.o \
                ipcbase.o \
                layout.o \
@@ -489,6 +498,7 @@ COMMONOBJS = \
                mimecmn.o \
                module.o \
                mstream.o \
+               nbkbase.o \
                object.o \
                objstrm.o \
                paper.o \
@@ -525,6 +535,7 @@ COMMONOBJS = \
                wincmn.o \
                wxchar.o \
                wxexpr.o \
+               xpmdecod.o \
                zipstrm.o \
                zstream.o
 
@@ -582,6 +593,7 @@ COMMONDEPS = \
                imagpng.d \
                imagpnm.d \
                imagtiff.d \
+               imagxpm.d \
                intl.d \
                ipcbase.d \
                layout.d \
@@ -630,14 +642,12 @@ COMMONDEPS = \
                wincmn.d \
                wxchar.d \
                wxexpr.d \
+               xpmdecod.d \
                zipstrm.d \
                zstream.d
 
 # Not included for Mac OS X
 #              gridg.o
-#              imaglist.o
-#              listctrl.o
-#              statusbr.o
 GENERICOBJS = \
                busyinfo.o \
                calctrl.o \
@@ -656,7 +666,9 @@ GENERICOBJS = \
                helphtml.o \
                helpwxht.o \
                helpxlp.o \
+               imaglist.o \
                laywin.o \
+               listctrl.o \
                logg.o \
                msgdlgg.o \
                numdlgg.o \
@@ -671,6 +683,7 @@ GENERICOBJS = \
                scrolwin.o \
                splash.o \
                splitter.o \
+               statusbr.o \
                tabg.o \
                tbarsmpl.o \
                textdlgg.o \
@@ -720,9 +733,8 @@ GENERICDEPS = \
                wizard.d
 
 # Not included for Mac OS X
-#              dir.o
+#              dirmac.o
 #              filedlg.o
-#              notebook.o
 #              statline.o
 #              treectrl.o
 GUIOBJS = \
@@ -750,7 +762,7 @@ GUIOBJS = \
                dcprint.o \
                dcscreen.o \
                dialog.o \
-               dirmac.o \
+               dir.o \
                dnd.o \
                font.o \
                fontdlg.o \
@@ -761,10 +773,8 @@ GUIOBJS = \
                gdiobj.o \
                gsocket.o \
                icon.o \
-               imaglist.o \
                joystick.o \
                listbox.o \
-               listctrl.o \
                macnotfy.o \
                main.o \
                mdi.o \
@@ -788,6 +798,7 @@ GUIOBJS = \
                settings.o \
                slider.o \
                spinbutt.o \
+               spinctrl.o \
                statbmp.o \
                statbox.o \
                statbrma.o \
@@ -874,8 +885,8 @@ GUIDEPS = \
 #              gsocket.o
 #              mimetype.o
 #              threadpsx.o
+#              dialup.o
 UNIXOBJS = \
-               dialup.o \
                utilsunx.o \
                dl_macosx.o
 
@@ -934,3 +945,8 @@ HTMLDEPS = \
                m_tables.d \
                winpars.d
 
+MACRESOURCES = \
+               apprsrc.r \
+               carbrsrc.r \
+               corersrc.r
+