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.

28 lines
546 B

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