.; M.R. Brown 2 DEC 79 this is to make .; the library for DAVID CONROY's new C compiler. .;Create the library ; This will build a new run time library for DAVID CONROY's C compiler ; You must have the following installed ; LBR DEC's librarian ; CCN the new C compiler ; ASM the new assembler ; If not you have to go away now and do them .ASK BYBY Do you have to go away now .IFT BYBY ; The C compiler UIC has .CMD files which will build it for you. .IFT BYBY ; The same is true of the assembler. .IFT BYBY .GOTO END LBR NLIB/CR .;Do the assembler @NLIBASM .;Do the MACRO modules @NLIBMAC .;Do the C modules @NLIBC ;If it went alright then you should rename it to CLIB and stick it in [1,1] .END: /