aboutsummaryrefslogtreecommitdiff
path: root/src/slalib/rep.bat
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-03-04 21:21:30 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-03-04 21:21:30 -0500
commitd54fe7c1f704a63824c5bfa0ece65245572e9b27 (patch)
treeafc52015ffc2c74e0266653eecef1c8ef8ba5d91 /src/slalib/rep.bat
downloadcalfuse-d54fe7c1f704a63824c5bfa0ece65245572e9b27.tar.gz
Initial commit
Diffstat (limited to 'src/slalib/rep.bat')
-rwxr-xr-xsrc/slalib/rep.bat21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/slalib/rep.bat b/src/slalib/rep.bat
new file mode 100755
index 0000000..0d00777
--- /dev/null
+++ b/src/slalib/rep.bat
@@ -0,0 +1,21 @@
+@echo off
+rem
+rem - - - - - - - -
+rem R E P . B A T
+rem - - - - - - - -
+rem
+rem Update one module in the SLALIB library
+rem
+rem Command:
+rem
+rem REP module
+rem
+rem File SLALIB.BAK is deleted.
+rem
+rem P.T.Wallace Starlink 5 April 1992
+rem
+fl/c /FPi %1.for
+lib slalib -+%1;
+del %1.obj
+del slalib.bak
+echo: