home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
614a.lha
/
MultiPlayer_v1.17
/
Programmers
/
LMKFile
< prev
Wrap
Text File
|
1991-11-11
|
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