home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Professional
/
OS2PRO194.ISO
/
os2
/
prgramer
/
info
/
redbook2
/
makefile
< 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
Makefile
|
1992-06-28
|
148 b
|
9 lines
all: boota.exe
boota.obj : $*.c
cl -Ox -c -Zi -W4 -G2s $*.c
boota.exe : $*.obj
link /NOD boota,,,os2286 llibcep;