From 9dbd8fc7416790c2d0fba0137f9df835a6782a32 Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Wed, 5 Jan 2011 07:30:46 +0000 Subject: [PATCH] Update compile support for OpenVMS git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66585 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/descrip.mms | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/common/descrip.mms b/src/common/descrip.mms index 5b6fc3241f..2beea8c2f3 100644 --- a/src/common/descrip.mms +++ b/src/common/descrip.mms @@ -2,7 +2,7 @@ # * # Make file for VMS * # Author : J.Jansen (joukj@hrem.nano.tudelft.nl) * -# Date : 15 December 2010 * +# Date : 4 January 2011 * # * #***************************************************************************** .first @@ -218,7 +218,7 @@ OBJECTS2=tbarbase.obj,srchcmn.obj,\ regex.obj,any.obj,archive.obj,fs_arc.obj,arcall.obj,\ arcfind.obj,tarstrm.obj,datavcmn.obj,debugrpt.obj,\ translation.obj,languageinfo.obj,filehistorycmn.obj,\ - stdstream.obj,uiactioncmn.obj + stdstream.obj,uiactioncmn.obj,arttango.obj OBJECTS_MOTIF=radiocmn.obj,combocmn.obj @@ -417,7 +417,8 @@ SOURCES = \ xtistrm.cpp,\ xtixml.cpp,\ wrapsizer.cpp,archive.cpp,fs_arc.cpp,arcall.cpp,arcfind.cpp,\ - tarstrm.cpp,datavcmn.cpp,debugrpt.cpp,uiactioncmn.cpp + tarstrm.cpp,datavcmn.cpp,debugrpt.cpp,uiactioncmn.cpp,\ + arttango.cpp all : $(SOURCES) $(MMS)$(MMSQUALIFIERS) $(OBJECTS) @@ -672,3 +673,4 @@ languageinfo.obj : languageinfo.cpp filehistorycmn.obj : filehistorycmn.cpp stdstream.obj : stdstream.cpp uiactioncmn.obj : uiactioncmn.cpp +arttango.obj : arttango.cpp -- 2.47.2