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
This commit is contained in:
Gilles Depeyrot 2003-05-23 18:18:42 +00:00
parent bef8d4810d
commit 9946aa4bf0
6 changed files with 4 additions and 5 deletions

View 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

View 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 \

View 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 \

View 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 \

View 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 \

View 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 \