Update OpenVMS make-files

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72920 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen
2012-11-07 10:02:04 +00:00
parent 67b09eacea
commit ac6caeee56
4 changed files with 21 additions and 14 deletions

View File

@@ -2,7 +2,7 @@
# *
# Make file for VMS *
# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
# Date : 6 December 2011 *
# Date : 6 November 2012 *
# *
#*****************************************************************************
.first
@@ -224,7 +224,8 @@ OBJECTS3=listctrlcmn.obj,socketiohandler.obj,fdiodispatcher.obj,\
statbmpcmn.obj,dirctrlcmn.obj,gridcmn.obj,odcombocmn.obj,\
spinbtncmn.obj,scrolbarcmn.obj,colourdata.obj,fontdata.obj,\
valnum.obj,numformatter.obj,markupparser.obj,\
affinematrix2d.obj,richtooltipcmn.obj,persist.obj,time.obj
affinematrix2d.obj,richtooltipcmn.obj,persist.obj,time.obj,\
textmeasurecmn.obj
OBJECTS_MOTIF=radiocmn.obj,combocmn.obj
@@ -428,7 +429,7 @@ SOURCES = \
bmpbtncmn.cpp,checklstcmn.cpp,statbmpcmn.cpp,dirctrlcmn.cpp,\
gridcmn.cpp,odcombocmn.cpp,spinbtncmn.cpp,scrolbarcmn.cpp,\
colourdata.cpp,fontdata.cpp affinematrix2d.cpp\
richtooltipcmn.cpp persist.cpp time.cpp
richtooltipcmn.cpp persist.cpp time.cpp textmeasurecmn.cpp
all : $(SOURCES)
$(MMS)$(MMSQUALIFIERS) $(OBJECTS)
@@ -713,3 +714,4 @@ affinematrix2d.obj : affinematrix2d.cpp
richtooltipcmn.obj : richtooltipcmn.cpp
persist.obj : persist.cpp
time.obj : time.cpp
textmeasurecmn.obj : textmeasurecmn.cpp

View File

@@ -2,7 +2,7 @@
# *
# Make file for VMS *
# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
# Date : 3 January 2012 *
# Date : 6 November 2012 *
# *
#*****************************************************************************
.first
@@ -167,23 +167,24 @@ SOURCES = \
,headerctrlg.cpp,grideditors.cpp,stattextg.cpp,editlbox.cpp,\
datavgen.cpp,dbgrptg.cpp,dragimgg.cpp,richmsgdlgg.cpp,\
commandlinkbuttong.cpp,spinctlg.cpp markuptext.cpp \
bannerwindow.cpp timectrlg.cpp richtooltipg.cpp statbmpg.cpp
bannerwindow.cpp timectrlg.cpp richtooltipg.cpp statbmpg.cpp \
textmeasure.cpp
.ifdef __WXMOTIF__
OBJECTS0=statusbr.obj,statline.obj,notebook.obj,spinctlg.obj,collpaneg.obj,\
combog.obj,animateg.obj,colrdlgg.obj,clrpickerg.obj,fontpickerg.obj,\
mdig.obj,infobar.obj
mdig.obj,infobar.obj,textmeasure.obj
.else
.ifdef __WXX11__
OBJECTS0=accel.obj,filedlgg.obj,dragimgg.obj,fdrepdlg.obj,htmllbox.obj,\
listbkg.obj,mdig.obj,spinctlg.obj,splash.obj,timer.obj,\
combog.obj,icon.obj,collpaneg.obj,animateg.obj,\
colrdlgg.obj,clrpickerg.obj,fontpickerg.obj,infobar.obj
colrdlgg.obj,clrpickerg.obj,fontpickerg.obj,infobar.obj,textmeasure.obj
.else
.ifdef __WXGTK__
OBJECTS0=accel.obj,statusbr.obj,filedlgg.obj,paletteg.obj,\
combog.obj,icon.obj,collpaneg.obj,animateg.obj,\
colrdlgg.obj,clrpickerg.obj,fontpickerg.obj,infobar.obj
colrdlgg.obj,clrpickerg.obj,fontpickerg.obj,infobar.obj,textmeasure.obj
.else
OBJECTS0=accel.obj,statusbr.obj,filedlgg.obj,paletteg.obj,\
combog.obj,icon.obj
@@ -308,3 +309,4 @@ bannerwindow.obj : bannerwindow.cpp
timectrlg.obj : timectrlg.cpp
richtooltipg.obj : richtooltipg.cpp
statbmpg.obj : statbmpg.cpp
textmeasure.obj : textmeasure.cpp

View File

@@ -2,7 +2,7 @@
# *
# Make file for VMS *
# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
# Date : 13 January 2012 *
# Date : 6 November 2012 *
# *
#*****************************************************************************
.first
@@ -100,7 +100,7 @@ OBJECTS0= \
msgdlg.obj,\
treeentry_gtk.obj,textentry.obj,filectrl.obj,print.obj,win_gtk.obj,\
mnemonics.obj,private.obj,assertdlg_gtk.obj,infobar.obj,anybutton.obj,\
nonownedwnd.obj
nonownedwnd.obj,textmeasure.obj
SOURCES =\
animate.cpp,\
@@ -167,7 +167,7 @@ SOURCES =\
window.cpp,\
treeentry_gtk.c,textentry.cpp,filectrl.cpp,print.cpp,win_gtk.cpp,\
mnemonics.cpp,private.cpp,assertdlg_gtk.cpp,infobar.cpp,anybutton.cpp,\
nonownedwnd.cpp
nonownedwnd.cpp,textmeasure.cpp
all : $(SOURCES)
$(MMS)$(MMSQUALIFIERS) $(OBJECTS)
@@ -265,3 +265,4 @@ assertdlg_gtk.obj : assertdlg_gtk.cpp
infobar.obj : infobar.cpp
anybutton.obj : anybutton.cpp
nonownedwnd.obj : nonownedwnd.cpp
textmeasure.obj : textmeasure.cpp

View File

@@ -2,7 +2,7 @@
# *
# Make file for VMS *
# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
# Date : 30 September 2011 *
# Date : 6 November 2012 *
# *
#*****************************************************************************
.first
@@ -57,7 +57,7 @@ OBJECTS=xh_bmp.obj,xh_bmpbt.obj,xh_bttn.obj,xh_cald.obj,xh_chckb.obj,\
xh_animatctrl.obj,xh_htmllbox.obj,xh_collpane.obj,xh_srchctrl.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
xh_timectrl.obj,xmlreshandler.obj,xh_ribbon.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,\
@@ -73,7 +73,7 @@ SOURCES =xh_bmp.cpp,xh_bmpbt.cpp,xh_bttn.cpp,xh_cald.cpp,xh_chckb.cpp,\
xh_animatctrl.cpp,xh_htmllbox.cpp,xh_collpane.cpp,xh_srchctrl.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
xh_timectrl.cpp,xmlreshandler.cpp,xh_ribbon.cpp
all : $(SOURCES)
$(MMS)$(MMSQUALIFIERS) $(OBJECTS)
@@ -160,3 +160,5 @@ xh_cmdlinkbn.obj : xh_cmdlinkbn.cpp
xh_toolbk.obj : xh_toolbk.cpp
xh_bannerwindow.obj : xh_bannerwindow.cpp
xh_timectrl.obj : xh_timectrl.cpp
xmlreshandler.obj : xmlreshandler.cpp
xh_ribbon.obj : xh_ribbon.cpp