ref: dbac48f0b4dbb3cbbb0ef7ba254f0fd8800c7c84
parent: ee95b6f0d487cb31e90170032ab39d120258052e
author: Werner Lemberg <[email protected]>
date: Mon Sep 13 12:07:55 EDT 2004
* vms_make.com: Updated.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-09-10 Jouk Jansen <[email protected]>
+
+ * vms_make.com: Updated.
+
2004-09-09 Werner Lemberg <[email protected]>
Adding OpenType validation module. The code is based on the
--- a/vms_make.com
+++ b/vms_make.com
@@ -28,7 +28,7 @@
$ libdefs = ""
$ libincs = ""
$ liblist = ""
-$ ccopt = ""
+$ ccopt = "/name=as_is/float=ieee"
$ lopts = ""
$!
$! Check for MMK/MMS
@@ -529,7 +529,7 @@
$ def/user sys$output nl:
$ edito/edt/command=sys$input d.tmp
sub/symbol: "/symbol_vector=(/whole
-sub/"/=procedure)/whole
+sub/"/=PROCEDURE)/whole
exit
$ ! all data
$ search b.tmp "EGSY$V_DEF 1"/wind=(0,1) /out=e.tmp
@@ -537,7 +537,7 @@
$ def/user sys$output nl:
$ edito/edt/command=sys$input f.tmp
sub/symbol: "/symbol_vector=(/whole
-sub/"/=data)/whole
+sub/"/=DATA)/whole
exit
$ sort/nodupl d.tmp,f.tmp 'p2'
$ delete a.tmp;*,b.tmp;*,c.tmp;*,d.tmp;*,e.tmp;*,f.tmp;*