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.
76 lines
1.5 KiB
76 lines
1.5 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=$(FAXCOM)
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
DLLDEF=FAXCOM.DEF
|
|
|
|
UMTYPE=windows
|
|
DLLENTRY=_DllMainCRTStartup
|
|
|
|
USE_LIBCMT=1
|
|
USE_STATIC_ATL=1
|
|
ATL_VER=30
|
|
USE_ATL=1
|
|
USE_MSVCRT=1
|
|
|
|
C_DEFINES=$(C_DEFINES) $(ATL_FLAGS)
|
|
INCLUDES=$(INCLUDES);$(FAXROOT)\tiff\src;$(ATL_INCLUDES)
|
|
|
|
PRECOMPILED_INCLUDE=stdafx.h
|
|
PRECOMPILED_CXX=1
|
|
DEBUG_TYPE=Unicode
|
|
UNICODE=1
|
|
|
|
|
|
TARGETLIBS= \
|
|
$(TARGETLIBS) \
|
|
$(SDK_LIB_PATH)\gdi32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\shell32.lib \
|
|
$(FAXLIB)\*\WINFAX.lib
|
|
|
|
SOURCES=\
|
|
faxcom.idl \
|
|
faxtiff.cpp \
|
|
faxsvr.cpp \
|
|
faxcom.cpp \
|
|
faxport.cpp \
|
|
faxroute.cpp \
|
|
faxdoc.cpp \
|
|
faxjob.cpp \
|
|
status.cpp \
|
|
util.cpp \
|
|
faxcom.rc
|
|
|
|
PASS0_PUBLISH=\
|
|
{$(FAXROOT)\com\win2k\$(O)\FAXCOM.H=$(SDK_INC_PATH)\FAXCOM.H}\
|
|
{$(FAXROOT)\com\win2k\$(O)\FAXCOM_I.C=$(SDK_INC_PATH)\FAXCOM_I.C}
|