add xh_activityindicator.cpp for compilation on OpenVMS

This commit is contained in:
Jouk 2015-04-20 16:56:01 +02:00
parent 1fa6de80d4
commit e9668a92d4

View File

@ -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