X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cdd76cf19dc2b75d249998859b9c6f512b21e8a7..026c6eff708c867efe9eca35e41bf82b58ba1c1a:/src/xrc/descrip.mms?ds=sidebyside diff --git a/src/xrc/descrip.mms b/src/xrc/descrip.mms index 8f60f1780a..a133f036e5 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 : 18 June 2009 * +# Date : 14 December 2010 * # * #***************************************************************************** .first @@ -56,7 +56,7 @@ OBJECTS=xh_bmp.obj,xh_bmpbt.obj,xh_bttn.obj,xh_cald.obj,xh_chckb.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,xh_comboctrl.obj,xmladv.obj,xh_editlbox.obj,\ - xh_filectrl.obj + xh_filectrl.obj,xh_cmdlinkbn.obj,xh_toolbk.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,\ @@ -71,7 +71,7 @@ SOURCES =xh_bmp.cpp,xh_bmpbt.cpp,xh_bttn.cpp,xh_cald.cpp,xh_chckb.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,xh_comboctrl.cpp,xmladv.cpp,xh_editlbox.cpp,\ - xh_filectrl.cpp + xh_filectrl.cpp,xh_cmdlinkbn.cpp,xh_toolbk.cpp all : $(SOURCES) $(MMS)$(MMSQUALIFIERS) $(OBJECTS) @@ -91,6 +91,8 @@ all : $(SOURCES) .endif .endif +$(OBJECTS) : [--.include.wx]setup.h + xh_bmp.obj : xh_bmp.cpp xh_bmpbt.obj : xh_bmpbt.cpp xh_bttn.obj : xh_bttn.cpp @@ -151,4 +153,6 @@ 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 +xh_filectrl.obj : xh_filectrl.cpp +xh_cmdlinkbn.obj : xh_cmdlinkbn.cpp +xh_toolbk.obj : xh_toolbk.cpp