From acef902ea60c5be41035c899976306e69f668d20 Mon Sep 17 00:00:00 2001 From: Jouk Date: Mon, 8 Jul 2019 14:48:32 +0200 Subject: [PATCH] add src/xrc/xh_dataview.cpp to OpenVMS makefiles --- src/xrc/descrip.mms | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/xrc/descrip.mms b/src/xrc/descrip.mms index 74c210dca7..6deb8c4474 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 : 31 March 2016 * +# Date : 8 July 2019 * # * #***************************************************************************** .first @@ -58,7 +58,8 @@ 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_aui.obj,xh_simplebook.obj,xh_activityindicator.obj + xh_aui.obj,xh_simplebook.obj,xh_activityindicator.obj,\ + xh_dataview.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 +76,8 @@ 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_aui.cpp,xh_simplebook.cpp,xh_activityindicator.cpp + xh_aui.cpp,xh_simplebook.cpp,xh_activityindicator.cpp,\ + xh_dataview.cpp all : $(SOURCES) $(MMS)$(MMSQUALIFIERS) $(OBJECTS) @@ -168,3 +170,4 @@ xh_auitoolb.obj : xh_auitoolb.cpp xh_aui.obj : xh_aui.cpp xh_simplebook.obj : xh_simplebook.cpp xh_activityindicator.obj : xh_activityindicator.cpp +xh_dataview.obj : xh_dataview.cpp