Committing in .
Update OpenVMS compile support Modified Files: wxWidgets/src/common/descrip.mms wxWidgets/src/generic/descrip.mms wxWidgets/src/gtk/descrip.mms wxWidgets/src/xrc/descrip.mms git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42949 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
f20217cf91
commit
9f06039f62
@ -2,7 +2,7 @@
|
||||
# *
|
||||
# Make file for VMS *
|
||||
# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
|
||||
# Date : 20 September 2006 *
|
||||
# Date : 1 November 2006 *
|
||||
# *
|
||||
#*****************************************************************************
|
||||
.first
|
||||
@ -50,6 +50,8 @@ LEX=flex
|
||||
cc $(CFLAGS)$(CC_DEFINE) $(MMS$TARGET_NAME).c
|
||||
|
||||
OBJECTS = \
|
||||
anidecod.obj,\
|
||||
animatecmn.obj,\
|
||||
appbase.obj,\
|
||||
appcmn.obj,\
|
||||
artprov.obj,\
|
||||
@ -76,6 +78,7 @@ OBJECTS = \
|
||||
dbgrid.obj,\
|
||||
dbtable.obj,\
|
||||
dcbase.obj,\
|
||||
dcbufcmn.obj,\
|
||||
dircmn.obj,\
|
||||
dlgcmn.obj,\
|
||||
dobjcmn.obj,\
|
||||
@ -91,6 +94,7 @@ OBJECTS = \
|
||||
fddlgcmn.obj,\
|
||||
ffile.obj,\
|
||||
file.obj,\
|
||||
fileback.obj,\
|
||||
fileconf.obj,\
|
||||
filename.obj,\
|
||||
filefn.obj,\
|
||||
@ -103,7 +107,6 @@ OBJECTS = \
|
||||
framecmn.obj
|
||||
|
||||
OBJECTS1=fs_inet.obj,\
|
||||
fs_zip.obj,\
|
||||
ftp.obj,\
|
||||
gaugecmn.obj,\
|
||||
gbsizer.obj,\
|
||||
@ -125,6 +128,7 @@ OBJECTS1=fs_inet.obj,\
|
||||
imagpcx.obj,\
|
||||
imagpng.obj,\
|
||||
imagpnm.obj,\
|
||||
imagtga.obj,\
|
||||
imagtiff.obj,\
|
||||
imagxpm.obj,\
|
||||
intl.obj,\
|
||||
@ -196,7 +200,7 @@ OBJECTS2=tbarbase.obj,\
|
||||
pickerbase.obj,\
|
||||
listctrlcmn.obj
|
||||
|
||||
OBJECTS_MOTIF=radiocmn.obj
|
||||
OBJECTS_MOTIF=radiocmn.obj,combocmn.obj
|
||||
|
||||
OBJECTS_X11=accesscmn.obj,dndcmn.obj,dpycmn.obj,dseldlg.obj,\
|
||||
dynload.obj,effects.obj,fddlgcmn.obj,fs_mem.obj,\
|
||||
@ -205,6 +209,8 @@ OBJECTS_X11=accesscmn.obj,dndcmn.obj,dpycmn.obj,dseldlg.obj,\
|
||||
combocmn.obj
|
||||
|
||||
SOURCES = \
|
||||
anidecod.cpp,\
|
||||
animatecmn.cpp,\
|
||||
appbase.cpp,\
|
||||
appcmn.cpp,\
|
||||
artprov.cpp,\
|
||||
@ -231,6 +237,7 @@ SOURCES = \
|
||||
dbgrid.cpp,\
|
||||
dbtable.cpp,\
|
||||
dcbase.cpp,\
|
||||
dcbufcmn.cpp,\
|
||||
dircmn.cpp,\
|
||||
dlgcmn.cpp,\
|
||||
dobjcmn.cpp,\
|
||||
@ -246,6 +253,7 @@ SOURCES = \
|
||||
ffile.cpp,\
|
||||
fddlgcmn.cpp,\
|
||||
file.cpp,\
|
||||
fileback.cpp,\
|
||||
fileconf.cpp,\
|
||||
filename.cpp,\
|
||||
filefn.cpp,\
|
||||
@ -257,7 +265,6 @@ SOURCES = \
|
||||
fontmap.cpp,\
|
||||
framecmn.cpp,\
|
||||
fs_inet.cpp,\
|
||||
fs_zip.cpp,\
|
||||
ftp.cpp,\
|
||||
gaugecmn.cpp,\
|
||||
gbsizer.cpp,\
|
||||
@ -279,6 +286,7 @@ SOURCES = \
|
||||
imagpcx.cpp,\
|
||||
imagpng.cpp,\
|
||||
imagpnm.cpp,\
|
||||
imagtga.cpp,\
|
||||
imagtiff.cpp,\
|
||||
imagxpm.cpp,\
|
||||
intl.cpp,\
|
||||
@ -400,6 +408,8 @@ all : $(SOURCES)
|
||||
.endif
|
||||
.endif
|
||||
|
||||
anidecod.obj : anidecod.cpp
|
||||
animatecmn.obj : animatecmn.cpp
|
||||
appbase.obj : appbase.cpp
|
||||
appcmn.obj : appcmn.cpp
|
||||
artprov.obj : artprov.cpp
|
||||
@ -426,6 +436,7 @@ db.obj : db.cpp
|
||||
dbgrid.obj : dbgrid.cpp
|
||||
dbtable.obj : dbtable.cpp
|
||||
dcbase.obj : dcbase.cpp
|
||||
dcbufcmn.obj : dcbufcmn.cpp
|
||||
dircmn.obj : dircmn.cpp
|
||||
dlgcmn.obj : dlgcmn.cpp
|
||||
dobjcmn.obj : dobjcmn.cpp
|
||||
@ -440,6 +451,7 @@ extended.obj : extended.c
|
||||
ffile.obj : ffile.cpp
|
||||
fddlgcmn.obj : fddlgcmn.cpp
|
||||
file.obj : file.cpp
|
||||
fileback.obj : fileback.cpp
|
||||
fileconf.obj : fileconf.cpp
|
||||
filefn.obj : filefn.cpp
|
||||
filename.obj : filename.cpp
|
||||
@ -451,7 +463,6 @@ fontenumcmn.obj : fontenumcmn.cpp
|
||||
fontmap.obj : fontmap.cpp
|
||||
framecmn.obj : framecmn.cpp
|
||||
fs_inet.obj : fs_inet.cpp
|
||||
fs_zip.obj : fs_zip.cpp
|
||||
ftp.obj : ftp.cpp
|
||||
gaugecmn.obj : gaugecmn.cpp
|
||||
gbsizer.obj : gbsizer.cpp
|
||||
@ -473,6 +484,7 @@ imagjpeg.obj : imagjpeg.cpp
|
||||
imagpcx.obj : imagpcx.cpp
|
||||
imagpng.obj : imagpng.cpp
|
||||
imagpnm.obj : imagpnm.cpp
|
||||
imagtga.obj : imagtga.cpp
|
||||
imagtiff.obj : imagtiff.cpp
|
||||
imagxpm.obj : imagxpm.cpp
|
||||
intl.obj : intl.cpp
|
||||
|
@ -2,7 +2,7 @@
|
||||
# *
|
||||
# Make file for VMS *
|
||||
# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
|
||||
# Date : 9 October 2006 *
|
||||
# Date : 31 October 2006 *
|
||||
# *
|
||||
#*****************************************************************************
|
||||
.first
|
||||
@ -45,6 +45,8 @@ CC_DEFINE =
|
||||
cc $(CFLAGS)$(CC_DEFINE) $(MMS$TARGET_NAME).c
|
||||
|
||||
OBJECTS = \
|
||||
aboutdlgg.obj,\
|
||||
animateg.obj,\
|
||||
busyinfo.obj,\
|
||||
calctrl.obj,\
|
||||
caret.obj,\
|
||||
@ -63,6 +65,7 @@ OBJECTS = \
|
||||
gridctrl.obj,\
|
||||
gridsel.obj,\
|
||||
helpext.obj,\
|
||||
htmllbox.obj,\
|
||||
imaglist.obj,\
|
||||
laywin.obj,\
|
||||
listbkg.obj,\
|
||||
@ -94,12 +97,15 @@ OBJECTS = \
|
||||
bmpcboxg.obj
|
||||
|
||||
SOURCES = \
|
||||
aboutdlgg.cpp,\
|
||||
accel.cpp,\
|
||||
animateg.cpp,\
|
||||
busyinfo.cpp,\
|
||||
calctrl.cpp,\
|
||||
caret.cpp,\
|
||||
choicbkg.cpp,\
|
||||
choicdgg.cpp,\
|
||||
collpaneg.cpp,\
|
||||
colrdlgg.cpp,\
|
||||
clrpickerg.cpp,\
|
||||
datectlg.cpp,\
|
||||
@ -114,6 +120,7 @@ SOURCES = \
|
||||
gridctrl.cpp,\
|
||||
gridsel.cpp,\
|
||||
helpext.cpp,\
|
||||
htmllbox.cpp,\
|
||||
imaglist.cpp,\
|
||||
laywin.cpp,\
|
||||
listbkg.cpp,\
|
||||
@ -159,17 +166,23 @@ SOURCES = \
|
||||
icon.cpp,bmpcboxg.cpp
|
||||
|
||||
.ifdef __WXMOTIF__
|
||||
OBJECTS0=,statusbr.obj,statline.obj,notebook.obj,spinctlg.obj
|
||||
OBJECTS0=,statusbr.obj,statline.obj,notebook.obj,spinctlg.obj,collpaneg.obj,\
|
||||
combog.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,\
|
||||
vlbox.obj,vscroll.obj,combog.obj,icon.obj
|
||||
vlbox.obj,vscroll.obj,combog.obj,icon.obj,collpaneg.obj
|
||||
.else
|
||||
.ifdef __WXGTK__
|
||||
OBJECTS0=,accel.obj,statusbr.obj,filedlgg.obj,paletteg.obj,vlbox.obj,\
|
||||
vscroll.obj,combog.obj,icon.obj,collpaneg.obj
|
||||
.else
|
||||
OBJECTS0=,accel.obj,statusbr.obj,filedlgg.obj,paletteg.obj,vlbox.obj,\
|
||||
vscroll.obj,combog.obj,icon.obj
|
||||
.endif
|
||||
.endif
|
||||
.endif
|
||||
|
||||
all : $(SOURCES)
|
||||
$(MMS)$(MMSQUALIFIERS) $(OBJECTS)$(OBJECTS0)
|
||||
@ -189,12 +202,15 @@ all : $(SOURCES)
|
||||
.endif
|
||||
.endif
|
||||
|
||||
aboutdlgg.obj : aboutdlgg.cpp
|
||||
accel.obj : accel.cpp
|
||||
animateg.obj : animateg.cpp
|
||||
busyinfo.obj : busyinfo.cpp
|
||||
calctrl.obj : calctrl.cpp
|
||||
caret.obj : caret.cpp
|
||||
choicdgg.obj : choicdgg.cpp
|
||||
clrpickerg.obj : clrpickerg.cpp
|
||||
collpaneg.obj : collpaneg.cpp
|
||||
colrdlgg.obj : colrdlgg.cpp
|
||||
datectlg.obj : datectlg.cpp
|
||||
dcpsg.obj : dcpsg.cpp
|
||||
@ -207,6 +223,7 @@ grid.obj : grid.cpp
|
||||
gridctrl.obj : gridctrl.cpp
|
||||
gridsel.obj : gridsel.cpp
|
||||
helpext.obj : helpext.cpp
|
||||
htmllbox.obj : htmllbox.cpp
|
||||
icon.obj : icon.cpp
|
||||
imaglist.obj : imaglist.cpp
|
||||
laywin.obj : laywin.cpp
|
||||
|
@ -2,7 +2,7 @@
|
||||
# *
|
||||
# Make file for VMS *
|
||||
# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
|
||||
# Date : 22 August 2006 *
|
||||
# Date : 31 October 2006 *
|
||||
# *
|
||||
#*****************************************************************************
|
||||
.first
|
||||
@ -41,6 +41,7 @@ OBJECTS = \
|
||||
clipbrd.obj,\
|
||||
colordlg.obj,\
|
||||
colour.obj,\
|
||||
collpane.obj,\
|
||||
cursor.obj,\
|
||||
data.obj,\
|
||||
dataobj.obj,\
|
||||
@ -115,6 +116,7 @@ SOURCES =\
|
||||
clipbrd.cpp,\
|
||||
colordlg.cpp,\
|
||||
colour.cpp,\
|
||||
collpane.cpp,\
|
||||
combobox.cpp,\
|
||||
control.cpp,\
|
||||
cursor.cpp,\
|
||||
@ -200,6 +202,7 @@ choice.obj : choice.cpp
|
||||
clipbrd.obj :clipbrd.cpp
|
||||
colordlg.obj : colordlg.cpp
|
||||
colour.obj : colour.cpp
|
||||
collpane.obj : collpane.cpp
|
||||
combobox.obj : combobox.cpp
|
||||
control.obj : control.cpp
|
||||
cursor.obj : cursor.cpp
|
||||
|
@ -2,7 +2,7 @@
|
||||
# *
|
||||
# Make file for VMS *
|
||||
# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
|
||||
# Date : 9 October 2006 *
|
||||
# Date : 31 October 2006 *
|
||||
# *
|
||||
#*****************************************************************************
|
||||
.first
|
||||
@ -53,7 +53,8 @@ OBJECTS=xh_bmp.obj,xh_bmpbt.obj,xh_bttn.obj,xh_cald.obj,xh_chckb.obj,\
|
||||
xh_unkwn.obj,xh_wizrd.obj,xmlres.obj,xmlrsall.obj,xh_listbk.obj,\
|
||||
xh_choicbk.obj,xh_dirpicker.obj,xh_hyperlink.obj,xh_filepicker.obj,\
|
||||
xh_fontpicker.obj,xh_clrpicker.obj,xh_odcombo.obj,xh_mdi.obj,\
|
||||
xh_grid.obj,xh_datectrl.obj,xh_treebk.obj,xh_bmpcbox.obj
|
||||
xh_grid.obj,xh_datectrl.obj,xh_treebk.obj,xh_bmpcbox.obj,\
|
||||
xh_animatctrl.obj,xh_htmllbox.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,\
|
||||
@ -65,7 +66,8 @@ SOURCES =xh_bmp.cpp,xh_bmpbt.cpp,xh_bttn.cpp,xh_cald.cpp,xh_chckb.cpp,\
|
||||
xh_unkwn.cpp,xh_wizrd.cpp,xmlres.cpp,xmlrsall.cpp,xh_listbk.cpp,\
|
||||
xh_choicbk.cpp,xh_dirpicker.cpp,xh_hyperlink.cpp,xh_filepicker.cpp,\
|
||||
xh_fontpicker.cpp,xh_clrpicker.cpp,xh_odcombo.cpp,xh_mdi.cpp,\
|
||||
xh_grid.cpp,xh_datectrl.cpp,xh_treebk.cpp,xh_bmpcbox.cpp
|
||||
xh_grid.cpp,xh_datectrl.cpp,xh_treebk.cpp,xh_bmpcbox.cpp,\
|
||||
xh_animatctrl.cpp,xh_htmllbox.obj
|
||||
|
||||
all : $(SOURCES)
|
||||
$(MMS)$(MMSQUALIFIERS) $(OBJECTS)
|
||||
@ -137,3 +139,5 @@ xh_grid.obj : xh_grid.cpp
|
||||
xh_datectrl.obj : xh_datectrl.cpp
|
||||
xh_treebk.obj : xh_treebk.cpp
|
||||
xh_bmpcbox.obj : xh_bmpcbox.cpp
|
||||
xh_animatctrl.obj : xh_animatctrl.cpp
|
||||
xh_htmllbox.obj : xh_htmllbox.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user