From: Jouk Jansen Date: Tue, 22 Jun 2010 08:08:11 +0000 (+0000) Subject: Update OpenVMS compile support X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a9638bb6eb1105b01062fbe8c6f212b852088f22 Update OpenVMS compile support git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64683 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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