OpenVMS update

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49001 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen 2007-10-01 05:58:13 +00:00
parent 1faa4ad2ba
commit 6fda7f01f9
2 changed files with 13 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# *
# Make file for VMS *
# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
# Date : 12 September 2007 *
# Date : 29 September 2007 *
# *
#*****************************************************************************
.first
@ -103,6 +103,7 @@ OBJECTS = \
filename.obj,\
filefn.obj,\
filesys.obj,\
filectrlcmn.obj,\
fldlgcmn.obj,\
fmapbase.obj,\
fontcmn.obj,\
@ -183,6 +184,7 @@ OBJECTS2=tbarbase.obj,srchcmn.obj,\
textbuf.obj,\
textcmn.obj,\
textfile.obj,\
textentrycmn.obj,\
timercmn.obj,\
timerimpl.obj,\
tokenzr.obj,\
@ -278,6 +280,7 @@ SOURCES = \
filename.cpp,\
filefn.cpp,\
filesys.cpp,\
filectrlcmn.cpp,\
fldlgcmn.cpp,\
fmapbase.cpp,\
fontcmn.cpp,\
@ -362,6 +365,7 @@ SOURCES = \
textbuf.cpp,\
textcmn.cpp,\
textfile.cpp,\
textentrycmn.cpp,\
timercmn.cpp,\
timerimpl.cpp,\
tokenzr.cpp,\
@ -624,3 +628,5 @@ fontpickercmn.obj : fontpickercmn.cpp
pickerbase.obj : pickerbase.cpp
listctrlcmn.obj : listctrlcmn.cpp
srchcmn.obj : srchcmn.cpp
textentrycmn.obj : textentrycmn.cpp
filectrlcmn.obj : filectrlcmn.cpp

View File

@ -2,7 +2,7 @@
# *
# Make file for VMS *
# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
# Date : 12 March 2007 *
# Date : 30 September 2007 *
# *
#*****************************************************************************
.first
@ -94,7 +94,8 @@ OBJECTS = \
wizard.obj,\
hyperlinkg.obj,\
filepickerg.obj,\
bmpcboxg.obj
bmpcboxg.obj,\
filectrlg.obj,srchctlg.obj
SOURCES = \
aboutdlgg.cpp,\
@ -163,7 +164,7 @@ SOURCES = \
hyperlinkg.cpp,\
filepickerg.cpp,\
vscroll.cpp,\
icon.cpp,bmpcboxg.cpp
icon.cpp,bmpcboxg.cpp,filectrlg.cpp,srchctlg.cpp
.ifdef __WXMOTIF__
OBJECTS0=,statusbr.obj,statline.obj,notebook.obj,spinctlg.obj,collpaneg.obj,\
@ -274,3 +275,5 @@ fontpickerg.obj : fontpickerg.cpp
hyperlinkg.obj : hyperlinkg.cpp
filepickerg.obj : filepickerg.cpp
bmpcboxg.obj : bmpcboxg.cpp
filectrlg.obj : filectrlg.cpp
srchctlg.obj : srchctlg.cpp