Added lots of files. Enough now so that all wxHTML samples link.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3063 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Harco de Hilster
1999-07-20 20:34:31 +00:00
parent c637d46187
commit ba7f542f6a

View File

@@ -12,7 +12,7 @@ SUFFIXES = .cpp .c
DEFS = $(TOOLKIT_DEF) $(WXDEBUG_DEFINE) DEFS = $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
LIBS = $(GUILIBS) LIBS = $(GUILIBS)
VPATH = .:${srcdir}:${srcdir}/../common:${srcdir}/../generic:${EXTRA_VPATH} VPATH = .:${srcdir}:${srcdir}/../common:${srcdir}/../generic:${srcdir}/../html:${EXTRA_VPATH}
EXTRA_DIST = "${srcdir}/../common ${srcdir}/../generic ${srcdir}" EXTRA_DIST = "${srcdir}/../common ${srcdir}/../generic ${srcdir}"
@@ -59,6 +59,9 @@ libwx_msw_la_SOURCES = \
ffile.cpp \ ffile.cpp \
file.cpp \ file.cpp \
fileconf.cpp \ fileconf.cpp \
filesys.cpp \
fs_inet.cpp \
fs_zip.cpp \
framecmn.cpp \ framecmn.cpp \
ftp.cpp \ ftp.cpp \
gdicmn.cpp \ gdicmn.cpp \
@@ -96,13 +99,16 @@ libwx_msw_la_SOURCES = \
textfile.cpp \ textfile.cpp \
time.cpp \ time.cpp \
url.cpp \ url.cpp \
unzip.c \
validate.cpp \ validate.cpp \
valtext.cpp \ valtext.cpp \
wfstream.cpp \ wfstream.cpp \
wincmn.cpp \ wincmn.cpp \
wxexpr.cpp \ wxexpr.cpp \
zipstream.cpp \
zstream.cpp \ zstream.cpp \
\ \
busyinfo.cpp \
choicdgg.cpp \ choicdgg.cpp \
dcpsg.cpp \ dcpsg.cpp \
gridg.cpp \ gridg.cpp \
@@ -178,6 +184,7 @@ libwx_msw_la_SOURCES = \
stattext.cpp \ stattext.cpp \
tbar95.cpp \ tbar95.cpp \
textctrl.cpp \ textctrl.cpp \
treectrl.cpp \
thread.cpp \ thread.cpp \
timer.cpp \ timer.cpp \
tooltip.cpp \ tooltip.cpp \
@@ -185,7 +192,26 @@ libwx_msw_la_SOURCES = \
utilsexc.cpp \ utilsexc.cpp \
wave.cpp \ wave.cpp \
window.cpp \ window.cpp \
nativdlg.cpp nativdlg.cpp \
\
htmlcell.cpp \
htmlfilter.cpp \
htmlhelp.cpp \
htmlhelp_io.cpp \
htmlparser.cpp \
htmltag.cpp \
htmlwin.cpp \
htmlwinparser.cpp \
mod_fonts.cpp \
mod_hline.cpp \
mod_image.cpp \
mod_layout.cpp \
mod_links.cpp \
mod_list.cpp \
mod_pre.cpp \
mod_tables.cpp \
search.cpp
# these are the sources which we build by our own rules # these are the sources which we build by our own rules
# #