Update OpenVMS compile support

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61087 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen
2009-06-17 12:12:19 +00:00
parent c753eb9269
commit bd5cbfab7b

View File

@@ -2,7 +2,7 @@
# *
# Make file for VMS *
# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
# Date : 12 March 2009 *
# Date : 18 June 2009 *
# *
#*****************************************************************************
.first
@@ -92,7 +92,8 @@ OBJECTS = \
filepickerg.obj,\
bmpcboxg.obj,\
filectrlg.obj,srchctlg.obj,notifmsgg.obj,headerctrlg.obj,\
grideditors.obj,vlbox.obj,vscroll.obj,stattextg.obj
grideditors.obj,vlbox.obj,vscroll.obj,stattextg.obj,\
editlbox.obj
SOURCES = \
aboutdlgg.cpp,\
@@ -162,7 +163,7 @@ SOURCES = \
filepickerg.cpp,\
vscroll.cpp,\
icon.cpp,bmpcboxg.cpp,filectrlg.cpp,srchctlg.cpp,notifmsgg.cpp\
,headerctrlg.cpp,grideditors.cpp,stattextg.cpp
,headerctrlg.cpp,grideditors.cpp,stattextg.cpp,editlbox.cpp
.ifdef __WXMOTIF__
OBJECTS0=statusbr.obj,statline.obj,notebook.obj,spinctlg.obj,collpaneg.obj,\