#
# Please change the path of HEADER and FD to where you
# keep the files.
#
# Please make sure that all headers are copied in the
# DINCLUDE: directory!
#

HEADER  =   DINCLUDE:clib/powerpacker_protos.h
FD      =   FD:powerpacker_lib.fd

all:
    fdtolib $(FD) -o powerpackers.lib
    fdtolib $(FD) -h $(HEADER) -o powerpackersr.lib -mr
