From 9946aa4bf04dd44d13b03cbfc554159ab1a6a9dc Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Fri, 23 May 2003 18:18:42 +0000 Subject: [PATCH 1/1] removed print.cpp from list of Mac files and regenerated files.lst git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20707 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- distrib/msw/tmake/filelist.txt | 1 - src/cocoa/files.lst | 1 + src/mac/carbon/files.lst | 2 -- src/mac/files.lst | 2 -- src/os2/files.lst | 2 ++ src/x11/files.lst | 1 + 6 files changed, 4 insertions(+), 5 deletions(-) diff --git a/distrib/msw/tmake/filelist.txt b/distrib/msw/tmake/filelist.txt index cf1e0e8185..829e821468 100644 --- a/distrib/msw/tmake/filelist.txt +++ b/distrib/msw/tmake/filelist.txt @@ -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 diff --git a/src/cocoa/files.lst b/src/cocoa/files.lst index 9ab4fa848e..7541bb7e80 100644 --- a/src/cocoa/files.lst +++ b/src/cocoa/files.lst @@ -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 \ diff --git a/src/mac/carbon/files.lst b/src/mac/carbon/files.lst index ebbd3012e3..4851d871fc 100644 --- a/src/mac/carbon/files.lst +++ b/src/mac/carbon/files.lst @@ -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 \ diff --git a/src/mac/files.lst b/src/mac/files.lst index ebbd3012e3..4851d871fc 100644 --- a/src/mac/files.lst +++ b/src/mac/files.lst @@ -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 \ diff --git a/src/os2/files.lst b/src/os2/files.lst index 95ae7bdc5a..999fd35918 100644 --- a/src/os2/files.lst +++ b/src/os2/files.lst @@ -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 \ diff --git a/src/x11/files.lst b/src/x11/files.lst index 40b89bd824..ad1bf5cbc3 100644 --- a/src/x11/files.lst +++ b/src/x11/files.lst @@ -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 \ -- 2.47.2