]> git.saurik.com Git - wxWidgets.git/commitdiff
added more stuff to wxBase: zipstrm, zstream, fs_*, mstream
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 4 Mar 2000 20:36:46 +0000 (20:36 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 4 Mar 2000 20:36:46 +0000 (20:36 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6440 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

distrib/msw/tmake/filelist.txt
src/files.lst

index 601a65c76f4016e9728b38b5723d89a5be45e1c8..a37b41e01c8c002c94de299c027f3f4af54d068e 100644 (file)
@@ -134,9 +134,9 @@ filesys.cpp C       B
 fontcmn.cpp    C
 fontmap.cpp    C
 framecmn.cpp   C
-fs_inet.cpp    C
-fs_zip.cpp     C
-fs_mem.cpp     C
+fs_inet.cpp    C       B
+fs_zip.cpp     C       B
+fs_mem.cpp     C       B
 ftp.cpp        C       S
 gdicmn.cpp     C
 geometry.cpp   C
@@ -165,7 +165,7 @@ memory.cpp  C
 menucmn.cpp    C
 mimecmn.cpp    C       32,B
 module.cpp     C       B
-mstream.cpp    C
+mstream.cpp    C       B
 object.cpp     C       B
 objstrm.cpp    C       B
 odbc.cpp       C       R,X,P
@@ -190,7 +190,7 @@ textfile.cpp        C       B
 timercmn.cpp   C       B
 tokenzr.cpp    C       B
 txtstrm.cpp    C       B
-unzip.c        C
+unzip.c        C       B
 url.cpp        C       S
 utilscmn.cpp   C       B
 valgen.cpp     C
@@ -201,8 +201,8 @@ wfstream.cpp        C       B
 wincmn.cpp     C
 wxchar.cpp     C       B
 wxexpr.cpp     C
-zipstrm.cpp    C
-zstream.cpp    C
+zipstrm.cpp    C       B
+zstream.cpp    C       B
 
 accel.cpp      M
 app.cpp        M
@@ -600,9 +600,9 @@ fontmap.h   W
 fontdlg.h      W
 fontutil.h     W
 frame.h        W
-fs_inet.h      W
-fs_zip.h       W
-fs_mem.h       W
+fs_inet.h      W       B
+fs_zip.h       W       B
+fs_mem.h       W       B
 gauge.h        W
 gdicmn.h       W
 gdiobj.h       W
@@ -651,7 +651,7 @@ mimetype.h  W       B
 minifram.h     W
 module.h       W       B
 msgdlg.h       W
-mstream.h      W
+mstream.h      W       B
 notebook.h     W
 object.h       W       B
 objstrm.h      W       B
@@ -735,8 +735,8 @@ wxexpr.h    W
 wxhtml.h       W
 wxprec.h       W       B
 xpmhand.h      W
-zipstrm.h      W
-zstream.h      W
+zipstrm.h      W       B
+zstream.h      W       B
 
 accel.h        K
 app.h  K
index b55dddcbf75b25d4de964229f885303cf195ed95..486ab2a996b7152419fd4397abfbb4a54236de8f 100644 (file)
@@ -1,4 +1,4 @@
-# This file was automatically generated by tmake at 15:02, 2000/02/24
+# This file was automatically generated by tmake at 12:30, 2000/03/04
 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE BASE.T!
 ALL_SOURCES = \
                common/init.cpp \
@@ -16,6 +16,9 @@ ALL_SOURCES = \
                common/fileconf.cpp \
                common/filefn.cpp \
                common/filesys.cpp \
+               common/fs_inet.cpp \
+               common/fs_mem.cpp \
+               common/fs_zip.cpp \
                common/hash.cpp \
                common/intl.cpp \
                common/list.cpp \
@@ -23,6 +26,7 @@ ALL_SOURCES = \
                common/longlong.cpp \
                common/mimecmn.cpp \
                common/module.cpp \
+               common/mstream.cpp \
                common/object.cpp \
                common/objstrm.cpp \
                common/process.cpp \
@@ -34,10 +38,13 @@ ALL_SOURCES = \
                common/timercmn.cpp \
                common/tokenzr.cpp \
                common/txtstrm.cpp \
+               common/unzip.c \
                common/utilscmn.cpp \
                common/variant.cpp \
                common/wfstream.cpp \
                common/wxchar.cpp \
+               common/zipstrm.cpp \
+               common/zstream.cpp \
                unix/dir.cpp \
                unix/mimetype.cpp \
                unix/threadpsx.cpp \
@@ -65,6 +72,9 @@ ALL_HEADERS = \
                fileconf.h \
                filefn.h \
                filesys.h \
+               fs_inet.h \
+               fs_mem.h \
+               fs_zip.h \
                hash.h \
                intl.h \
                ioswrap.h \
@@ -76,6 +86,7 @@ ALL_HEADERS = \
                memory.h \
                mimetype.h \
                module.h \
+               mstream.h \
                object.h \
                objstrm.h \
                process.h \
@@ -98,6 +109,8 @@ ALL_HEADERS = \
                wx.h \
                wxchar.h \
                wxprec.h \
+               zipstrm.h \
+               zstream.h \
                unix/mimetype.h \
                protocol/file.h \
                protocol/ftp.h \
@@ -120,6 +133,9 @@ BASE_OBJS = \
                fileconf.o \
                filefn.o \
                filesys.o \
+               fs_inet.o \
+               fs_mem.o \
+               fs_zip.o \
                hash.o \
                intl.o \
                list.o \
@@ -127,6 +143,7 @@ BASE_OBJS = \
                longlong.o \
                mimecmn.o \
                module.o \
+               mstream.o \
                object.o \
                objstrm.o \
                process.o \
@@ -138,10 +155,13 @@ BASE_OBJS = \
                timercmn.o \
                tokenzr.o \
                txtstrm.o \
+               unzip.o \
                utilscmn.o \
                variant.o \
                wfstream.o \
-               wxchar.o
+               wxchar.o \
+               zipstrm.o \
+               zstream.o
 
 BASE_DEPS = \
                init.d \
@@ -159,6 +179,9 @@ BASE_DEPS = \
                fileconf.d \
                filefn.d \
                filesys.d \
+               fs_inet.d \
+               fs_mem.d \
+               fs_zip.d \
                hash.d \
                intl.d \
                list.d \
@@ -166,6 +189,7 @@ BASE_DEPS = \
                longlong.d \
                mimecmn.d \
                module.d \
+               mstream.d \
                object.d \
                objstrm.d \
                process.d \
@@ -177,10 +201,13 @@ BASE_DEPS = \
                timercmn.d \
                tokenzr.d \
                txtstrm.d \
+               unzip.d \
                utilscmn.d \
                variant.d \
                wfstream.d \
-               wxchar.d
+               wxchar.d \
+               zipstrm.d \
+               zstream.d
 
 BASE_UNIX_OBJS = \
                dir.o \
@@ -204,6 +231,9 @@ BASE_DEPS = \
                fileconf.d \
                filefn.d \
                filesys.d \
+               fs_inet.d \
+               fs_mem.d \
+               fs_zip.d \
                hash.d \
                intl.d \
                list.d \
@@ -211,6 +241,7 @@ BASE_DEPS = \
                longlong.d \
                mimecmn.d \
                module.d \
+               mstream.d \
                object.d \
                objstrm.d \
                process.d \
@@ -222,7 +253,10 @@ BASE_DEPS = \
                timercmn.d \
                tokenzr.d \
                txtstrm.d \
+               unzip.d \
                utilscmn.d \
                variant.d \
                wfstream.d \
-               wxchar.d
+               wxchar.d \
+               zipstrm.d \
+               zstream.d