From e9668a92d41a6531bbb5d1a9c49c7cd6a9cfe5c1 Mon Sep 17 00:00:00 2001 From: Jouk Date: Mon, 20 Apr 2015 16:56:01 +0200 Subject: [PATCH] add xh_activityindicator.cpp for compilation on OpenVMS --- src/xrc/descrip.mms | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/xrc/descrip.mms b/src/xrc/descrip.mms index 919fbca868..ccaae6eae8 100644 --- a/src/xrc/descrip.mms +++ b/src/xrc/descrip.mms @@ -2,7 +2,7 @@ # * # Make file for VMS * # Author : J.Jansen (joukj@hrem.nano.tudelft.nl) * -# Date : 26 August 2014 * +# Date : 20 April 2015 * # * #***************************************************************************** .first @@ -58,7 +58,7 @@ OBJECTS=xh_bmp.obj,xh_bmpbt.obj,xh_bttn.obj,xh_cald.obj,xh_chckb.obj,\ xh_propdlg.obj,xh_comboctrl.obj,xmladv.obj,xh_editlbox.obj,\ xh_filectrl.obj,xh_cmdlinkbn.obj,xh_toolbk.obj,xh_bannerwindow.obj,\ xh_timectrl.obj,xmlreshandler.obj,xh_ribbon.obj,xh_auitoolb.obj,\ - xh_auinotbk.obj,xh_simplebook.obj + xh_auinotbk.obj,xh_simplebook.obj,xh_activityindicator.obj SOURCES =xh_bmp.cpp,xh_bmpbt.cpp,xh_bttn.cpp,xh_cald.cpp,xh_chckb.cpp,\ xh_chckl.cpp,xh_choic.cpp,xh_combo.cpp,xh_dlg.cpp,xh_frame.cpp,\ @@ -75,7 +75,7 @@ SOURCES =xh_bmp.cpp,xh_bmpbt.cpp,xh_bttn.cpp,xh_cald.cpp,xh_chckb.cpp,\ xh_propdlg.cpp,xh_comboctrl.cpp,xmladv.cpp,xh_editlbox.cpp,\ xh_filectrl.cpp,xh_cmdlinkbn.cpp,xh_toolbk.cpp,xh_bannerwindow.cpp,\ xh_timectrl.cpp,xmlreshandler.cpp,xh_ribbon.cpp,xh_auitoolb.cpp,\ - xh_auinotbk.cpp,xh_simplebook.cpp + xh_auinotbk.cpp,xh_simplebook.cpp,xh_activityindicator.cpp all : $(SOURCES) $(MMS)$(MMSQUALIFIERS) $(OBJECTS) @@ -167,3 +167,4 @@ xh_ribbon.obj : xh_ribbon.cpp xh_auitoolb.obj : xh_auitoolb.cpp xh_auinotbk.obj : xh_auinotbk.cpp xh_simplebook.obj : xh_simplebook.cpp +xh_activityindicator.obj : xh_activityindicator.cpp