Leaked source code of windows server 2003
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.

27 lines
524 B

  1. !IF 0
  2. Copyright (c) 1989-1995 Microsoft Corporation
  3. !ENDIF
  4. !include ..\..\..\..\faxsrc.inc
  5. TARGETPATH=obj
  6. DLLDEF=..\faxdrv.def
  7. INCLUDES=..;..\..\inc;$(INCLUDES)
  8. TARGETLIBS=$(TARGETLIBS) \
  9. $(BASEDIR)\public\sdk\lib\*\libcntpr.lib
  10. C_DEFINES=$(C_DEFINES) -DKERNEL_MODE -DUSELSB
  11. SOURCES=..\enable.c \
  12. ..\escape.c \
  13. ..\page.c \
  14. ..\faxtiff.c \
  15. ..\faxdrv.rc
  16. PRECOMPILED_INCLUDE=..\faxdrv.h
  17. PRECOMPILED_PCH=precomp.pch
  18. PRECOMPILED_OBJ=precomp.obj