From: hachti Date: Wed, 15 Nov 2006 23:52:34 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://gitweb.hachti.de/?a=commitdiff_plain;h=8916110d486031fb2c43a767bc663194f3370668;hp=6c1102270baa43824ed9169212dc337f0aefbd89;p=h316.git *** empty log message *** --- diff --git a/lib/fortran/recipe/flib3.recipe b/lib/fortran/recipe/flib3.recipe index 40a2c88..c21a488 100644 --- a/lib/fortran/recipe/flib3.recipe +++ b/lib/fortran/recipe/flib3.recipe @@ -21,6 +21,6 @@ org/F$B5 org/F$F5 org/F$IO org/F$HT - obj/PCHAR - obj/LPCHAR - obj/UCHAR +# obj/PCHAR +# obj/LPCHAR +# obj/UCHAR diff --git a/lib/fortran/recipe/vpunch.recipe b/lib/fortran/recipe/vpunch.recipe index dd98f06..3d3ec1e 100644 --- a/lib/fortran/recipe/vpunch.recipe +++ b/lib/fortran/recipe/vpunch.recipe @@ -1,2 +1,2 @@ -obj/VPUNCH -obj/FONT +#obj/VPUNCH +#obj/FONT diff --git a/lib/iolib/recipe/dap-lib.recipe b/lib/iolib/recipe/dap-lib.recipe new file mode 100644 index 0000000..1bab357 --- /dev/null +++ b/lib/iolib/recipe/dap-lib.recipe @@ -0,0 +1,29 @@ +# These are the selfmade modules + +# Binary HS Punch routine +obj/O$PB + +# Paper tape listing routine +#obj/O$PL + +# O$AL ASR comfort routine +# obj/O$AL + +# Huge Line printer routine +obj/O$LA + +# Read Paper tape sources +obj/I$PA + +# And here come the original ones + +org/I$AB +org/I$AI +org/O$AB +org/O$AI + +# Original ASR listing routine +#org/O$AH + + + diff --git a/lib/iolib/recipe/small.recipe b/lib/iolib/recipe/small.recipe deleted file mode 100644 index 1bab357..0000000 --- a/lib/iolib/recipe/small.recipe +++ /dev/null @@ -1,29 +0,0 @@ -# These are the selfmade modules - -# Binary HS Punch routine -obj/O$PB - -# Paper tape listing routine -#obj/O$PL - -# O$AL ASR comfort routine -# obj/O$AL - -# Huge Line printer routine -obj/O$LA - -# Read Paper tape sources -obj/I$PA - -# And here come the original ones - -org/I$AB -org/I$AI -org/O$AB -org/O$AI - -# Original ASR listing routine -#org/O$AH - - -