Leaked source code of windows server 2003
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.
|
|
!IF 0
Copyright (c) 1989-91 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: Keith Moore (keithmo) 16-Nov-1994
NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
!ENDIF
###############################################################################
!include ..\..\FAXSRC.INC
TARGETNAME=$(T30PROP) TARGETPATH=obj TARGETTYPE=DYNLINK UMTYPE=windows UNICODE=1 USE_MSVCRT=1 USE_ATL=1 ATL_VER=30
DLLDEF=T30PropSheetExt.def
C_DEFINES=$(C_DEFINES) -DSETUP -DUNICODE -D_UNICODE -D_ATL_DISABLE_NO_VTABLE -DISOLATION_AWARE_ENABLED
INCLUDES= $(INCLUDES); \ $(SDK_INC_PATH)\wtl10; \ $(FAXROOT)\inc; \ $(FAXROOT)\provider\t30\headers; \ $(FAXROOT)\admin\mmc
SOURCES= \ T30PROP.idl \ stdafx.cpp \ T30PropSheetExt.cpp \ T30Config.cpp \ version.rc \
PRECOMPILED_CXX=1 #PRECOMPILED_OPTION=/YX PRECOMPILED_INCLUDE=stdafx.h PRECOMPILED_PCH=stdafx1.pch PRECOMPILED_OBJ=stdafx1.obj
DLLBASE=0x10000000 DLLENTRY=_DllMainCRTStartup
TARGETLIBS= \ $(SDK_LIB_PATH)\user32.lib \ $(SDK_LIB_PATH)\kernel32.lib \ $(SDK_LIB_PATH)\advapi32.lib \ $(SDK_LIB_PATH)\gdi32.lib \ $(SDK_LIB_PATH)\winspool.lib \ $(SDK_LIB_PATH)\comdlg32.lib \ $(SDK_LIB_PATH)\comctl32.lib \ $(SDK_LIB_PATH)\advapi32.lib \ $(SDK_LIB_PATH)\shell32.lib \ $(SDK_LIB_PATH)\version.lib \ $(SDK_LIB_PATH)\wsock32.lib \ $(SDK_LIB_PATH)\ole32.lib \ $(SDK_LIB_PATH)\oleaut32.lib \ $(SDK_LIB_PATH)\uuid.lib \ $(SDK_LIB_PATH)\mmc.lib \ $(SDK_LIB_PATH)\oldnames.lib \ $(FAXROOT)\util\unicode\$(O)\faxutil.lib \ $(FAXROOT)\lib\$(O)\$(WINFAX).lib \
# # Enable Fusion Build Magic (preprocess the manifest, stick in resources) # SXS_ASSEMBLY_NAME=Microsoft.Windows.Fax.FxsT30p SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1 SXS_MANIFEST=FxsT30p.Manifest SXS_MANIFEST_IN_RESOURCES=1 SXS_NO_BINPLACE=1 SXS_MANIFEST_RESOURCE_ID=2
|