home *** CD-ROM | disk | FTP | other *** search
Makefile | 1991-08-03 | 610 b | 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/
-