From: Gilles Depeyrot Date: Tue, 2 Oct 2001 15:59:59 +0000 (+0000) Subject: Added wxTopLevelWindow related files X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d9e4c43bebaf9ae0f490a3099cd26dae48c48e1f Added wxTopLevelWindow related files git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11784 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/files.lst b/src/mac/carbon/files.lst index cd34ca4377..9747349ea6 100644 --- a/src/mac/carbon/files.lst +++ b/src/mac/carbon/files.lst @@ -1,5 +1,4 @@ -# This file was automatically generated by tmake at 11:57, 2000/09/08 -# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE OS2.T! +# This file NOT yet automatically generated by tmake. ALL_SOURCES = \ generic/busyinfo.cpp \ generic/calctrl.cpp \ @@ -139,6 +138,7 @@ ALL_SOURCES = \ common/textcmn.cpp \ common/textfile.cpp \ common/timercmn.cpp \ + common/toplvcmn.cpp \ common/tokenzr.cpp \ common/treebase.cpp \ common/txtstrm.cpp \ @@ -542,6 +542,7 @@ COMMONOBJS = \ textcmn.o \ textfile.o \ timercmn.o \ + toplvcmn.o \ tokenzr.o \ treebase.o \ txtstrm.o \ @@ -659,6 +660,7 @@ COMMONDEPS = \ textcmn.d \ textfile.d \ timercmn.d \ + toplvcmn.d \ tokenzr.d \ treebase.d \ txtstrm.d \ @@ -698,7 +700,6 @@ GENERICOBJS = \ helpext.o \ helphtml.o \ helpwxht.o \ - helpxlp.o \ imaglist.o \ laywin.o \ listctrl.o \ @@ -746,7 +747,6 @@ GENERICDEPS = \ helpext.d \ helphtml.d \ helpwxht.d \ - helpxlp.d \ imaglist.d \ laywin.d \ listctrl.d \ @@ -849,6 +849,7 @@ GUIOBJS = \ textctrl.o \ thread.o \ timer.o \ + toplevel.o \ toolbar.o \ tooltip.o \ uma.o \ @@ -926,6 +927,7 @@ GUIDEPS = \ textctrl.d \ thread.d \ timer.d \ + toplevel.d \ toolbar.d \ tooltip.d \ uma.d \ diff --git a/src/mac/files.lst b/src/mac/files.lst index cd34ca4377..9747349ea6 100644 --- a/src/mac/files.lst +++ b/src/mac/files.lst @@ -1,5 +1,4 @@ -# This file was automatically generated by tmake at 11:57, 2000/09/08 -# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE OS2.T! +# This file NOT yet automatically generated by tmake. ALL_SOURCES = \ generic/busyinfo.cpp \ generic/calctrl.cpp \ @@ -139,6 +138,7 @@ ALL_SOURCES = \ common/textcmn.cpp \ common/textfile.cpp \ common/timercmn.cpp \ + common/toplvcmn.cpp \ common/tokenzr.cpp \ common/treebase.cpp \ common/txtstrm.cpp \ @@ -542,6 +542,7 @@ COMMONOBJS = \ textcmn.o \ textfile.o \ timercmn.o \ + toplvcmn.o \ tokenzr.o \ treebase.o \ txtstrm.o \ @@ -659,6 +660,7 @@ COMMONDEPS = \ textcmn.d \ textfile.d \ timercmn.d \ + toplvcmn.d \ tokenzr.d \ treebase.d \ txtstrm.d \ @@ -698,7 +700,6 @@ GENERICOBJS = \ helpext.o \ helphtml.o \ helpwxht.o \ - helpxlp.o \ imaglist.o \ laywin.o \ listctrl.o \ @@ -746,7 +747,6 @@ GENERICDEPS = \ helpext.d \ helphtml.d \ helpwxht.d \ - helpxlp.d \ imaglist.d \ laywin.d \ listctrl.d \ @@ -849,6 +849,7 @@ GUIOBJS = \ textctrl.o \ thread.o \ timer.o \ + toplevel.o \ toolbar.o \ tooltip.o \ uma.o \ @@ -926,6 +927,7 @@ GUIDEPS = \ textctrl.d \ thread.d \ timer.d \ + toplevel.d \ toolbar.d \ tooltip.d \ uma.d \