diff options
Diffstat (limited to 'vms/fndvers.com')
-rw-r--r-- | vms/fndvers.com | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vms/fndvers.com b/vms/fndvers.com index f1ddc03eca..2e49ae6fcb 100644 --- a/vms/fndvers.com +++ b/vms/fndvers.com @@ -58,6 +58,11 @@ $ If .not.teststs Then Exit teststs $! $ If teststs.ne.1 ! current values in config.vms are appropriate $ Then +$ token = """""""""VMS_''arch' /**/""""""""" +$ Call update_file "''p2'" "#define ARCHNAME" "''token'" +$ teststs = $Status +$ If .not.teststs Then Exit teststs +$! $ token = """""""""/perl_root/lib/VMS_''arch'"""""""" /**/" $ Call update_file "''p2'" "#define OLDARCHLIB_EXP" "''token'" $ If .not.$Status Then Exit $Status |