From a54a9cd3b1a55ae5ce78ec38dc1fdbac414194ad Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 4 Jan 2001 12:55:56 +0000 Subject: [PATCH] added src/msw/files.lst to the list of files to generate and updated it git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9047 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- distrib/msw/tmake/makeall.bat | 1 + distrib/msw/tmake/makeall.sh | 4 ++++ src/msw/files.lst | 9 ++++++++- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/distrib/msw/tmake/makeall.bat b/distrib/msw/tmake/makeall.bat index 74c3b4168e..f71ec00b8b 100755 --- a/distrib/msw/tmake/makeall.bat +++ b/distrib/msw/tmake/makeall.bat @@ -54,6 +54,7 @@ echo Generating for Watcom C++... %tmakecmd% -t wat wxwin.pro -o %WXDIR%\src\msw\makefile.wat echo Generating for Unix and Configure... %tmakecmd% -t gtk wxwin.pro -o %WXDIR%\src\gtk\files.lst +%tmakecmd% -t msw wxwin.pro -o %WXDIR%\src\msw\files.lst %tmakecmd% -t motif wxwin.pro -o %WXDIR%\src\motif\files.lst %tmakecmd% -t os2 wxwin.pro -o %WXDIR%\src\os2\files.lst :end diff --git a/distrib/msw/tmake/makeall.sh b/distrib/msw/tmake/makeall.sh index 49fc628241..8d40a8dcf6 100755 --- a/distrib/msw/tmake/makeall.sh +++ b/distrib/msw/tmake/makeall.sh @@ -54,6 +54,10 @@ do echo "Generating $topdir/src/gtk/files.lst for GTK and Configure..." tmake -t gtk wxwin.pro -o $topdir/src/gtk/files.lst;; + msw.t) + echo "Generating $topdir/src/msw/files.lst for MSW and Configure..." + tmake -t msw wxwin.pro -o $topdir/src/msw/files.lst;; + motif.t) echo "Generating $topdir/src/motif/files.lst for Motif and Configure..." tmake -t motif wxwin.pro -o $topdir/src/motif/files.lst;; diff --git a/src/msw/files.lst b/src/msw/files.lst index 257818973b..dfe526bfc3 100644 --- a/src/msw/files.lst +++ b/src/msw/files.lst @@ -1,4 +1,4 @@ -# This file was automatically generated by tmake at 18:26, 2000/11/03 +# This file was automatically generated by tmake at 13:54, 2001/01/04 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE MSW.T! ALL_SOURCES = \ generic/busyinfo.cpp \ @@ -58,6 +58,7 @@ ALL_SOURCES = \ common/file.cpp \ common/fileconf.cpp \ common/filefn.cpp \ + common/filename.cpp \ common/filesys.cpp \ common/fontcmn.cpp \ common/fontmap.cpp \ @@ -88,6 +89,7 @@ ALL_SOURCES = \ common/list.cpp \ common/log.cpp \ common/longlong.cpp \ + common/matrix.cpp \ common/memory.cpp \ common/menucmn.cpp \ common/mimecmn.cpp \ @@ -309,6 +311,7 @@ ALL_HEADERS = \ fileconf.h \ filedlg.h \ filefn.h \ + filename.h \ filesys.h \ font.h \ fontdlg.h \ @@ -636,6 +639,7 @@ COMMONOBJS = \ file.o \ fileconf.o \ filefn.o \ + filename.o \ filesys.o \ fontcmn.o \ fontmap.o \ @@ -666,6 +670,7 @@ COMMONOBJS = \ list.o \ log.o \ longlong.o \ + matrix.o \ memory.o \ menucmn.o \ mimecmn.o \ @@ -741,6 +746,7 @@ COMMONDEPS = \ file.d \ fileconf.d \ filefn.d \ + filename.d \ filesys.d \ fontcmn.d \ fontmap.d \ @@ -771,6 +777,7 @@ COMMONDEPS = \ list.d \ log.d \ longlong.d \ + matrix.d \ memory.d \ menucmn.d \ mimecmn.d \ -- 2.45.2