Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
224 B

  1. Proj= faxsiren
  2. dll=1
  3. unicode=1
  4. LFLAGS=-def:$(Proj).def
  5. !include <BkOffice.mak>
  6. ObjList = $(ObjDir)\$(Proj).obj \
  7. $(ObjDir)\faxsiren.res
  8. all: $(ObjDir)\$(Proj).dll
  9. $(ObjDir)\$(Proj).dll: $(ObjList)