home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD2.mdf
/
c
/
library
/
os2
/
pmdebug
/
test.mk
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1990-03-05
|
169 b
|
11 lines
.c.obj:
cl -c -Zi -G2w -Gs $*.c
test.obj: test.c
.asm.obj:
masm -ml $*.asm;
test.exe: test.obj def.
link /cod/align:16 test ,test,nul,os2,def.;