home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 2 / goldfish_vol2_cd1.bin / files / util / libs / pplib / glue / dice / dmakefile next >
Makefile  |  1993-12-21  |  338b  |  15 lines

  1. #
  2. # Please change the path of HEADER and FD to where you
  3. # keep the files.
  4. #
  5. # Please make sure that all headers are copied in the
  6. # DINCLUDE: directory!
  7. #
  8.  
  9. HEADER  =   DINCLUDE:clib/powerpacker_protos.h
  10. FD      =   FD:powerpacker_lib.fd
  11.  
  12. all:
  13.     fdtolib $(FD) -o powerpackers.lib
  14.     fdtolib $(FD) -h $(HEADER) -o powerpackersr.lib -mr
  15.