From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- indexing/makeindex/src/make-vms.com | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 indexing/makeindex/src/make-vms.com (limited to 'indexing/makeindex/src/make-vms.com') diff --git a/indexing/makeindex/src/make-vms.com b/indexing/makeindex/src/make-vms.com new file mode 100644 index 0000000000..91abdde610 --- /dev/null +++ b/indexing/makeindex/src/make-vms.com @@ -0,0 +1,10 @@ +$! Compile and link MakeIndex under VAX/VMS for people who don't have make. +$ cc = "CC/NOLIST/DEFINE=(""OS_VAXVMS=1"")" +$ cc genind +$ cc mkind +$ cc qsort +$ cc scanid +$ cc scanst +$ cc sortid +$ link genind,mkind,qsort,scanid,scanst,sortid,- + sys$library:vaxcrtl/lib /exe=makeindex -- cgit v1.2.3