From: Jouk Jansen Date: Tue, 27 Nov 2012 07:42:19 +0000 (+0000) Subject: Fix OpenVMS makefile X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9fbbb8b38b390d4a28cf111e5c3ef8f49a1bda7b Fix OpenVMS makefile git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73040 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/descrip.mms b/src/generic/descrip.mms index 52f39210c5..b36cc7883d 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 : 6 November 2012 * +# Date : 27 November 2012 * # * #***************************************************************************** .first @@ -310,3 +310,4 @@ timectrlg.obj : timectrlg.cpp richtooltipg.obj : richtooltipg.cpp statbmpg.obj : statbmpg.cpp textmeasure.obj : textmeasure.cpp +editlbox.obj : editlbox.cpp