projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
build fix. Need the full declaration for CLASSINFO().
[wxWidgets.git]
/
src
/
files.lst
diff --git
a/src/files.lst
b/src/files.lst
index 184da6d445c0589f4cef81bc208e5707bad0df00..ab056d5b03ca476aee907ec14e5fcab70d6d730e 100644
(file)
--- a/
src/files.lst
+++ b/
src/files.lst
@@
-1,4
+1,4
@@
-# This file was automatically generated by tmake
at 16:57, 2002/01/15
+# This file was automatically generated by tmake
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE BASE.T!
ALL_SOURCES = \
common/init.cpp \
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE BASE.T!
ALL_SOURCES = \
common/init.cpp \
@@
-29,6
+29,7
@@
ALL_SOURCES = \
common/fs_zip.cpp \
common/ftp.cpp \
common/hash.cpp \
common/fs_zip.cpp \
common/ftp.cpp \
common/hash.cpp \
+ common/hashmap.cpp \
common/http.cpp \
common/intl.cpp \
common/ipcbase.cpp \
common/http.cpp \
common/intl.cpp \
common/ipcbase.cpp \
@@
-82,7
+83,8
@@
ALL_SOURCES = \
msw/snglinst.cpp \
msw/thread.cpp \
msw/utils.cpp \
msw/snglinst.cpp \
msw/thread.cpp \
msw/utils.cpp \
- msw/utilsexc.cpp
+ msw/utilsexc.cpp \
+ msw/volume.cpp
ALL_HEADERS = \
app.h \
ALL_HEADERS = \
app.h \
@@
-121,9
+123,12
@@
ALL_HEADERS = \
fs_zip.h \
gsocket.h \
hash.h \
fs_zip.h \
gsocket.h \
hash.h \
+ hashmap.h \
intl.h \
ioswrap.h \
ipcbase.h \
intl.h \
ioswrap.h \
ipcbase.h \
+ isql.h \
+ isqlext.h \
list.h \
listimpl.cpp \
log.h \
list.h \
listimpl.cpp \
log.h \
@@
-154,12
+159,12
@@
ALL_HEADERS = \
timer.h \
tokenzr.h \
txtstrm.h \
timer.h \
tokenzr.h \
txtstrm.h \
- unzip.h \
url.h \
utils.h \
variant.h \
vector.h \
version.h \
url.h \
utils.h \
variant.h \
vector.h \
version.h \
+ volume.h \
wfstream.h \
wx.h \
wxchar.h \
wfstream.h \
wx.h \
wxchar.h \
@@
-205,6
+210,7
@@
BASE_OBJS = \
fs_zip.o \
ftp.o \
hash.o \
fs_zip.o \
ftp.o \
hash.o \
+ hashmap.o \
http.o \
intl.o \
ipcbase.o \
http.o \
intl.o \
ipcbase.o \
@@
-262,6
+268,7
@@
BASE_MSW_OBJS = \
snglinst.o \
thread.o \
utils.o \
snglinst.o \
thread.o \
utils.o \
- utilsexc.o
+ utilsexc.o \
+ volume.o