home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
umich
/
diskutil
/
tapebios.zoo
/
lib
/
makefile.16
< 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-03-22
|
304 b
|
13 lines
#
# Makefile for SCSI Tape Streamer I/O functions (16 bit library)
#
all:
gcc-cpp -P -D__MSHORT__ tapebind.cpp tapebind.s
gcc-as -o tapebind.o tapebind.s
gcc -O -mshort -I../include -c getcook.c
gcc -O -mshort -I../include -c error.c
gcc-ar rv tape16.olb tapebind.o getcook.o error.o