added more stuff to wxBase: zipstrm, zstream, fs_*, mstream
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6440 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -134,9 +134,9 @@ filesys.cpp C B
|
|||||||
fontcmn.cpp C
|
fontcmn.cpp C
|
||||||
fontmap.cpp C
|
fontmap.cpp C
|
||||||
framecmn.cpp C
|
framecmn.cpp C
|
||||||
fs_inet.cpp C
|
fs_inet.cpp C B
|
||||||
fs_zip.cpp C
|
fs_zip.cpp C B
|
||||||
fs_mem.cpp C
|
fs_mem.cpp C B
|
||||||
ftp.cpp C S
|
ftp.cpp C S
|
||||||
gdicmn.cpp C
|
gdicmn.cpp C
|
||||||
geometry.cpp C
|
geometry.cpp C
|
||||||
@@ -165,7 +165,7 @@ memory.cpp C
|
|||||||
menucmn.cpp C
|
menucmn.cpp C
|
||||||
mimecmn.cpp C 32,B
|
mimecmn.cpp C 32,B
|
||||||
module.cpp C B
|
module.cpp C B
|
||||||
mstream.cpp C
|
mstream.cpp C B
|
||||||
object.cpp C B
|
object.cpp C B
|
||||||
objstrm.cpp C B
|
objstrm.cpp C B
|
||||||
odbc.cpp C R,X,P
|
odbc.cpp C R,X,P
|
||||||
@@ -190,7 +190,7 @@ textfile.cpp C B
|
|||||||
timercmn.cpp C B
|
timercmn.cpp C B
|
||||||
tokenzr.cpp C B
|
tokenzr.cpp C B
|
||||||
txtstrm.cpp C B
|
txtstrm.cpp C B
|
||||||
unzip.c C
|
unzip.c C B
|
||||||
url.cpp C S
|
url.cpp C S
|
||||||
utilscmn.cpp C B
|
utilscmn.cpp C B
|
||||||
valgen.cpp C
|
valgen.cpp C
|
||||||
@@ -201,8 +201,8 @@ wfstream.cpp C B
|
|||||||
wincmn.cpp C
|
wincmn.cpp C
|
||||||
wxchar.cpp C B
|
wxchar.cpp C B
|
||||||
wxexpr.cpp C
|
wxexpr.cpp C
|
||||||
zipstrm.cpp C
|
zipstrm.cpp C B
|
||||||
zstream.cpp C
|
zstream.cpp C B
|
||||||
|
|
||||||
accel.cpp M
|
accel.cpp M
|
||||||
app.cpp M
|
app.cpp M
|
||||||
@@ -600,9 +600,9 @@ fontmap.h W
|
|||||||
fontdlg.h W
|
fontdlg.h W
|
||||||
fontutil.h W
|
fontutil.h W
|
||||||
frame.h W
|
frame.h W
|
||||||
fs_inet.h W
|
fs_inet.h W B
|
||||||
fs_zip.h W
|
fs_zip.h W B
|
||||||
fs_mem.h W
|
fs_mem.h W B
|
||||||
gauge.h W
|
gauge.h W
|
||||||
gdicmn.h W
|
gdicmn.h W
|
||||||
gdiobj.h W
|
gdiobj.h W
|
||||||
@@ -651,7 +651,7 @@ mimetype.h W B
|
|||||||
minifram.h W
|
minifram.h W
|
||||||
module.h W B
|
module.h W B
|
||||||
msgdlg.h W
|
msgdlg.h W
|
||||||
mstream.h W
|
mstream.h W B
|
||||||
notebook.h W
|
notebook.h W
|
||||||
object.h W B
|
object.h W B
|
||||||
objstrm.h W B
|
objstrm.h W B
|
||||||
@@ -735,8 +735,8 @@ wxexpr.h W
|
|||||||
wxhtml.h W
|
wxhtml.h W
|
||||||
wxprec.h W B
|
wxprec.h W B
|
||||||
xpmhand.h W
|
xpmhand.h W
|
||||||
zipstrm.h W
|
zipstrm.h W B
|
||||||
zstream.h W
|
zstream.h W B
|
||||||
|
|
||||||
accel.h K
|
accel.h K
|
||||||
app.h K
|
app.h K
|
||||||
|
@@ -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!
|
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE BASE.T!
|
||||||
ALL_SOURCES = \
|
ALL_SOURCES = \
|
||||||
common/init.cpp \
|
common/init.cpp \
|
||||||
@@ -16,6 +16,9 @@ ALL_SOURCES = \
|
|||||||
common/fileconf.cpp \
|
common/fileconf.cpp \
|
||||||
common/filefn.cpp \
|
common/filefn.cpp \
|
||||||
common/filesys.cpp \
|
common/filesys.cpp \
|
||||||
|
common/fs_inet.cpp \
|
||||||
|
common/fs_mem.cpp \
|
||||||
|
common/fs_zip.cpp \
|
||||||
common/hash.cpp \
|
common/hash.cpp \
|
||||||
common/intl.cpp \
|
common/intl.cpp \
|
||||||
common/list.cpp \
|
common/list.cpp \
|
||||||
@@ -23,6 +26,7 @@ ALL_SOURCES = \
|
|||||||
common/longlong.cpp \
|
common/longlong.cpp \
|
||||||
common/mimecmn.cpp \
|
common/mimecmn.cpp \
|
||||||
common/module.cpp \
|
common/module.cpp \
|
||||||
|
common/mstream.cpp \
|
||||||
common/object.cpp \
|
common/object.cpp \
|
||||||
common/objstrm.cpp \
|
common/objstrm.cpp \
|
||||||
common/process.cpp \
|
common/process.cpp \
|
||||||
@@ -34,10 +38,13 @@ ALL_SOURCES = \
|
|||||||
common/timercmn.cpp \
|
common/timercmn.cpp \
|
||||||
common/tokenzr.cpp \
|
common/tokenzr.cpp \
|
||||||
common/txtstrm.cpp \
|
common/txtstrm.cpp \
|
||||||
|
common/unzip.c \
|
||||||
common/utilscmn.cpp \
|
common/utilscmn.cpp \
|
||||||
common/variant.cpp \
|
common/variant.cpp \
|
||||||
common/wfstream.cpp \
|
common/wfstream.cpp \
|
||||||
common/wxchar.cpp \
|
common/wxchar.cpp \
|
||||||
|
common/zipstrm.cpp \
|
||||||
|
common/zstream.cpp \
|
||||||
unix/dir.cpp \
|
unix/dir.cpp \
|
||||||
unix/mimetype.cpp \
|
unix/mimetype.cpp \
|
||||||
unix/threadpsx.cpp \
|
unix/threadpsx.cpp \
|
||||||
@@ -65,6 +72,9 @@ ALL_HEADERS = \
|
|||||||
fileconf.h \
|
fileconf.h \
|
||||||
filefn.h \
|
filefn.h \
|
||||||
filesys.h \
|
filesys.h \
|
||||||
|
fs_inet.h \
|
||||||
|
fs_mem.h \
|
||||||
|
fs_zip.h \
|
||||||
hash.h \
|
hash.h \
|
||||||
intl.h \
|
intl.h \
|
||||||
ioswrap.h \
|
ioswrap.h \
|
||||||
@@ -76,6 +86,7 @@ ALL_HEADERS = \
|
|||||||
memory.h \
|
memory.h \
|
||||||
mimetype.h \
|
mimetype.h \
|
||||||
module.h \
|
module.h \
|
||||||
|
mstream.h \
|
||||||
object.h \
|
object.h \
|
||||||
objstrm.h \
|
objstrm.h \
|
||||||
process.h \
|
process.h \
|
||||||
@@ -98,6 +109,8 @@ ALL_HEADERS = \
|
|||||||
wx.h \
|
wx.h \
|
||||||
wxchar.h \
|
wxchar.h \
|
||||||
wxprec.h \
|
wxprec.h \
|
||||||
|
zipstrm.h \
|
||||||
|
zstream.h \
|
||||||
unix/mimetype.h \
|
unix/mimetype.h \
|
||||||
protocol/file.h \
|
protocol/file.h \
|
||||||
protocol/ftp.h \
|
protocol/ftp.h \
|
||||||
@@ -120,6 +133,9 @@ BASE_OBJS = \
|
|||||||
fileconf.o \
|
fileconf.o \
|
||||||
filefn.o \
|
filefn.o \
|
||||||
filesys.o \
|
filesys.o \
|
||||||
|
fs_inet.o \
|
||||||
|
fs_mem.o \
|
||||||
|
fs_zip.o \
|
||||||
hash.o \
|
hash.o \
|
||||||
intl.o \
|
intl.o \
|
||||||
list.o \
|
list.o \
|
||||||
@@ -127,6 +143,7 @@ BASE_OBJS = \
|
|||||||
longlong.o \
|
longlong.o \
|
||||||
mimecmn.o \
|
mimecmn.o \
|
||||||
module.o \
|
module.o \
|
||||||
|
mstream.o \
|
||||||
object.o \
|
object.o \
|
||||||
objstrm.o \
|
objstrm.o \
|
||||||
process.o \
|
process.o \
|
||||||
@@ -138,10 +155,13 @@ BASE_OBJS = \
|
|||||||
timercmn.o \
|
timercmn.o \
|
||||||
tokenzr.o \
|
tokenzr.o \
|
||||||
txtstrm.o \
|
txtstrm.o \
|
||||||
|
unzip.o \
|
||||||
utilscmn.o \
|
utilscmn.o \
|
||||||
variant.o \
|
variant.o \
|
||||||
wfstream.o \
|
wfstream.o \
|
||||||
wxchar.o
|
wxchar.o \
|
||||||
|
zipstrm.o \
|
||||||
|
zstream.o
|
||||||
|
|
||||||
BASE_DEPS = \
|
BASE_DEPS = \
|
||||||
init.d \
|
init.d \
|
||||||
@@ -159,6 +179,9 @@ BASE_DEPS = \
|
|||||||
fileconf.d \
|
fileconf.d \
|
||||||
filefn.d \
|
filefn.d \
|
||||||
filesys.d \
|
filesys.d \
|
||||||
|
fs_inet.d \
|
||||||
|
fs_mem.d \
|
||||||
|
fs_zip.d \
|
||||||
hash.d \
|
hash.d \
|
||||||
intl.d \
|
intl.d \
|
||||||
list.d \
|
list.d \
|
||||||
@@ -166,6 +189,7 @@ BASE_DEPS = \
|
|||||||
longlong.d \
|
longlong.d \
|
||||||
mimecmn.d \
|
mimecmn.d \
|
||||||
module.d \
|
module.d \
|
||||||
|
mstream.d \
|
||||||
object.d \
|
object.d \
|
||||||
objstrm.d \
|
objstrm.d \
|
||||||
process.d \
|
process.d \
|
||||||
@@ -177,10 +201,13 @@ BASE_DEPS = \
|
|||||||
timercmn.d \
|
timercmn.d \
|
||||||
tokenzr.d \
|
tokenzr.d \
|
||||||
txtstrm.d \
|
txtstrm.d \
|
||||||
|
unzip.d \
|
||||||
utilscmn.d \
|
utilscmn.d \
|
||||||
variant.d \
|
variant.d \
|
||||||
wfstream.d \
|
wfstream.d \
|
||||||
wxchar.d
|
wxchar.d \
|
||||||
|
zipstrm.d \
|
||||||
|
zstream.d
|
||||||
|
|
||||||
BASE_UNIX_OBJS = \
|
BASE_UNIX_OBJS = \
|
||||||
dir.o \
|
dir.o \
|
||||||
@@ -204,6 +231,9 @@ BASE_DEPS = \
|
|||||||
fileconf.d \
|
fileconf.d \
|
||||||
filefn.d \
|
filefn.d \
|
||||||
filesys.d \
|
filesys.d \
|
||||||
|
fs_inet.d \
|
||||||
|
fs_mem.d \
|
||||||
|
fs_zip.d \
|
||||||
hash.d \
|
hash.d \
|
||||||
intl.d \
|
intl.d \
|
||||||
list.d \
|
list.d \
|
||||||
@@ -211,6 +241,7 @@ BASE_DEPS = \
|
|||||||
longlong.d \
|
longlong.d \
|
||||||
mimecmn.d \
|
mimecmn.d \
|
||||||
module.d \
|
module.d \
|
||||||
|
mstream.d \
|
||||||
object.d \
|
object.d \
|
||||||
objstrm.d \
|
objstrm.d \
|
||||||
process.d \
|
process.d \
|
||||||
@@ -222,7 +253,10 @@ BASE_DEPS = \
|
|||||||
timercmn.d \
|
timercmn.d \
|
||||||
tokenzr.d \
|
tokenzr.d \
|
||||||
txtstrm.d \
|
txtstrm.d \
|
||||||
|
unzip.d \
|
||||||
utilscmn.d \
|
utilscmn.d \
|
||||||
variant.d \
|
variant.d \
|
||||||
wfstream.d \
|
wfstream.d \
|
||||||
wxchar.d
|
wxchar.d \
|
||||||
|
zipstrm.d \
|
||||||
|
zstream.d
|
||||||
|
Reference in New Issue
Block a user