2025-04-27 07:49:33 -04:00

17 lines
240 B
Plaintext

Proj= faxsiren
dll=1
unicode=1
LFLAGS=-def:$(Proj).def
!include <BkOffice.mak>
ObjList = $(ObjDir)\$(Proj).obj \
$(ObjDir)\faxsiren.res
all: $(ObjDir)\$(Proj).dll
$(ObjDir)\$(Proj).dll: $(ObjList)