]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/Makefile.am
Finished MingW32 makefiles
[wxWidgets.git] / src / msw / Makefile.am
index 31294a69144624c1ff7e4bcbf8e2028976a19c0a..7f2f88763d4d441dfc42675ccbb6361a261a2df8 100644 (file)
@@ -12,7 +12,7 @@ SUFFIXES = .cpp .c
 DEFS = $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
 LIBS = $(GUILIBS)
 
 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}"
 
 
 EXTRA_DIST = "${srcdir}/../common ${srcdir}/../generic ${srcdir}"
 
@@ -56,8 +56,12 @@ libwx_msw_la_SOURCES = \
  docview.cpp \
  dynlib.cpp \
  event.cpp \
  docview.cpp \
  dynlib.cpp \
  event.cpp \
+ ffile.cpp \
  file.cpp \
  fileconf.cpp \
  file.cpp \
  fileconf.cpp \
+ filesys.cpp \
+ fs_inet.cpp \
+ fs_zip.cpp \
  framecmn.cpp \
  ftp.cpp \
  gdicmn.cpp \
  framecmn.cpp \
  ftp.cpp \
  gdicmn.cpp \
@@ -91,17 +95,22 @@ libwx_msw_la_SOURCES = \
  stream.cpp \
  tbarbase.cpp \
  tbarsmpl.cpp \
  stream.cpp \
  tbarbase.cpp \
  tbarsmpl.cpp \
+ textcmn.cpp \
  textfile.cpp \
  time.cpp \
  url.cpp \
  textfile.cpp \
  time.cpp \
  url.cpp \
+ unzip.c \
  validate.cpp \
  valtext.cpp \
  wfstream.cpp \
  wincmn.cpp \
  wxexpr.cpp \
  validate.cpp \
  valtext.cpp \
  wfstream.cpp \
  wincmn.cpp \
  wxexpr.cpp \
+ zipstream.cpp \
  zstream.cpp \
 \
  zstream.cpp \
 \
+ busyinfo.cpp \
  choicdgg.cpp \
  choicdgg.cpp \
+ dcpsg.cpp \
  gridg.cpp \
  laywin.cpp \
  panelg.cpp \
  gridg.cpp \
  laywin.cpp \
  panelg.cpp \
@@ -171,9 +180,11 @@ libwx_msw_la_SOURCES = \
  spinbutt.cpp \
  statbmp.cpp \
  statbox.cpp \
  spinbutt.cpp \
  statbmp.cpp \
  statbox.cpp \
+ statline.cpp \
  stattext.cpp \
  tbar95.cpp \
  textctrl.cpp \
  stattext.cpp \
  tbar95.cpp \
  textctrl.cpp \
+ treectrl.cpp \
  thread.cpp \
  timer.cpp \
  tooltip.cpp \
  thread.cpp \
  timer.cpp \
  tooltip.cpp \
@@ -181,7 +192,26 @@ libwx_msw_la_SOURCES = \
  utilsexc.cpp \
  wave.cpp \
  window.cpp \
  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
 #
 
 # these are the sources which we build by our own rules
 #