home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
204.lha
/
Wicon
/
makefile
< prev
next >
Wrap
Makefile
|
1996-02-14
|
559b
|
33 lines
############################################
#
# wicon makefile 1.5 01-Apr-88
#
# Steven Sweeting 22-Apr-88
#
CFLAGS= +p
#CFLAGS= +p -dSMALLWICON
all: wicon
wicon: winfo.o wicon.o stub.o MacWin.o
ln +Q wicon.o /lib/args.o winfo.o MacWin.o stub.o -lcl32
copy Wicon vd0:
@-echo "WICON: Finished linking"
args.o winfo.o wicon.o: wicon.h
stub.o: stub.asm
as -C -D stub.asm
clean:
delete wicon.o winfo.o MacWin.o stub.o
wc:
wc wicon.c winfo.c MacWin.c stub.asm /lib/args.c
install:
copy Wicon sys:system/Wicon