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.
117 lines
4.0 KiB
117 lines
4.0 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:
|
|
|
|
Iv Garber (IvG)
|
|
|
|
!ENDIF
|
|
|
|
|
|
!include ..\..\faxsrc.inc
|
|
|
|
TARGETNAME=$(FAXCOMEX)
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
DLLDEF=FAXCOMEX.DEF
|
|
|
|
UMTYPE=windows
|
|
DLLENTRY=_DllMainCRTStartup
|
|
|
|
USE_LIBCMT=1
|
|
USE_STATIC_ATL=1
|
|
ATL_VER=30
|
|
USE_NATIVE_EH=1
|
|
USE_STL=1
|
|
USE_ATL=1
|
|
USE_MSVCRT=1
|
|
|
|
C_DEFINES=$(C_DEFINES) $(ATL_FLAGS)
|
|
|
|
!if !$(FREEBUILD)
|
|
C_DEFINES=$(C_DEFINES) -D_ATL_DEBUG_INTERFACES -D_ATL_DEBUG_QI -D_ATL_DEBUG_REFCOUNT
|
|
!endif
|
|
|
|
INCLUDES=$(INCLUDES);$(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 \
|
|
$(SDK_LIB_PATH)\thrownew.obj \
|
|
$(FAXLIB)\*\$(WINFAX).lib \
|
|
$(FAXROOT)\util\debugex\$(DEBUG_TYPE)\obj\*\debugex.lib
|
|
|
|
SOURCES=\
|
|
FaxActivity.cpp \
|
|
FaxActivityLogging.cpp \
|
|
FaxComEx.cpp \
|
|
FaxCommon.cpp \
|
|
FaxDevice.cpp \
|
|
FaxDeviceIds.cpp \
|
|
FaxDeviceProvider.cpp \
|
|
FaxDeviceProviders.cpp \
|
|
FaxDevices.cpp \
|
|
FaxDocument.cpp \
|
|
FaxEventLogging.cpp \
|
|
FaxFolders.cpp \
|
|
FaxIncomingJob.cpp \
|
|
FaxIncomingJobs.cpp \
|
|
FaxIncomingMessage.cpp \
|
|
FaxIncomingMessageIterator.cpp \
|
|
FaxInboundRouting.cpp \
|
|
FaxInboundRoutingExtension.cpp \
|
|
FaxInboundRoutingExtensions.cpp \
|
|
FaxInboundRoutingMethod.cpp \
|
|
FaxInboundRoutingMethods.cpp \
|
|
FaxIncomingArchive.cpp \
|
|
FaxIncomingQueue.cpp \
|
|
FaxLoggingOptions.cpp \
|
|
FaxReceiptOptions.cpp \
|
|
FaxOutgoingJob.cpp \
|
|
FaxOutgoingJobs.cpp \
|
|
FaxOutgoingMessage.cpp \
|
|
FaxOutgoingMessageIterator.cpp \
|
|
FaxOutboundRouting.cpp \
|
|
FaxOutboundRoutingGroup.cpp \
|
|
FaxOutboundRoutingGroups.cpp \
|
|
FaxOutboundRoutingRule.cpp \
|
|
FaxOutboundRoutingRules.cpp \
|
|
FaxOutgoingQueue.cpp \
|
|
FaxSender.cpp \
|
|
FaxRecipient.cpp \
|
|
FaxRecipients.cpp \
|
|
FaxJobStatus.cpp \
|
|
FaxSecurity.cpp \
|
|
FaxOutgoingArchive.cpp \
|
|
FaxServer.cpp \
|
|
FaxComEx.idl \
|
|
FaxComEx.rc
|
|
|
|
PASS0_PUBLISH=\
|
|
{$(FAXROOT)\com\whistler\$(O)\FAXCOMEX.H=$(SDK_INC_PATH)\FAXCOMEX.H}\
|
|
{$(FAXROOT)\com\whistler\$(O)\FAXCOMEX_I.C=$(SDK_INC_PATH)\FAXCOMEX_I.C}
|