home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD2.mdf
/
c
/
library
/
os2
/
rb3731
/
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;