home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-06-03 | 359 b | 21 lines |
- # Makefile for Photogenics GIO files.
- # (C) Almathera 1994-1996. All Rights Reserved
-
-
- all: BMP.gio
-
- .c.o:
- sc nostackcheck DATA=FAR $*.c
-
- .asm.obj:
- genam $*.asm to $*.obj
-
- #= Windows BMP ===========================================
-
- BMP.obj: BMP.asm
-
- BMP.o: BMP.c
-
- BMP.gio: BMP.o BMP.obj
- slink from BMP.o,BMP.obj lib lib:sc.lib,lib:amiga.lib to BMP.gio
-