summaryrefslogtreecommitdiff
path: root/dviware/crudetype/version3/primos.cpl
diff options
context:
space:
mode:
Diffstat (limited to 'dviware/crudetype/version3/primos.cpl')
-rw-r--r--dviware/crudetype/version3/primos.cpl37
1 files changed, 37 insertions, 0 deletions
diff --git a/dviware/crudetype/version3/primos.cpl b/dviware/crudetype/version3/primos.cpl
new file mode 100644
index 0000000000..3eecfc68e8
--- /dev/null
+++ b/dviware/crudetype/version3/primos.cpl
@@ -0,0 +1,37 @@
+
+/* PRIMOS.CPL
+/* CPL Macro to tangle, compile and load Crudetype for Primos
+/* Jon Warbrick, 06/88
+
+/*************************************************
+
+/* You will have to change the next three lines
+/* to give the correct commands to run TANGLE
+/* and the Sheffield Pascal Compiler on your
+/* system, and to give the name of the Pascal
+/* library.
+
+&s tangle_command := R TEX>CMDNC0>TANGLE
+&s pascal_command := PASCAL
+&s pascal_library := PASCAL
+
+/*************************************************
+
+&args program = PRIMOS
+
+COMO CRUDETYPE.COMO
+%tangle_command% CRUDETYPE.WEB %program%.CH
+COMO -E
+
+&if ^ [query 'OK to go on' TRUE] &then &stop
+
+%pascal_command% %program% -BIG -EPF_ARGS
+
+&data BIND
+lo %program%
+li %pascal_library%
+li
+file CRUDETYPE.RUN
+&end
+
+&return