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.
 
 
 
 
 
 

43 lines
742 B

!IF 0
Copyright (c) 1996 Microsoft Corporation
!ENDIF
!ifndef FAXROOT
FAXROOT=$(PROJECT_ROOT)\fax
!endif
!include $(FAXROOT)\faxsrc.inc
TARGETNAME=msfaxmon
TARGETPATH=obj
TARGETTYPE=DYNLINK
DLLENTRY=DllEntryPoint
NTPROFILEINPUT=yes
USE_MSVCRT=1
NTKEEPRESOURCETMPFILES=1
PRECOMPILED_INCLUDE=faxmon.h
PRECOMPILED_PCH=precomp.pch
PRECOMPILED_OBJ=precomp.obj
INCLUDES=\
$(INCLUDES); \
$(FAXROOT)\faxcover\renderer; \
$(BASEDIR)\private\windows\spooler\inc
TARGETLIBS=\
$(SDK_LIB_PATH)\spoolss.lib \
$(SDK_LIB_PATH)\gdi32.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(FAXLIB)\*\\faxrend.lib
SOURCES=\
faxmon.c \
client16.c \
faxmon.rc