home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Programmierung 2
/
Power-Programmierung CD 2 (Tewi)(1994).iso
/
gnu
/
djgpp
/
contrib
/
dvx
/
qdeck
/
help
/
makefile
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1993-07-15
|
192 b
|
14 lines
CFLAGS= -O -c -DMSDOS
.c.o:
gcc $(CFLAGS) $<
O = helpcall.o
L = -lsys -lc -lm
helpcall.exe : $(O)
gcc -o helpcall $(O) $(L)
strip helpcall
aout2exe helpcall
del helpcall