windows-nt/Source/XPSP1/NT/printscan/fax/samples/faxsiren/makefile.sdk

17 lines
224 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
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)