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) 1994 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:
Alexander Malysh
!ENDIF
!include ..\..\faxsrc.inc
MAJORCOMP=FaxServer MINORCOMP=res
USE_STL=1
TARGETNAME=$(FAXST) TARGETPATH=obj TARGETTYPE=DYNLINK TARGETEXT=dll DLLDEF=fxsst.def
C_DEFINES = $(C_DEFINES) -DTARGET_NAME=$(TARGETNAME) USE_MSVCRT=1 USE_NATIVE_EH=1
TARGETLIBS= $(SDK_LIB_PATH)\kernel32.lib \ $(SDK_LIB_PATH)\\user32.lib \ $(SDK_LIB_PATH)\gdi32.lib \ $(SDK_LIB_PATH)\Winmm.lib \ $(SDK_LIB_PATH)\Advapi32.lib \ $(SDK_LIB_PATH)\shell32.lib \ $(SDK_LIB_PATH)\uuid.lib \ $(SDK_LIB_PATH)\ole32.lib \ $(SDK_LIB_PATH)\comctl32.lib \ $(SDK_LIB_PATH)\Winspool.lib \ $(SDK_LIB_PATH)\version.lib \ $(SDK_LIB_PATH)\Netapi32.lib \ $(SDK_LIB_PATH)\thrownew.obj \ $(FAXLIB)\*\$(WINFAX).lib \ $(FAXROOT)\util\unicode\obj\*\faxutil.lib \ $(FAXROOT)\util\debugex\unicode\obj\*\debugex.lib
DLLENTRY=_DllMainCRTStartup
INCLUDES= $(INCLUDES); \ $(SDK_INC_PATH);
UMTYPE=windows
SOURCES= fxsst.cpp \ monitor.cpp \ version.rc
DELAYLOAD=version.dll DLOAD_ERROR_HANDLER=kernel32.dll
# # Enable Fusion Build Magic (preprocess the manifest, stick in resources) # SXS_ASSEMBLY_NAME=Microsoft.Windows.Fax.FxsSt SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1 SXS_MANIFEST=FxsSt.manifest SXS_MANIFEST_IN_RESOURCES=1 SXS_NO_BINPLACE=1 SXS_MANIFEST_RESOURCE_ID=2
|