add src/xrc/xh_dataview.cpp to OpenVMS makefiles
This commit is contained in:
parent
a2ffca0d96
commit
acef902ea6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user