From 0c718eb7e0362e7df346a97c66478877cacdc8ad Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Wed, 17 Oct 2001 11:30:01 +0000 Subject: [PATCH] added wxStatusBarBase git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12040 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/files.lst | 4 +++- src/mac/files.lst | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/mac/carbon/files.lst b/src/mac/carbon/files.lst index aed0195348..8a4f8736cf 100644 --- a/src/mac/carbon/files.lst +++ b/src/mac/carbon/files.lst @@ -1,4 +1,4 @@ -# This file was automatically generated by tmake at 23:02, 2001/10/13 +# This file was automatically generated by tmake at 13:26, 2001/10/17 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE MAC.T! ALL_SOURCES = \ generic/busyinfo.cpp \ @@ -136,6 +136,7 @@ ALL_SOURCES = \ common/serbase.cpp \ common/sizer.cpp \ common/socket.cpp \ + common/statbar.cpp \ common/strconv.cpp \ common/stream.cpp \ common/string.cpp \ @@ -727,6 +728,7 @@ COMMONOBJS = \ serbase.o \ sizer.o \ socket.o \ + statbar.o \ strconv.o \ stream.o \ string.o \ diff --git a/src/mac/files.lst b/src/mac/files.lst index aed0195348..8a4f8736cf 100644 --- a/src/mac/files.lst +++ b/src/mac/files.lst @@ -1,4 +1,4 @@ -# This file was automatically generated by tmake at 23:02, 2001/10/13 +# This file was automatically generated by tmake at 13:26, 2001/10/17 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE MAC.T! ALL_SOURCES = \ generic/busyinfo.cpp \ @@ -136,6 +136,7 @@ ALL_SOURCES = \ common/serbase.cpp \ common/sizer.cpp \ common/socket.cpp \ + common/statbar.cpp \ common/strconv.cpp \ common/stream.cpp \ common/string.cpp \ @@ -727,6 +728,7 @@ COMMONOBJS = \ serbase.o \ sizer.o \ socket.o \ + statbar.o \ strconv.o \ stream.o \ string.o \ -- 2.45.2