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
This commit is contained in:
Vadim Zeitlin
2001-01-04 12:55:56 +00:00
parent 445783deea
commit a54a9cd3b1
3 changed files with 13 additions and 1 deletions

View File

@@ -54,6 +54,7 @@ echo Generating for Watcom C++...
%tmakecmd% -t wat wxwin.pro -o %WXDIR%\src\msw\makefile.wat %tmakecmd% -t wat wxwin.pro -o %WXDIR%\src\msw\makefile.wat
echo Generating for Unix and Configure... echo Generating for Unix and Configure...
%tmakecmd% -t gtk wxwin.pro -o %WXDIR%\src\gtk\files.lst %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 motif wxwin.pro -o %WXDIR%\src\motif\files.lst
%tmakecmd% -t os2 wxwin.pro -o %WXDIR%\src\os2\files.lst %tmakecmd% -t os2 wxwin.pro -o %WXDIR%\src\os2\files.lst
:end :end

View File

@@ -54,6 +54,10 @@ do
echo "Generating $topdir/src/gtk/files.lst for GTK and Configure..." echo "Generating $topdir/src/gtk/files.lst for GTK and Configure..."
tmake -t gtk wxwin.pro -o $topdir/src/gtk/files.lst;; 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) motif.t)
echo "Generating $topdir/src/motif/files.lst for Motif and Configure..." echo "Generating $topdir/src/motif/files.lst for Motif and Configure..."
tmake -t motif wxwin.pro -o $topdir/src/motif/files.lst;; tmake -t motif wxwin.pro -o $topdir/src/motif/files.lst;;

View File

@@ -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! # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE MSW.T!
ALL_SOURCES = \ ALL_SOURCES = \
generic/busyinfo.cpp \ generic/busyinfo.cpp \
@@ -58,6 +58,7 @@ ALL_SOURCES = \
common/file.cpp \ common/file.cpp \
common/fileconf.cpp \ common/fileconf.cpp \
common/filefn.cpp \ common/filefn.cpp \
common/filename.cpp \
common/filesys.cpp \ common/filesys.cpp \
common/fontcmn.cpp \ common/fontcmn.cpp \
common/fontmap.cpp \ common/fontmap.cpp \
@@ -88,6 +89,7 @@ ALL_SOURCES = \
common/list.cpp \ common/list.cpp \
common/log.cpp \ common/log.cpp \
common/longlong.cpp \ common/longlong.cpp \
common/matrix.cpp \
common/memory.cpp \ common/memory.cpp \
common/menucmn.cpp \ common/menucmn.cpp \
common/mimecmn.cpp \ common/mimecmn.cpp \
@@ -309,6 +311,7 @@ ALL_HEADERS = \
fileconf.h \ fileconf.h \
filedlg.h \ filedlg.h \
filefn.h \ filefn.h \
filename.h \
filesys.h \ filesys.h \
font.h \ font.h \
fontdlg.h \ fontdlg.h \
@@ -636,6 +639,7 @@ COMMONOBJS = \
file.o \ file.o \
fileconf.o \ fileconf.o \
filefn.o \ filefn.o \
filename.o \
filesys.o \ filesys.o \
fontcmn.o \ fontcmn.o \
fontmap.o \ fontmap.o \
@@ -666,6 +670,7 @@ COMMONOBJS = \
list.o \ list.o \
log.o \ log.o \
longlong.o \ longlong.o \
matrix.o \
memory.o \ memory.o \
menucmn.o \ menucmn.o \
mimecmn.o \ mimecmn.o \
@@ -741,6 +746,7 @@ COMMONDEPS = \
file.d \ file.d \
fileconf.d \ fileconf.d \
filefn.d \ filefn.d \
filename.d \
filesys.d \ filesys.d \
fontcmn.d \ fontcmn.d \
fontmap.d \ fontmap.d \
@@ -771,6 +777,7 @@ COMMONDEPS = \
list.d \ list.d \
log.d \ log.d \
longlong.d \ longlong.d \
matrix.d \
memory.d \ memory.d \
menucmn.d \ menucmn.d \
mimecmn.d \ mimecmn.d \