X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2cb8531cc21d6b3985ebac9ccdd4d3a846fc0919..5ff906768649dc9be2977afb699948b5b15826f1:/src/xrc/descrip.mms diff --git a/src/xrc/descrip.mms b/src/xrc/descrip.mms index 316f9e0b27..8f60f1780a 100755 --- a/src/xrc/descrip.mms +++ b/src/xrc/descrip.mms @@ -2,7 +2,7 @@ # * # Make file for VMS * # Author : J.Jansen (joukj@hrem.nano.tudelft.nl) * -# Date : 9 September 2008 * +# Date : 18 June 2009 * # * #***************************************************************************** .first @@ -55,7 +55,8 @@ OBJECTS=xh_bmp.obj,xh_bmpbt.obj,xh_bttn.obj,xh_cald.obj,xh_chckb.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_animatctrl.obj,xh_htmllbox.obj,xh_collpane.obj,xh_srchctrl.obj,\ - xh_propdlg.obj,xmladv.obj + xh_propdlg.obj,xh_comboctrl.obj,xmladv.obj,xh_editlbox.obj,\ + xh_filectrl.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,\ @@ -69,7 +70,8 @@ SOURCES =xh_bmp.cpp,xh_bmpbt.cpp,xh_bttn.cpp,xh_cald.cpp,xh_chckb.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_animatctrl.cpp,xh_htmllbox.cpp,xh_collpane.cpp,xh_srchctrl.cpp,\ - xh_propdlg.cpp,xmladv.cpp + xh_propdlg.cpp,xh_comboctrl.cpp,xmladv.cpp,xh_editlbox.cpp,\ + xh_filectrl.cpp all : $(SOURCES) $(MMS)$(MMSQUALIFIERS) $(OBJECTS) @@ -97,6 +99,7 @@ xh_chckb.obj : xh_chckb.cpp xh_chckl.obj : xh_chckl.cpp xh_choic.obj : xh_choic.cpp xh_combo.obj : xh_combo.cpp +xh_comboctrl.obj : xh_comboctrl.cpp xh_dlg.obj : xh_dlg.cpp xh_frame.obj : xh_frame.cpp xh_gauge.obj : xh_gauge.cpp @@ -147,3 +150,5 @@ xh_collpane.obj : xh_collpane.cpp xh_srchctrl.obj : xh_srchctrl.cpp xh_propdlg.obj : xh_propdlg.cpp xmladv.obj : xmladv.cpp +xh_editlbox.obj : xh_editlbox.cpp +xh_filectrl.obj : xh_filectrl.cpp \ No newline at end of file