]> git.saurik.com Git - wxWidgets.git/commitdiff
removed print.cpp from list of Mac files and regenerated files.lst
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Fri, 23 May 2003 18:18:42 +0000 (18:18 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Fri, 23 May 2003 18:18:42 +0000 (18:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20707 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

distrib/msw/tmake/filelist.txt
src/cocoa/files.lst
src/mac/carbon/files.lst
src/mac/files.lst
src/os2/files.lst
src/x11/files.lst

index cf1e0e81853e1e11825ff7290be6ecf07e30eb01..829e8214685239ab8ec9e252f3ad798347a0b7d4 100644 (file)
@@ -535,7 +535,6 @@ notebmac.cpp        Mac
 palette.cpp    Mac
 pen.cpp        Mac
 pnghand.cpp    Mac
-print.cpp      Mac
 printdlg.cpp   Mac
 printmac.cpp   Mac
 radiobox.cpp   Mac
index 9ab4fa848e7fb575c3fe8b5ed55e31c29aa29146..7541bb7e80b4a04428e20f9fe79cbd1fc2155b30 100644 (file)
@@ -503,6 +503,7 @@ ALL_HEADERS = \
                cocoa/NSTextField.h \
                cocoa/NSView.h \
                cocoa/NSWindow.h \
+               cocoa/ObjcAssociate.h \
                cocoa/ObjcPose.h \
                cocoa/app.h \
                cocoa/bitmap.h \
index ebbd3012e336632e5477c95a4234a041028cc548..4851d871fc51472669724c094bed7867e2af72ea 100644 (file)
@@ -223,7 +223,6 @@ ALL_SOURCES = \
                mac/palette.cpp \
                mac/pen.cpp \
                mac/pnghand.cpp \
-               mac/print.cpp \
                mac/printdlg.cpp \
                mac/printmac.cpp \
                mac/radiobox.cpp \
@@ -885,7 +884,6 @@ GUIOBJS = \
                palette.o \
                pen.o \
                pnghand.o \
-               print.o \
                printdlg.o \
                printmac.o \
                radiobox.o \
index ebbd3012e336632e5477c95a4234a041028cc548..4851d871fc51472669724c094bed7867e2af72ea 100644 (file)
@@ -223,7 +223,6 @@ ALL_SOURCES = \
                mac/palette.cpp \
                mac/pen.cpp \
                mac/pnghand.cpp \
-               mac/print.cpp \
                mac/printdlg.cpp \
                mac/printmac.cpp \
                mac/radiobox.cpp \
@@ -885,7 +884,6 @@ GUIOBJS = \
                palette.o \
                pen.o \
                pnghand.o \
-               print.o \
                printdlg.o \
                printmac.o \
                radiobox.o \
index 95ae7bdc5ab4a3c5eb4e35b995127325360b7323..999fd35918cb1c87346dcfd0c4375c5b583b0619 100644 (file)
@@ -54,6 +54,7 @@ ALL_SOURCES = \
                common/cshelp.cpp \
                common/ctrlcmn.cpp \
                common/ctrlsub.cpp \
+               common/datacmn.cpp \
                common/datetime.cpp \
                common/datstrm.cpp \
                common/db.cpp \
@@ -649,6 +650,7 @@ COMMONOBJS = \
                cshelp.o \
                ctrlcmn.o \
                ctrlsub.o \
+               datacmn.o \
                datetime.o \
                datstrm.o \
                db.o \
index 40b89bd8244436fe07ba29af9164f8d03a382afb..ad1bf5cbc3c4b219af3784b1f050bf7db6541174 100644 (file)
@@ -504,6 +504,7 @@ ALL_HEADERS = \
                x11/pen.h \
                x11/print.h \
                x11/private.h \
+               x11/privx.h \
                x11/region.h \
                x11/reparent.h \
                x11/textctrl.h \