some, but not all, vms issues fixed
This commit is contained in:
@@ -34,7 +34,7 @@ $ gnuc_ = "GCC"
|
||||
$ if f$type(gcc).eqs."STRING" then gnuc_ = gcc
|
||||
$ gnulib = "gnu_cc:[000000]gcclib/Library" !(not used w/ vaxc)
|
||||
$ ! common CC options (/obj=file doesn't work for GCC 1.36, use rename instead)
|
||||
$ c_c_ = "/INCLUDE=[-.INCLUDE]"
|
||||
$ c_c_ = "/INCLUDE=([-.INCLUDE],[-.-.LUA535.SRC])/DEFINE=(""LUA_USE_C89"", ""LUA_32BITS"")"
|
||||
$ veryold_vms = f$extract(1,1,f$getsyi("VERSION")).eqs."4" -
|
||||
.and. f$extract(3,3,f$getsyi("VERSION")).lts."6"
|
||||
$ if veryold_vms then c_c_ = c_c_ + "/DEFINE=(""VERYOLD_VMS"")"
|
||||
|
||||
Reference in New Issue
Block a user