home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-10-29 | 2.7 KB | 42 lines | [TEXT/R*ch] |
- $! KERNCMP.COM
- $! compile all kernel files
- $!
- $ COMP_FLAGS := "VMS,USE_CONSOLE"
- $!
- $ gcc [-.kernel]actions.c /def=('COMP_FLAGS') /include=([-.kernel])
- $ gcc [-.kernel]AI.c /def=('COMP_FLAGS') /include=([-.kernel])
- $ gcc [-.kernel]CMDLINE.c /def=('COMP_FLAGS') /include=([-.kernel])
- $ gcc [-.kernel]COMBAT.c /def=('COMP_FLAGS') /include=([-.kernel])
- $ gcc [-.kernel]COMPILE.c /def=('COMP_FLAGS') /include=([-.kernel])
- $ gcc [-.kernel]GENERIC.c /def=('COMP_FLAGS') /include=([-.kernel])
- $ gcc [-.kernel]GRUTIL.c /def=('COMP_FLAGS') /include=([-.kernel])
- $ gcc [-.kernel]HELP.c /def=('COMP_FLAGS') /include=([-.kernel])
- $ gcc [-.kernel]HISTORY.c /def=('COMP_FLAGS') /include=([-.kernel])
- $ gcc [-.kernel]imf.c /def=('COMP_FLAGS') /include=([-.kernel])
- $ gcc [-.kernel]init.c /def=('COMP_FLAGS') /include=([-.kernel])
- $ gcc [-.kernel]lisp.c /def=('COMP_FLAGS') /include=([-.kernel])
- $ gcc [-.kernel]mknames.c /def=('COMP_FLAGS') /include=([-.kernel])
- $ gcc [-.kernel]MKRIVERS.c /def=('COMP_FLAGS') /include=([-.kernel])
- $ gcc [-.kernel]MKROADS.c /def=('COMP_FLAGS') /include=([-.kernel])
- $ gcc [-.kernel]MKTERR.c /def=('COMP_FLAGS') /include=([-.kernel])
- $ gcc [-.kernel]MKUNITS.c /def=('COMP_FLAGS') /include=([-.kernel])
- $ gcc [-.kernel]MODULE.c /def=('COMP_FLAGS') /include=([-.kernel])
- $ gcc [-.kernel]MPLAY.c /def=('COMP_FLAGS') /include=([-.kernel])
- $ gcc [-.kernel]NLANG.c /def=('COMP_FLAGS') /include=([-.kernel])
- $ gcc [-.kernel]PLAN.c /def=('COMP_FLAGS') /include=([-.kernel])
- $ gcc [-.kernel]PS.c /def=('COMP_FLAGS') /include=([-.kernel])
- $ gcc [-.kernel]READ.c /def=('COMP_FLAGS') /include=([-.kernel])
- $ gcc [-.kernel]RUN.c /def=('COMP_FLAGS') /include=([-.kernel])
- $ gcc [-.kernel]SCORE.c /def=('COMP_FLAGS') /include=([-.kernel])
- $ gcc [-.kernel]SIDE.c /def=('COMP_FLAGS') /include=([-.kernel])
- $ gcc [-.kernel]TABLES.c /def=('COMP_FLAGS') /include=([-.kernel])
- $ gcc [-.kernel]TASK.c /def=('COMP_FLAGS') /include=([-.kernel])
- $ gcc [-.kernel]TYPES.c /def=('COMP_FLAGS') /include=([-.kernel])
- $ gcc [-.kernel]UNIT.c /def=('COMP_FLAGS') /include=([-.kernel])
- $ gcc [-.kernel]UTIL.c /def=('COMP_FLAGS') /include=([-.kernel])
- $ gcc [-.kernel]VERSION.c /def=('COMP_FLAGS') /include=([-.kernel])
- $ gcc [-.kernel]VMS.c /def=('COMP_FLAGS') /include=([-.kernel])
- $ gcc [-.kernel]WORLD.c /def=('COMP_FLAGS') /include=([-.kernel])
- $ gcc [-.kernel]WRITE.c /def=('COMP_FLAGS') /include=([-.kernel])
- $exit
-