added wxMemoryFSHandler for storing VFS in memory

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6128 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2000-02-17 23:13:41 +00:00
parent 058939fc08
commit dcb86da021
8 changed files with 296 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
# This file was automatically generated by tmake at 17:23, 2000/02/01
# This file was automatically generated by tmake at 18:32, 2000/02/17
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE GTK.T!
ALL_SOURCES = \
generic/busyinfo.cpp \
@@ -69,6 +69,7 @@ ALL_SOURCES = \
common/fontmap.cpp \
common/framecmn.cpp \
common/fs_inet.cpp \
common/fs_mem.cpp \
common/fs_zip.cpp \
common/ftp.cpp \
common/gdicmn.cpp \
@@ -290,6 +291,7 @@ ALL_HEADERS = \
fontutil.h \
frame.h \
fs_inet.h \
fs_mem.h \
fs_zip.h \
gauge.h \
gdicmn.h \
@@ -572,6 +574,7 @@ COMMONOBJS = \
fontmap.o \
framecmn.o \
fs_inet.o \
fs_mem.o \
fs_zip.o \
ftp.o \
gdicmn.o \
@@ -672,6 +675,7 @@ COMMONDEPS = \
fontmap.d \
framecmn.d \
fs_inet.d \
fs_mem.d \
fs_zip.d \
ftp.d \
gdicmn.d \