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.
84 lines
1.9 KiB
84 lines
1.9 KiB
!IF 0
|
|
|
|
Copyright (c) 1989 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
Abstract:
|
|
|
|
This file specifies the target component being built and the list of
|
|
sources files needed to build that component. Also specifies optional
|
|
compiler switches and libraries that are unique for the component being
|
|
built.
|
|
|
|
|
|
Author:
|
|
|
|
Wesley Witt (wesw)
|
|
|
|
!ENDIF
|
|
|
|
|
|
!include ..\..\faxsrc.inc
|
|
|
|
TARGETNAME=$(FAXROUTE)
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
DLLDEF=FAXROUTE.DEF
|
|
|
|
USE_CRTDLL=1
|
|
MSC_WARNING_LEVEL = /W3
|
|
USE_STL=1
|
|
USECXX_FLAG=/Tp
|
|
USE_NATIVE_EH=1
|
|
DLLENTRY=_DllMainCRTStartup
|
|
|
|
PRECOMPILED_INCLUDE=faxrtp.h
|
|
PRECOMPILED_PCH=precomp.pch
|
|
PRECOMPILED_OBJ=precomp.obj
|
|
|
|
LINKLIBS= \
|
|
$(LINKLIBS) \
|
|
$(FAXROOT)\service\registry\$O\faxreg.lib \
|
|
|
|
TARGETLIBS = \
|
|
$(TARGETLIBS) \
|
|
$(SDK_LIB_PATH)\gdi32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\comctl32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\comctl32.lib \
|
|
$(SDK_LIB_PATH)\tapi32.lib \
|
|
$(SDK_LIB_PATH)\winspool.lib \
|
|
$(SDK_LIB_PATH)\mpr.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\shell32.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
|
$(SDK_LIB_PATH)\VCCOMSUP.LIB \
|
|
$(SDK_LIB_PATH)\Crypt32.lib \
|
|
$(SDK_LIB_PATH)\Shlwapi.lib \
|
|
$(SDK_LIB_PATH)\thrownew.obj \
|
|
$(FAXLIB)\*\$(FAXTIFF).lib
|
|
|
|
|
|
INCLUDES= \
|
|
$(INCLUDES); \
|
|
..\faxevent\$(O); \
|
|
..\inc; \
|
|
..\registry; \
|
|
$(FAXROOT)\admin\faxres\$(O); \
|
|
$(FAXROOT)\tiff\inc; \
|
|
$(FAXROOT)\tiff\src
|
|
|
|
SOURCES=\
|
|
faxroute.cpp \
|
|
print.cpp \
|
|
util.cpp \
|
|
store.cpp \
|
|
DeviceProp.cpp \
|
|
version.rc
|
|
|