]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/Makefile.am
Documented help API extension and fixed gsocket compilation.
[wxWidgets.git] / src / msw / Makefile.am
index 50b4d3a17afc32dffce3a18691ec6d7649896dd3..3fd1fc5fbbee21eb4cb0c2148a725645fa18f25f 100644 (file)
@@ -12,7 +12,7 @@ SUFFIXES = .cpp .c
 DEFS = $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
 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}"
 
@@ -59,6 +59,9 @@ libwx_msw_la_SOURCES = \
  ffile.cpp \
  file.cpp \
  fileconf.cpp \
+ filesys.cpp \
+ fs_inet.cpp \
+ fs_zip.cpp \
  framecmn.cpp \
  ftp.cpp \
  gdicmn.cpp \
@@ -84,7 +87,6 @@ libwx_msw_la_SOURCES = \
  resource.cpp \
  sckaddr.cpp \
  sckfile.cpp \
- sckint.cpp \
  sckipc.cpp \
  sckstrm.cpp \
  serbase.cpp \
@@ -96,16 +98,21 @@ libwx_msw_la_SOURCES = \
  textfile.cpp \
  time.cpp \
  url.cpp \
+ unzip.c \
  validate.cpp \
  valtext.cpp \
  wfstream.cpp \
  wincmn.cpp \
  wxexpr.cpp \
+ zipstream.cpp \
  zstream.cpp \
 \
+ busyinfo.cpp \
  choicdgg.cpp \
+ dcpsg.cpp \
  gridg.cpp \
  laywin.cpp \
+ numdlgg.cpp \
  panelg.cpp \
  progdlgg.cpp \
  prop.cpp \
@@ -177,6 +184,7 @@ libwx_msw_la_SOURCES = \
  stattext.cpp \
  tbar95.cpp \
  textctrl.cpp \
+ treectrl.cpp \
  thread.cpp \
  timer.cpp \
  tooltip.cpp \
@@ -184,7 +192,26 @@ libwx_msw_la_SOURCES = \
  utilsexc.cpp \
  wave.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
 #