diff --git a/distrib/msw/tmake/filelist.txt b/distrib/msw/tmake/filelist.txt index 6f12b3971e..1594e61f62 100644 --- a/distrib/msw/tmake/filelist.txt +++ b/distrib/msw/tmake/filelist.txt @@ -696,6 +696,7 @@ m_dflist.cpp HTML m_pre.cpp HTML m_tables.cpp HTML m_meta.cpp HTML +m_style.cpp HTML htmprint.cpp HTML arrimpl.cpp WXH Base diff --git a/include/wx/html/forcelnk.h b/include/wx/html/forcelnk.h index 6fb8810fdb..38aca9f672 100644 --- a/include/wx/html/forcelnk.h +++ b/include/wx/html/forcelnk.h @@ -67,7 +67,8 @@ See mod_*.cpp and htmlwin.cpp for example :-) FORCE_LINK(m_hline) \ FORCE_LINK(m_links) \ FORCE_LINK(m_tables) \ - FORCE_LINK(m_meta) + FORCE_LINK(m_meta) \ + FORCE_LINK(m_style) #endif // _WX_FORCELNK_H_ diff --git a/src/files.lst b/src/files.lst index 81206f485a..07cbc08cbb 100644 --- a/src/files.lst +++ b/src/files.lst @@ -1,4 +1,4 @@ -# This file was automatically generated by tmake at 11:57, 2002/01/17 +# This file was automatically generated by tmake at 11:30, 2002/01/23 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE BASE.T! ALL_SOURCES = \ common/init.cpp \ diff --git a/src/gtk/files.lst b/src/gtk/files.lst index 2b41fb20f9..cfa226ecf3 100644 --- a/src/gtk/files.lst +++ b/src/gtk/files.lst @@ -1,4 +1,4 @@ -# This file was automatically generated by tmake at 11:57, 2002/01/17 +# This file was automatically generated by tmake at 11:30, 2002/01/23 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE GTK.T! ALL_SOURCES = \ generic/accel.cpp \ @@ -259,6 +259,7 @@ ALL_SOURCES = \ html/m_list.cpp \ html/m_meta.cpp \ html/m_pre.cpp \ + html/m_style.cpp \ html/m_tables.cpp \ html/winpars.cpp @@ -957,6 +958,7 @@ HTMLOBJS = \ m_list.o \ m_meta.o \ m_pre.o \ + m_style.o \ m_tables.o \ winpars.o diff --git a/src/gtk1/files.lst b/src/gtk1/files.lst index 2b41fb20f9..cfa226ecf3 100644 --- a/src/gtk1/files.lst +++ b/src/gtk1/files.lst @@ -1,4 +1,4 @@ -# This file was automatically generated by tmake at 11:57, 2002/01/17 +# This file was automatically generated by tmake at 11:30, 2002/01/23 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE GTK.T! ALL_SOURCES = \ generic/accel.cpp \ @@ -259,6 +259,7 @@ ALL_SOURCES = \ html/m_list.cpp \ html/m_meta.cpp \ html/m_pre.cpp \ + html/m_style.cpp \ html/m_tables.cpp \ html/winpars.cpp @@ -957,6 +958,7 @@ HTMLOBJS = \ m_list.o \ m_meta.o \ m_pre.o \ + m_style.o \ m_tables.o \ winpars.o diff --git a/src/html/m_style.cpp b/src/html/m_style.cpp new file mode 100644 index 0000000000..112bf3aff4 --- /dev/null +++ b/src/html/m_style.cpp @@ -0,0 +1,51 @@ +///////////////////////////////////////////////////////////////////////////// +// Name: m_style.cpp +// Purpose: wxHtml module for parsing