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:
parent
445783deea
commit
a54a9cd3b1
@ -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
|
||||
|
@ -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;;
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user