From: Gilles Depeyrot Date: Sun, 12 Aug 2001 10:38:50 +0000 (+0000) Subject: added container class files X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6c41903ced78c0b4115785aa80a934833abbc1ef?ds=inline added container class files git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11352 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/files.lst b/src/mac/carbon/files.lst index 798d92f547..0d01e67e28 100644 --- a/src/mac/carbon/files.lst +++ b/src/mac/carbon/files.lst @@ -48,6 +48,7 @@ ALL_SOURCES = \ common/cmdline.cpp \ common/cmdproc.cpp \ common/cmndata.cpp \ + common/containr.cpp \ common/config.cpp \ common/cshelp.cpp \ common/ctrlcmn.cpp \ @@ -199,6 +200,7 @@ ALL_HEADERS = \ combobox.h \ confbase.h \ config.h \ + containr.h \ control.h \ cshelp.h \ ctrlsub.h \ @@ -446,6 +448,7 @@ COMMONOBJS = \ cmdproc.o \ cmndata.o \ config.o \ + containr.o \ cshelp.o \ ctrlcmn.o \ ctrlsub.o \ diff --git a/src/mac/files.lst b/src/mac/files.lst index 798d92f547..0d01e67e28 100644 --- a/src/mac/files.lst +++ b/src/mac/files.lst @@ -48,6 +48,7 @@ ALL_SOURCES = \ common/cmdline.cpp \ common/cmdproc.cpp \ common/cmndata.cpp \ + common/containr.cpp \ common/config.cpp \ common/cshelp.cpp \ common/ctrlcmn.cpp \ @@ -199,6 +200,7 @@ ALL_HEADERS = \ combobox.h \ confbase.h \ config.h \ + containr.h \ control.h \ cshelp.h \ ctrlsub.h \ @@ -446,6 +448,7 @@ COMMONOBJS = \ cmdproc.o \ cmndata.o \ config.o \ + containr.o \ cshelp.o \ ctrlcmn.o \ ctrlsub.o \