Committing in .
Update OpenVMS compile support Modified Files: wxWidgets/src/common/descrip.mms git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45549 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
047b6c71d6
commit
deab0851ff
@ -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 : 13 March 2007 *
|
# Date : 19 April 2007 *
|
||||||
# *
|
# *
|
||||||
#*****************************************************************************
|
#*****************************************************************************
|
||||||
.first
|
.first
|
||||||
@ -54,9 +54,11 @@ OBJECTS = \
|
|||||||
animatecmn.obj,\
|
animatecmn.obj,\
|
||||||
appbase.obj,\
|
appbase.obj,\
|
||||||
appcmn.obj,\
|
appcmn.obj,\
|
||||||
|
arrstr.obj,\
|
||||||
artprov.obj,\
|
artprov.obj,\
|
||||||
artstd.obj,\
|
artstd.obj,\
|
||||||
bmpbase.obj,\
|
bmpbase.obj,\
|
||||||
|
btncmn.obj,\
|
||||||
bookctrl.obj,\
|
bookctrl.obj,\
|
||||||
choiccmn.obj,\
|
choiccmn.obj,\
|
||||||
clipcmn.obj,\
|
clipcmn.obj,\
|
||||||
@ -164,12 +166,15 @@ OBJECTS1=fs_inet.obj,\
|
|||||||
socket.obj,\
|
socket.obj,\
|
||||||
settcmn.obj,\
|
settcmn.obj,\
|
||||||
statbar.obj,\
|
statbar.obj,\
|
||||||
|
stattextcmn.obj,\
|
||||||
stdpbase.obj,\
|
stdpbase.obj,\
|
||||||
stockitem.obj,\
|
stockitem.obj,\
|
||||||
stopwatch.obj,\
|
stopwatch.obj,\
|
||||||
strconv.obj,\
|
strconv.obj,\
|
||||||
stream.obj,\
|
stream.obj,\
|
||||||
string.obj,\
|
string.obj,\
|
||||||
|
stringimpl.obj,\
|
||||||
|
strvararg.obj,\
|
||||||
sysopt.obj
|
sysopt.obj
|
||||||
|
|
||||||
OBJECTS2=tbarbase.obj,\
|
OBJECTS2=tbarbase.obj,\
|
||||||
@ -184,14 +189,15 @@ OBJECTS2=tbarbase.obj,\
|
|||||||
url.obj,\
|
url.obj,\
|
||||||
utilscmn.obj,\
|
utilscmn.obj,\
|
||||||
rgncmn.obj,\
|
rgncmn.obj,\
|
||||||
|
unichar.obj,\
|
||||||
uri.obj,\
|
uri.obj,\
|
||||||
valgen.obj,\
|
valgen.obj,\
|
||||||
validate.obj,\
|
validate.obj,\
|
||||||
valtext.obj,\
|
valtext.obj,\
|
||||||
variant.obj,\
|
variant.obj,\
|
||||||
wfstream.obj,\
|
wfstream.obj,\
|
||||||
wxchar.obj,\
|
|
||||||
wincmn.obj,\
|
wincmn.obj,\
|
||||||
|
wxcrt.obj,\
|
||||||
xpmdecod.obj,\
|
xpmdecod.obj,\
|
||||||
zipstrm.obj,\
|
zipstrm.obj,\
|
||||||
zstream.obj,\
|
zstream.obj,\
|
||||||
@ -218,9 +224,11 @@ SOURCES = \
|
|||||||
animatecmn.cpp,\
|
animatecmn.cpp,\
|
||||||
appbase.cpp,\
|
appbase.cpp,\
|
||||||
appcmn.cpp,\
|
appcmn.cpp,\
|
||||||
|
arrstr.cpp,\
|
||||||
artprov.cpp,\
|
artprov.cpp,\
|
||||||
artstd.cpp,\
|
artstd.cpp,\
|
||||||
bmpbase.cpp,\
|
bmpbase.cpp,\
|
||||||
|
btncmn.cpp,\
|
||||||
bookctrl.cpp,\
|
bookctrl.cpp,\
|
||||||
choiccmn.cpp,\
|
choiccmn.cpp,\
|
||||||
clipcmn.cpp,\
|
clipcmn.cpp,\
|
||||||
@ -331,13 +339,16 @@ SOURCES = \
|
|||||||
socketevtdispatch.cpp,\
|
socketevtdispatch.cpp,\
|
||||||
settcmn.cpp,\
|
settcmn.cpp,\
|
||||||
statbar.cpp,\
|
statbar.cpp,\
|
||||||
|
stattextcmn.cpp,\
|
||||||
stdpbase.cpp,\
|
stdpbase.cpp,\
|
||||||
stockitem.cpp,\
|
stockitem.cpp,\
|
||||||
stopwatch.cpp,\
|
stopwatch.cpp,\
|
||||||
strconv.cpp,\
|
strconv.cpp,\
|
||||||
stream.cpp,\
|
stream.cpp,\
|
||||||
|
strvararg.cpp,\
|
||||||
sysopt.cpp,\
|
sysopt.cpp,\
|
||||||
string.cpp,\
|
string.cpp,\
|
||||||
|
stringimpl.cpp,\
|
||||||
tbarbase.cpp,\
|
tbarbase.cpp,\
|
||||||
textbuf.cpp,\
|
textbuf.cpp,\
|
||||||
textcmn.cpp,\
|
textcmn.cpp,\
|
||||||
@ -347,6 +358,7 @@ SOURCES = \
|
|||||||
toplvcmn.cpp,\
|
toplvcmn.cpp,\
|
||||||
treebase.cpp,\
|
treebase.cpp,\
|
||||||
txtstrm.cpp,\
|
txtstrm.cpp,\
|
||||||
|
unichar.cpp,\
|
||||||
url.cpp,\
|
url.cpp,\
|
||||||
utilscmn.cpp,\
|
utilscmn.cpp,\
|
||||||
valgen.cpp,\
|
valgen.cpp,\
|
||||||
@ -355,7 +367,7 @@ SOURCES = \
|
|||||||
variant.cpp,\
|
variant.cpp,\
|
||||||
wfstream.cpp,\
|
wfstream.cpp,\
|
||||||
wincmn.cpp,\
|
wincmn.cpp,\
|
||||||
wxchar.cpp,\
|
wxcrt.cpp,\
|
||||||
xpmdecod.cpp,\
|
xpmdecod.cpp,\
|
||||||
zipstrm.cpp,\
|
zipstrm.cpp,\
|
||||||
zstream.cpp,\
|
zstream.cpp,\
|
||||||
@ -426,9 +438,11 @@ anidecod.obj : anidecod.cpp
|
|||||||
animatecmn.obj : animatecmn.cpp
|
animatecmn.obj : animatecmn.cpp
|
||||||
appbase.obj : appbase.cpp
|
appbase.obj : appbase.cpp
|
||||||
appcmn.obj : appcmn.cpp
|
appcmn.obj : appcmn.cpp
|
||||||
|
arrstr.obj : arrstr.cpp
|
||||||
artprov.obj : artprov.cpp
|
artprov.obj : artprov.cpp
|
||||||
artstd.obj : artstd.cpp
|
artstd.obj : artstd.cpp
|
||||||
bmpbase.obj : bmpbase.cpp
|
bmpbase.obj : bmpbase.cpp
|
||||||
|
btncmn.obj : btncmn.cpp
|
||||||
bookctrl.obj : bookctrl.cpp
|
bookctrl.obj : bookctrl.cpp
|
||||||
choiccmn.obj : choiccmn.cpp
|
choiccmn.obj : choiccmn.cpp
|
||||||
clipcmn.obj : clipcmn.cpp
|
clipcmn.obj : clipcmn.cpp
|
||||||
@ -537,13 +551,16 @@ socket.obj : socket.cpp
|
|||||||
socketevtdispatch.obj : socketevtdispatch.cpp
|
socketevtdispatch.obj : socketevtdispatch.cpp
|
||||||
settcmn.obj : settcmn.cpp
|
settcmn.obj : settcmn.cpp
|
||||||
statbar.obj : statbar.cpp
|
statbar.obj : statbar.cpp
|
||||||
|
stattextcmn.obj : stattextcmn.cpp
|
||||||
stdpbase.obj : stdpbase.cpp
|
stdpbase.obj : stdpbase.cpp
|
||||||
stockitem.obj : stockitem.cpp
|
stockitem.obj : stockitem.cpp
|
||||||
stopwatch.obj : stopwatch.cpp
|
stopwatch.obj : stopwatch.cpp
|
||||||
strconv.obj : strconv.cpp
|
strconv.obj : strconv.cpp
|
||||||
stream.obj : stream.cpp
|
stream.obj : stream.cpp
|
||||||
|
strvararg.obj : strvararg.cpp
|
||||||
sysopt.obj : sysopt.cpp
|
sysopt.obj : sysopt.cpp
|
||||||
string.obj : string.cpp
|
string.obj : string.cpp
|
||||||
|
stringimpl.obj : stringimpl.cpp
|
||||||
tbarbase.obj : tbarbase.cpp
|
tbarbase.obj : tbarbase.cpp
|
||||||
textbuf.obj : textbuf.cpp
|
textbuf.obj : textbuf.cpp
|
||||||
textcmn.obj : textcmn.cpp
|
textcmn.obj : textcmn.cpp
|
||||||
@ -553,6 +570,7 @@ tokenzr.obj : tokenzr.cpp
|
|||||||
toplvcmn.obj : toplvcmn.cpp
|
toplvcmn.obj : toplvcmn.cpp
|
||||||
treebase.obj : treebase.cpp
|
treebase.obj : treebase.cpp
|
||||||
txtstrm.obj : txtstrm.cpp
|
txtstrm.obj : txtstrm.cpp
|
||||||
|
unichar.obj : unichar.cpp
|
||||||
url.obj : url.cpp
|
url.obj : url.cpp
|
||||||
utilscmn.obj : utilscmn.cpp
|
utilscmn.obj : utilscmn.cpp
|
||||||
valgen.obj : valgen.cpp
|
valgen.obj : valgen.cpp
|
||||||
@ -561,7 +579,7 @@ valtext.obj : valtext.cpp
|
|||||||
variant.obj : variant.cpp
|
variant.obj : variant.cpp
|
||||||
wfstream.obj : wfstream.cpp
|
wfstream.obj : wfstream.cpp
|
||||||
wincmn.obj : wincmn.cpp
|
wincmn.obj : wincmn.cpp
|
||||||
wxchar.obj : wxchar.cpp
|
wxcrt.obj : wxcrt.cpp
|
||||||
xpmdecod.obj : xpmdecod.cpp
|
xpmdecod.obj : xpmdecod.cpp
|
||||||
zipstrm.obj : zipstrm.cpp
|
zipstrm.obj : zipstrm.cpp
|
||||||
zstream.obj : zstream.cpp
|
zstream.obj : zstream.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user