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:
@@ -2,7 +2,7 @@
|
|||||||
# *
|
# *
|
||||||
# Make file for VMS *
|
# Make file for VMS *
|
||||||
# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
|
# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
|
||||||
# Date : 20 September 2006 *
|
# Date : 1 November 2006 *
|
||||||
# *
|
# *
|
||||||
#*****************************************************************************
|
#*****************************************************************************
|
||||||
.first
|
.first
|
||||||
@@ -50,6 +50,8 @@ LEX=flex
|
|||||||
cc $(CFLAGS)$(CC_DEFINE) $(MMS$TARGET_NAME).c
|
cc $(CFLAGS)$(CC_DEFINE) $(MMS$TARGET_NAME).c
|
||||||
|
|
||||||
OBJECTS = \
|
OBJECTS = \
|
||||||
|
anidecod.obj,\
|
||||||
|
animatecmn.obj,\
|
||||||
appbase.obj,\
|
appbase.obj,\
|
||||||
appcmn.obj,\
|
appcmn.obj,\
|
||||||
artprov.obj,\
|
artprov.obj,\
|
||||||
@@ -76,6 +78,7 @@ OBJECTS = \
|
|||||||
dbgrid.obj,\
|
dbgrid.obj,\
|
||||||
dbtable.obj,\
|
dbtable.obj,\
|
||||||
dcbase.obj,\
|
dcbase.obj,\
|
||||||
|
dcbufcmn.obj,\
|
||||||
dircmn.obj,\
|
dircmn.obj,\
|
||||||
dlgcmn.obj,\
|
dlgcmn.obj,\
|
||||||
dobjcmn.obj,\
|
dobjcmn.obj,\
|
||||||
@@ -91,6 +94,7 @@ OBJECTS = \
|
|||||||
fddlgcmn.obj,\
|
fddlgcmn.obj,\
|
||||||
ffile.obj,\
|
ffile.obj,\
|
||||||
file.obj,\
|
file.obj,\
|
||||||
|
fileback.obj,\
|
||||||
fileconf.obj,\
|
fileconf.obj,\
|
||||||
filename.obj,\
|
filename.obj,\
|
||||||
filefn.obj,\
|
filefn.obj,\
|
||||||
@@ -103,7 +107,6 @@ OBJECTS = \
|
|||||||
framecmn.obj
|
framecmn.obj
|
||||||
|
|
||||||
OBJECTS1=fs_inet.obj,\
|
OBJECTS1=fs_inet.obj,\
|
||||||
fs_zip.obj,\
|
|
||||||
ftp.obj,\
|
ftp.obj,\
|
||||||
gaugecmn.obj,\
|
gaugecmn.obj,\
|
||||||
gbsizer.obj,\
|
gbsizer.obj,\
|
||||||
@@ -125,6 +128,7 @@ OBJECTS1=fs_inet.obj,\
|
|||||||
imagpcx.obj,\
|
imagpcx.obj,\
|
||||||
imagpng.obj,\
|
imagpng.obj,\
|
||||||
imagpnm.obj,\
|
imagpnm.obj,\
|
||||||
|
imagtga.obj,\
|
||||||
imagtiff.obj,\
|
imagtiff.obj,\
|
||||||
imagxpm.obj,\
|
imagxpm.obj,\
|
||||||
intl.obj,\
|
intl.obj,\
|
||||||
@@ -196,7 +200,7 @@ OBJECTS2=tbarbase.obj,\
|
|||||||
pickerbase.obj,\
|
pickerbase.obj,\
|
||||||
listctrlcmn.obj
|
listctrlcmn.obj
|
||||||
|
|
||||||
OBJECTS_MOTIF=radiocmn.obj
|
OBJECTS_MOTIF=radiocmn.obj,combocmn.obj
|
||||||
|
|
||||||
OBJECTS_X11=accesscmn.obj,dndcmn.obj,dpycmn.obj,dseldlg.obj,\
|
OBJECTS_X11=accesscmn.obj,dndcmn.obj,dpycmn.obj,dseldlg.obj,\
|
||||||
dynload.obj,effects.obj,fddlgcmn.obj,fs_mem.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
|
combocmn.obj
|
||||||
|
|
||||||
SOURCES = \
|
SOURCES = \
|
||||||
|
anidecod.cpp,\
|
||||||
|
animatecmn.cpp,\
|
||||||
appbase.cpp,\
|
appbase.cpp,\
|
||||||
appcmn.cpp,\
|
appcmn.cpp,\
|
||||||
artprov.cpp,\
|
artprov.cpp,\
|
||||||
@@ -231,6 +237,7 @@ SOURCES = \
|
|||||||
dbgrid.cpp,\
|
dbgrid.cpp,\
|
||||||
dbtable.cpp,\
|
dbtable.cpp,\
|
||||||
dcbase.cpp,\
|
dcbase.cpp,\
|
||||||
|
dcbufcmn.cpp,\
|
||||||
dircmn.cpp,\
|
dircmn.cpp,\
|
||||||
dlgcmn.cpp,\
|
dlgcmn.cpp,\
|
||||||
dobjcmn.cpp,\
|
dobjcmn.cpp,\
|
||||||
@@ -246,6 +253,7 @@ SOURCES = \
|
|||||||
ffile.cpp,\
|
ffile.cpp,\
|
||||||
fddlgcmn.cpp,\
|
fddlgcmn.cpp,\
|
||||||
file.cpp,\
|
file.cpp,\
|
||||||
|
fileback.cpp,\
|
||||||
fileconf.cpp,\
|
fileconf.cpp,\
|
||||||
filename.cpp,\
|
filename.cpp,\
|
||||||
filefn.cpp,\
|
filefn.cpp,\
|
||||||
@@ -257,7 +265,6 @@ SOURCES = \
|
|||||||
fontmap.cpp,\
|
fontmap.cpp,\
|
||||||
framecmn.cpp,\
|
framecmn.cpp,\
|
||||||
fs_inet.cpp,\
|
fs_inet.cpp,\
|
||||||
fs_zip.cpp,\
|
|
||||||
ftp.cpp,\
|
ftp.cpp,\
|
||||||
gaugecmn.cpp,\
|
gaugecmn.cpp,\
|
||||||
gbsizer.cpp,\
|
gbsizer.cpp,\
|
||||||
@@ -279,6 +286,7 @@ SOURCES = \
|
|||||||
imagpcx.cpp,\
|
imagpcx.cpp,\
|
||||||
imagpng.cpp,\
|
imagpng.cpp,\
|
||||||
imagpnm.cpp,\
|
imagpnm.cpp,\
|
||||||
|
imagtga.cpp,\
|
||||||
imagtiff.cpp,\
|
imagtiff.cpp,\
|
||||||
imagxpm.cpp,\
|
imagxpm.cpp,\
|
||||||
intl.cpp,\
|
intl.cpp,\
|
||||||
@@ -400,6 +408,8 @@ all : $(SOURCES)
|
|||||||
.endif
|
.endif
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
anidecod.obj : anidecod.cpp
|
||||||
|
animatecmn.obj : animatecmn.cpp
|
||||||
appbase.obj : appbase.cpp
|
appbase.obj : appbase.cpp
|
||||||
appcmn.obj : appcmn.cpp
|
appcmn.obj : appcmn.cpp
|
||||||
artprov.obj : artprov.cpp
|
artprov.obj : artprov.cpp
|
||||||
@@ -426,6 +436,7 @@ db.obj : db.cpp
|
|||||||
dbgrid.obj : dbgrid.cpp
|
dbgrid.obj : dbgrid.cpp
|
||||||
dbtable.obj : dbtable.cpp
|
dbtable.obj : dbtable.cpp
|
||||||
dcbase.obj : dcbase.cpp
|
dcbase.obj : dcbase.cpp
|
||||||
|
dcbufcmn.obj : dcbufcmn.cpp
|
||||||
dircmn.obj : dircmn.cpp
|
dircmn.obj : dircmn.cpp
|
||||||
dlgcmn.obj : dlgcmn.cpp
|
dlgcmn.obj : dlgcmn.cpp
|
||||||
dobjcmn.obj : dobjcmn.cpp
|
dobjcmn.obj : dobjcmn.cpp
|
||||||
@@ -440,6 +451,7 @@ extended.obj : extended.c
|
|||||||
ffile.obj : ffile.cpp
|
ffile.obj : ffile.cpp
|
||||||
fddlgcmn.obj : fddlgcmn.cpp
|
fddlgcmn.obj : fddlgcmn.cpp
|
||||||
file.obj : file.cpp
|
file.obj : file.cpp
|
||||||
|
fileback.obj : fileback.cpp
|
||||||
fileconf.obj : fileconf.cpp
|
fileconf.obj : fileconf.cpp
|
||||||
filefn.obj : filefn.cpp
|
filefn.obj : filefn.cpp
|
||||||
filename.obj : filename.cpp
|
filename.obj : filename.cpp
|
||||||
@@ -451,7 +463,6 @@ fontenumcmn.obj : fontenumcmn.cpp
|
|||||||
fontmap.obj : fontmap.cpp
|
fontmap.obj : fontmap.cpp
|
||||||
framecmn.obj : framecmn.cpp
|
framecmn.obj : framecmn.cpp
|
||||||
fs_inet.obj : fs_inet.cpp
|
fs_inet.obj : fs_inet.cpp
|
||||||
fs_zip.obj : fs_zip.cpp
|
|
||||||
ftp.obj : ftp.cpp
|
ftp.obj : ftp.cpp
|
||||||
gaugecmn.obj : gaugecmn.cpp
|
gaugecmn.obj : gaugecmn.cpp
|
||||||
gbsizer.obj : gbsizer.cpp
|
gbsizer.obj : gbsizer.cpp
|
||||||
@@ -473,6 +484,7 @@ imagjpeg.obj : imagjpeg.cpp
|
|||||||
imagpcx.obj : imagpcx.cpp
|
imagpcx.obj : imagpcx.cpp
|
||||||
imagpng.obj : imagpng.cpp
|
imagpng.obj : imagpng.cpp
|
||||||
imagpnm.obj : imagpnm.cpp
|
imagpnm.obj : imagpnm.cpp
|
||||||
|
imagtga.obj : imagtga.cpp
|
||||||
imagtiff.obj : imagtiff.cpp
|
imagtiff.obj : imagtiff.cpp
|
||||||
imagxpm.obj : imagxpm.cpp
|
imagxpm.obj : imagxpm.cpp
|
||||||
intl.obj : intl.cpp
|
intl.obj : intl.cpp
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
# *
|
# *
|
||||||
# Make file for VMS *
|
# Make file for VMS *
|
||||||
# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
|
# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
|
||||||
# Date : 9 October 2006 *
|
# Date : 31 October 2006 *
|
||||||
# *
|
# *
|
||||||
#*****************************************************************************
|
#*****************************************************************************
|
||||||
.first
|
.first
|
||||||
@@ -45,6 +45,8 @@ CC_DEFINE =
|
|||||||
cc $(CFLAGS)$(CC_DEFINE) $(MMS$TARGET_NAME).c
|
cc $(CFLAGS)$(CC_DEFINE) $(MMS$TARGET_NAME).c
|
||||||
|
|
||||||
OBJECTS = \
|
OBJECTS = \
|
||||||
|
aboutdlgg.obj,\
|
||||||
|
animateg.obj,\
|
||||||
busyinfo.obj,\
|
busyinfo.obj,\
|
||||||
calctrl.obj,\
|
calctrl.obj,\
|
||||||
caret.obj,\
|
caret.obj,\
|
||||||
@@ -63,6 +65,7 @@ OBJECTS = \
|
|||||||
gridctrl.obj,\
|
gridctrl.obj,\
|
||||||
gridsel.obj,\
|
gridsel.obj,\
|
||||||
helpext.obj,\
|
helpext.obj,\
|
||||||
|
htmllbox.obj,\
|
||||||
imaglist.obj,\
|
imaglist.obj,\
|
||||||
laywin.obj,\
|
laywin.obj,\
|
||||||
listbkg.obj,\
|
listbkg.obj,\
|
||||||
@@ -94,12 +97,15 @@ OBJECTS = \
|
|||||||
bmpcboxg.obj
|
bmpcboxg.obj
|
||||||
|
|
||||||
SOURCES = \
|
SOURCES = \
|
||||||
|
aboutdlgg.cpp,\
|
||||||
accel.cpp,\
|
accel.cpp,\
|
||||||
|
animateg.cpp,\
|
||||||
busyinfo.cpp,\
|
busyinfo.cpp,\
|
||||||
calctrl.cpp,\
|
calctrl.cpp,\
|
||||||
caret.cpp,\
|
caret.cpp,\
|
||||||
choicbkg.cpp,\
|
choicbkg.cpp,\
|
||||||
choicdgg.cpp,\
|
choicdgg.cpp,\
|
||||||
|
collpaneg.cpp,\
|
||||||
colrdlgg.cpp,\
|
colrdlgg.cpp,\
|
||||||
clrpickerg.cpp,\
|
clrpickerg.cpp,\
|
||||||
datectlg.cpp,\
|
datectlg.cpp,\
|
||||||
@@ -114,6 +120,7 @@ SOURCES = \
|
|||||||
gridctrl.cpp,\
|
gridctrl.cpp,\
|
||||||
gridsel.cpp,\
|
gridsel.cpp,\
|
||||||
helpext.cpp,\
|
helpext.cpp,\
|
||||||
|
htmllbox.cpp,\
|
||||||
imaglist.cpp,\
|
imaglist.cpp,\
|
||||||
laywin.cpp,\
|
laywin.cpp,\
|
||||||
listbkg.cpp,\
|
listbkg.cpp,\
|
||||||
@@ -159,17 +166,23 @@ SOURCES = \
|
|||||||
icon.cpp,bmpcboxg.cpp
|
icon.cpp,bmpcboxg.cpp
|
||||||
|
|
||||||
.ifdef __WXMOTIF__
|
.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
|
.else
|
||||||
.ifdef __WXX11__
|
.ifdef __WXX11__
|
||||||
OBJECTS0=,accel.obj,filedlgg.obj,dragimgg.obj,fdrepdlg.obj,htmllbox.obj,\
|
OBJECTS0=,accel.obj,filedlgg.obj,dragimgg.obj,fdrepdlg.obj,htmllbox.obj,\
|
||||||
listbkg.obj,mdig.obj,spinctlg.obj,splash.obj,timer.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
|
.else
|
||||||
OBJECTS0=,accel.obj,statusbr.obj,filedlgg.obj,paletteg.obj,vlbox.obj,\
|
OBJECTS0=,accel.obj,statusbr.obj,filedlgg.obj,paletteg.obj,vlbox.obj,\
|
||||||
vscroll.obj,combog.obj,icon.obj
|
vscroll.obj,combog.obj,icon.obj
|
||||||
.endif
|
.endif
|
||||||
.endif
|
.endif
|
||||||
|
.endif
|
||||||
|
|
||||||
all : $(SOURCES)
|
all : $(SOURCES)
|
||||||
$(MMS)$(MMSQUALIFIERS) $(OBJECTS)$(OBJECTS0)
|
$(MMS)$(MMSQUALIFIERS) $(OBJECTS)$(OBJECTS0)
|
||||||
@@ -189,12 +202,15 @@ all : $(SOURCES)
|
|||||||
.endif
|
.endif
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
aboutdlgg.obj : aboutdlgg.cpp
|
||||||
accel.obj : accel.cpp
|
accel.obj : accel.cpp
|
||||||
|
animateg.obj : animateg.cpp
|
||||||
busyinfo.obj : busyinfo.cpp
|
busyinfo.obj : busyinfo.cpp
|
||||||
calctrl.obj : calctrl.cpp
|
calctrl.obj : calctrl.cpp
|
||||||
caret.obj : caret.cpp
|
caret.obj : caret.cpp
|
||||||
choicdgg.obj : choicdgg.cpp
|
choicdgg.obj : choicdgg.cpp
|
||||||
clrpickerg.obj : clrpickerg.cpp
|
clrpickerg.obj : clrpickerg.cpp
|
||||||
|
collpaneg.obj : collpaneg.cpp
|
||||||
colrdlgg.obj : colrdlgg.cpp
|
colrdlgg.obj : colrdlgg.cpp
|
||||||
datectlg.obj : datectlg.cpp
|
datectlg.obj : datectlg.cpp
|
||||||
dcpsg.obj : dcpsg.cpp
|
dcpsg.obj : dcpsg.cpp
|
||||||
@@ -207,6 +223,7 @@ grid.obj : grid.cpp
|
|||||||
gridctrl.obj : gridctrl.cpp
|
gridctrl.obj : gridctrl.cpp
|
||||||
gridsel.obj : gridsel.cpp
|
gridsel.obj : gridsel.cpp
|
||||||
helpext.obj : helpext.cpp
|
helpext.obj : helpext.cpp
|
||||||
|
htmllbox.obj : htmllbox.cpp
|
||||||
icon.obj : icon.cpp
|
icon.obj : icon.cpp
|
||||||
imaglist.obj : imaglist.cpp
|
imaglist.obj : imaglist.cpp
|
||||||
laywin.obj : laywin.cpp
|
laywin.obj : laywin.cpp
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
# *
|
# *
|
||||||
# Make file for VMS *
|
# Make file for VMS *
|
||||||
# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
|
# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
|
||||||
# Date : 22 August 2006 *
|
# Date : 31 October 2006 *
|
||||||
# *
|
# *
|
||||||
#*****************************************************************************
|
#*****************************************************************************
|
||||||
.first
|
.first
|
||||||
@@ -41,6 +41,7 @@ OBJECTS = \
|
|||||||
clipbrd.obj,\
|
clipbrd.obj,\
|
||||||
colordlg.obj,\
|
colordlg.obj,\
|
||||||
colour.obj,\
|
colour.obj,\
|
||||||
|
collpane.obj,\
|
||||||
cursor.obj,\
|
cursor.obj,\
|
||||||
data.obj,\
|
data.obj,\
|
||||||
dataobj.obj,\
|
dataobj.obj,\
|
||||||
@@ -115,6 +116,7 @@ SOURCES =\
|
|||||||
clipbrd.cpp,\
|
clipbrd.cpp,\
|
||||||
colordlg.cpp,\
|
colordlg.cpp,\
|
||||||
colour.cpp,\
|
colour.cpp,\
|
||||||
|
collpane.cpp,\
|
||||||
combobox.cpp,\
|
combobox.cpp,\
|
||||||
control.cpp,\
|
control.cpp,\
|
||||||
cursor.cpp,\
|
cursor.cpp,\
|
||||||
@@ -200,6 +202,7 @@ choice.obj : choice.cpp
|
|||||||
clipbrd.obj :clipbrd.cpp
|
clipbrd.obj :clipbrd.cpp
|
||||||
colordlg.obj : colordlg.cpp
|
colordlg.obj : colordlg.cpp
|
||||||
colour.obj : colour.cpp
|
colour.obj : colour.cpp
|
||||||
|
collpane.obj : collpane.cpp
|
||||||
combobox.obj : combobox.cpp
|
combobox.obj : combobox.cpp
|
||||||
control.obj : control.cpp
|
control.obj : control.cpp
|
||||||
cursor.obj : cursor.cpp
|
cursor.obj : cursor.cpp
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
# *
|
# *
|
||||||
# Make file for VMS *
|
# Make file for VMS *
|
||||||
# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
|
# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
|
||||||
# Date : 9 October 2006 *
|
# Date : 31 October 2006 *
|
||||||
# *
|
# *
|
||||||
#*****************************************************************************
|
#*****************************************************************************
|
||||||
.first
|
.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_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_choicbk.obj,xh_dirpicker.obj,xh_hyperlink.obj,xh_filepicker.obj,\
|
||||||
xh_fontpicker.obj,xh_clrpicker.obj,xh_odcombo.obj,xh_mdi.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,\
|
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,\
|
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_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_choicbk.cpp,xh_dirpicker.cpp,xh_hyperlink.cpp,xh_filepicker.cpp,\
|
||||||
xh_fontpicker.cpp,xh_clrpicker.cpp,xh_odcombo.cpp,xh_mdi.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)
|
all : $(SOURCES)
|
||||||
$(MMS)$(MMSQUALIFIERS) $(OBJECTS)
|
$(MMS)$(MMSQUALIFIERS) $(OBJECTS)
|
||||||
@@ -137,3 +139,5 @@ xh_grid.obj : xh_grid.cpp
|
|||||||
xh_datectrl.obj : xh_datectrl.cpp
|
xh_datectrl.obj : xh_datectrl.cpp
|
||||||
xh_treebk.obj : xh_treebk.cpp
|
xh_treebk.obj : xh_treebk.cpp
|
||||||
xh_bmpcbox.obj : xh_bmpcbox.cpp
|
xh_bmpcbox.obj : xh_bmpcbox.cpp
|
||||||
|
xh_animatctrl.obj : xh_animatctrl.cpp
|
||||||
|
xh_htmllbox.obj : xh_htmllbox.cpp
|
||||||
|
Reference in New Issue
Block a user