From: Jouk Jansen Date: Fri, 17 Oct 2008 12:47:13 +0000 (+0000) Subject: OpenVMS compile support update for wxX11 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a343ac03ce1a1036d75b815db7e064b5747af59d OpenVMS compile support update for wxX11 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56401 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/descrip.mms b/src/generic/descrip.mms index cdcfc26713..aae78558d8 100644 --- a/src/generic/descrip.mms +++ b/src/generic/descrip.mms @@ -2,7 +2,7 @@ # * # Make file for VMS * # Author : J.Jansen (joukj@hrem.nano.tudelft.nl) * -# Date : 8 April 2008 * +# Date : 17 October 2008 * # * #***************************************************************************** .first @@ -170,7 +170,7 @@ OBJECTS0=statusbr.obj,statline.obj,notebook.obj,spinctlg.obj,collpaneg.obj,\ 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,collpaneg.obj,animateg.obj,\ - colrdlgg.obj,clrpickerg.obj,fontpickerg.obj + colrdlgg.obj,clrpickerg.obj,fontpickerg.obj,stattextg.obj .else .ifdef __WXGTK__ OBJECTS0=accel.obj,statusbr.obj,filedlgg.obj,paletteg.obj,vlbox.obj,\ @@ -279,3 +279,4 @@ bmpcboxg.obj : bmpcboxg.cpp filectrlg.obj : filectrlg.cpp srchctlg.obj : srchctlg.cpp notifmsgg.obj : notifmsgg.cpp +stattextg.obj : stattextg.cpp