]> git.saurik.com Git - wxWidgets.git/commitdiff
added src/msw/files.lst to the list of files to generate and updated it
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 4 Jan 2001 12:55:56 +0000 (12:55 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 4 Jan 2001 12:55:56 +0000 (12:55 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9047 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

distrib/msw/tmake/makeall.bat
distrib/msw/tmake/makeall.sh
src/msw/files.lst

index 74c3b4168ea5ca490742b989f16df4d107d03c6b..f71ec00b8b1239f12a2c3f1aef7b3b1f0423a0e9 100755 (executable)
@@ -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
index 49fc6282411282b34b24561a834752430fbcdedf..8d40a8dcf63a9501a6f92ab5604430e39f48c67c 100755 (executable)
@@ -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;;
index 257818973b9b9fa3350dcf4f182f049e5c20e99c..dfe526bfc354e256df2a534dccd0d00eb1301fcd 100644 (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!
 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 \