Update OpenVMS compile support

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57433 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen
2008-12-19 13:36:33 +00:00
parent 014b109195
commit 1fb424fa33

View File

@@ -2,7 +2,7 @@
# * # *
# Make file for VMS * # Make file for VMS *
# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) * # Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
# Date : 17 October 2008 * # Date : 19 December 2008 *
# * # *
#***************************************************************************** #*****************************************************************************
.first .first
@@ -91,7 +91,7 @@ OBJECTS = \
hyperlinkg.obj,\ hyperlinkg.obj,\
filepickerg.obj,\ filepickerg.obj,\
bmpcboxg.obj,\ bmpcboxg.obj,\
filectrlg.obj,srchctlg.obj,notifmsgg.obj filectrlg.obj,srchctlg.obj,notifmsgg.obj,headerctrlg.obj
SOURCES = \ SOURCES = \
aboutdlgg.cpp,\ aboutdlgg.cpp,\
@@ -160,7 +160,8 @@ SOURCES = \
hyperlinkg.cpp,\ hyperlinkg.cpp,\
filepickerg.cpp,\ filepickerg.cpp,\
vscroll.cpp,\ vscroll.cpp,\
icon.cpp,bmpcboxg.cpp,filectrlg.cpp,srchctlg.cpp,notifmsgg.cpp icon.cpp,bmpcboxg.cpp,filectrlg.cpp,srchctlg.cpp,notifmsgg.cpp\
,headerctrlg.cpp
.ifdef __WXMOTIF__ .ifdef __WXMOTIF__
OBJECTS0=statusbr.obj,statline.obj,notebook.obj,spinctlg.obj,collpaneg.obj,\ OBJECTS0=statusbr.obj,statline.obj,notebook.obj,spinctlg.obj,collpaneg.obj,\
@@ -281,3 +282,4 @@ filectrlg.obj : filectrlg.cpp
srchctlg.obj : srchctlg.cpp srchctlg.obj : srchctlg.cpp
notifmsgg.obj : notifmsgg.cpp notifmsgg.obj : notifmsgg.cpp
stattextg.obj : stattextg.cpp stattextg.obj : stattextg.cpp
headerctrlg.obj : headerctrlg.cpp