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.
 
 
 
 
 
 

37 lines
671 B

!IF 0
Copyright (c) 1989-1995 Microsoft Corporation
!ENDIF
!ifndef FAXROOT
FAXROOT=$(PROJECT_ROOT)\fax
!endif
!include $(FAXROOT)\faxsrc.inc
TARGETNAME=faxdrv
TARGETTYPE=DYNLINK
TARGETPATH=obj
TARGETLIBS=\
..\lib\km\$O\faxlib.lib \
$(WINDOWS_LIB_PATH)\umpdddi.lib \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\winspool.lib
USE_LIBCNTPR=1
LINKLIBS=
INCLUDES=.;..\inc;$(INCLUDES)
C_DEFINES=$(C_DEFINES) -DKERNEL_MODE -DUSERMODE_DRIVER -DUSELSB #-DUSE1D
SOURCES=enable.c \
escape.c \
page.c \
faxtiff.c \
faxdrv.rc
PRECOMPILED_INCLUDE=faxdrv.h
PRECOMPILED_PCH=precomp.pch
PRECOMPILED_OBJ=precomp.obj