head     1.3;
branch   ;
access   ;
symbols  ;
locks    andy:1.3; strict;
comment  @# @;


1.3
date     91.02.19.16.33.32;  author andy;  state Exp;
branches ;
next     1.2;

1.2
date     91.02.19.16.23.53;  author andy;  state Exp;
branches ;
next     1.1;

1.1
date     91.02.19.16.23.14;  author andy;  state Exp;
branches ;
next     ;


desc
@@


1.3
log
@small fixes so others can use it
@
text
@;
;   Copy include files to local.  Delete stuff we don't care about.
;
;   Written Friday 02-Nov-90 18:20:10 Bryce Nesbitt
;
cd ram:icheck

echo "---------- Copying include files from server into work ----------"
if exists work
delete work all quiet
endif
makedir work
copy V:disk/support/include.test work all quiet nopro
delete >NIL: work/bcpl all quiet
delete >NIL: work/greenhills all quiet
delete >NIL: work/internal all quiet

;#### KLUDGES GO HERE ####
;---All the math libraries define the same constants in different ways
rename work/libraries/mathieeedp.h work/libraries/mathieeedp.x
rename work/libraries/mathieeesp.h work/libraries/mathieeesp.x
rename work/exec/exec_lib.i work/exec/exec_lib.x
@


1.2
log
@fixed the V
@
text
@d13 1
a13 1
copy V:disk/support/include work all quiet nopro
@


1.1
log
@Initial revision
@
text
@d13 1
a13 1
copy v36:disk/support/include work all quiet nopro
@
