X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/145c0c86ce5686038cafdaf3e354e7bc3142734e..34a1414265a0ec5831be286eb35e481d486e61da:/src/html/descrip.mms

diff --git a/src/html/descrip.mms b/src/html/descrip.mms
index 27f207f40f..2e68d93187 100644
--- a/src/html/descrip.mms
+++ b/src/html/descrip.mms
@@ -2,7 +2,7 @@
 #                                                                            *
 # Make file for VMS                                                          *
 # Author : J.Jansen (joukj@hrem.nano.tudelft.nl)                             *
-# Date : 23 April 2008                                                       *
+# Date : 21 June 2010                                                        *
 #                                                                            *
 #*****************************************************************************
 .first
@@ -47,13 +47,15 @@ OBJECTS = \
 	helpctrl.obj,helpdata.obj,helpfrm.obj,htmlcell.obj,htmlfilt.obj,\
 	htmlpars.obj,htmltag.obj,htmlwin.obj,htmprint.obj,m_dflist.obj,\
 	m_fonts.obj,m_hline.obj,m_image.obj,m_layout.obj,m_links.obj,\
-	m_list.obj,m_pre.obj,m_tables.obj,winpars.obj,chm.obj,m_style.obj
+	m_list.obj,m_pre.obj,m_tables.obj,winpars.obj,chm.obj,m_style.obj,\
+	styleparams.obj,m_span.obj
 
 SOURCES = \
 	helpctrl.cpp,helpdata.cpp,helpfrm.cpp,htmlcell.cpp,htmlfilt.cpp,\
 	htmlpars.cpp,htmltag.cpp,htmlwin.cpp,htmprint.cpp,m_dflist.cpp,\
 	m_fonts.cpp,m_hline.cpp,m_image.cpp,m_layout.cpp,m_links.cpp,\
-	m_list.cpp,m_pre.cpp,m_tables.cpp,winpars.cpp,chm.cpp,m_style.cpp
+	m_list.cpp,m_pre.cpp,m_tables.cpp,winpars.cpp,chm.cpp,m_style.cpp,\
+	styleparams.cpp,m_span.cpp
   
 all : $(SOURCES)
 	$(MMS)$(MMSQUALIFIERS) $(OBJECTS)
@@ -95,3 +97,5 @@ winpars.obj : winpars.cpp
 	cxx $(CXXFLAGS)$(CXX_DEFINE)/nowarn winpars.cpp
 chm.obj : chm.cpp
 m_style.obj : m_style.cpp
+styleparams.obj : styleparams.cpp
+m_span.obj : m_span.cpp