home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_progs
/
sound
/
multplay.lha
/
programmers
/
LMKFile
< prev
Wrap
Text File
|
1992-03-21
|
390b
|
16 lines
# Makefile to compile DW_Convert with SAS/C
# (Not an incredibly complicated procedure really)
DW_Convert: DW_Convert.o DW_GMOD.o
BLink from lib:c.o DW_Convert.o DW_GMOD.o to DW_Convert \
lib lib:lc.lib nodebug
DW_Convert.o: DW_Convert.c
LC $*
# I use the A68k assembler by Charlie Gibbs for everything, but other
# assemblers should work too...
DW_GMOD.o: DW_GMOD.asm
A68k $*.asm