home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Crawly Crypt Collection 1
/
crawlyvol1.bin
/
program
/
compiler
/
m2posx14
/
bin
/
makelib.m
< prev
next >
Wrap
Text File
|
1994-04-15
|
423b
|
13 lines
MODULE MAKELIB;
(* Kann als Hauptmodul bei HM2 und MM2 angegeben werden, damit durch das
* `Make' alle Module auf einmal uebersetzt werden.
*)
IMPORT
PORTAB, pSTORAGE, types, MEMBLK, pLONGSET, OSCALLS, LCTypes, LCPOSIX,
LCgerman, LCusa, LC, e, ctype, lib, cstr, pSTRING, DosSystem, cmdline,
DosSupport, loc, jump, sys, tim, file, dir, proc, term, sig, ANSIC,
POSIX1, POSIX2, BSD, pOUT;
END MAKELIB.