Update OpenVMS compile support

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64203 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen 2010-05-03 08:02:02 +00:00
parent 86e4f8ad08
commit bc9666c999

View File

@ -2,7 +2,7 @@
# *
# Make file for VMS *
# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
# Date : 25 January 2010 *
# Date : 29 April 2010 *
# *
#*****************************************************************************
.first
@ -216,7 +216,8 @@ OBJECTS2=tbarbase.obj,srchcmn.obj,\
wrapsizer.obj,headerctrlcmn.obj,headercolcmn.obj,\
rearrangectrl.obj,spinctrlcmn.obj,datetimefmt.obj,xlocale.obj,\
regex.obj,any.obj,archive.obj,fs_arc.obj,arcall.obj,\
arcfind.obj,tarstrm.obj,datavcmn.obj,debugrpt.obj
arcfind.obj,tarstrm.obj,datavcmn.obj,debugrpt.obj,\
translation.obj,languageinfo.obj
OBJECTS_MOTIF=radiocmn.obj,combocmn.obj
@ -665,3 +666,5 @@ arcfind.obj : arcfind.cpp
tarstrm.obj : tarstrm.cpp
datavcmn.obj : datavcmn.cpp
debugrpt.obj : debugrpt.cpp
translation.obj : translation.cpp
languageinfo.obj : languageinfo.cpp