windows-nt/Source/XPSP1/NT/printscan/fax/samples/faxsiren/makefile.sdk
2020-09-26 16:20:57 +08:00

17 lines
224 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)