home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-03-21 | 551 b | 21 lines |
- #
- # Please change the path of HEADER and FD to where you
- # keep the files. NOTE: You have to add the following
- # lines to the "powerpacker_protos.h" file for this
- # DMakeFile to work.
- #
- # #ifndef LIBRARIES_PPBASE_H
- # #include <libraries/ppbase.h>
- # #endif
- #
- # Please make sure that all headers are copied in the
- # DINCLUDE:amiga20 directory!
- #
-
- HEADER = Dinclude:amiga20/clib/powerpacker_protos.h
- FD = Dinclude:Amiga20/fd/powerpacker_lib.fd
-
- all:
- fdtolib $(FD) -o powerpackers.lib
- fdtolib $(FD) -h $(HEADER) -o powerpackersr.lib -mr
-