summaryrefslogtreecommitdiff
path: root/indexing/makeindex/src/make-vms.com
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /indexing/makeindex/src/make-vms.com
Initial commit
Diffstat (limited to 'indexing/makeindex/src/make-vms.com')
-rw-r--r--indexing/makeindex/src/make-vms.com10
1 files changed, 10 insertions, 0 deletions
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