home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
595.lha
/
Notify_v1.1
/
Source
/
makefile
< prev
next >
Wrap
Makefile
|
1991-08-03
|
610b
|
26 lines
#
# Makefile for Notify
#
# You can call it with the argument NotifyDB to create
# the debug version of notify. Note that I use pre-
# compiled headers with the compiler.
#
Notify: Notify.o DosWedge.o
blink c.o Notify.o DosWedge.o to Notify lib lib:lcr.lib
NotifyDB: NotifyDB.o DosWedge.o
blink c.o NotifyDB.o DosWedge.o to NotifyDB lib lib:lcr.lib
NotifyDB.o: Notify.c
lc -dDEBUG -oNotifyDB.o Notify.c
copy Notify.c MoreSource:DosWedge/
Notify.o: Notify.c
lc Notify.c
copy Notify.c MoreSource:DosWedge/
DosWedge.o: DosWedge.asm
SAS2:lc/asm DosWedge.asm
copy DosWedge.asm MoreSource:DosWedge/