home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD2.mdf
/
c
/
library
/
dos
/
memory
/
emslib
/
chkems.mak
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1988-04-25
|
256 b
|
13 lines
# Microsoft Make compatible make file for CHKEMS.EXE
chkems.obj : chkems.c emslib.h
cl -Zi -c chkems.c
emsinit.obj : emsinit.c emslib.h
cl -Zi -c emsinit.c
chkems.exe : chkems.obj emsinit.obj
link chkems+emsinit,,,/CO sems;