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 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:
Steve Wood (stevewo) 12-Apr-1990
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
!ENDIF
!ifndef FAXROOT FAXROOT=$(BASEDIR)\printscan\faxsrv !endif
!include $(FAXROOT)\faxsrc.inc
C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
TARGETNAME=$(FAXCFGWZRD) TARGETPATH=obj TARGETTYPE=DYNLINK
DLLDEF=faxcfgwz.def
USE_MSVCRT = 1 DLLENTRY=_DllMainCRTStartup
INCLUDES = \ $(FAXROOT)\inc; \ $(INCLUDES); \ $(FAXROOT)\print\faxprint\inc; \ $(SHELL_INC_PATH);
TARGETLIBS= \ $(BASEDIR)\public\sdk\lib\*\shell32.lib \ $(BASEDIR)\public\sdk\lib\*\comdlg32.lib \ $(BASEDIR)\public\sdk\lib\*\kernel32.lib \ $(BASEDIR)\public\sdk\lib\*\uuid.lib \ $(BASEDIR)\public\sdk\lib\*\ole32.lib \ $(BASEDIR)\public\sdk\lib\*\tapi32.lib \ $(BASEDIR)\public\sdk\lib\*\gdi32.lib \ $(BASEDIR)\public\sdk\lib\*\user32.lib \ $(BASEDIR)\public\sdk\lib\*\advapi32.lib \ $(BASEDIR)\public\sdk\lib\*\winspool.lib \ $(BASEDIR)\public\sdk\lib\*\shlwapi.lib \ $(BASEDIR)\public\sdk\lib\*\version.lib \ $(SHELL_LIB_PATH)\shfusion.lib \ $(SHELL_LIB_PATH)\shell32p.lib \ $(FAXLIB)\*\$(WINFAX).lib \ $(FAXROOT)\util\unicode\$O\faxutil.lib \ $(BASEDIR)\public\sdk\lib\*\htmlhelp.lib
SOURCES= \ dll.c \ faxcfgwz.c \ welcome.c \ userinfo.c \ devlimit.c \ onedevlimit.c \ sendwzrd.c \ recvwzrd.c \ route.c \ complete.c \ util.c \ version.rc
SXS_ASSEMBLY_NAME=Microsoft.Windows.Fax.FxsCfgWz SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1 SXS_MANIFEST=FxsCfgWz.Manifest SXS_MANIFEST_IN_RESOURCES=1 SXS_NO_BINPLACE=1 SXS_MANIFEST_RESOURCE_ID=2 C_DEFINES=$(C_DEFINES) -DSXS_MANIFEST_RESOURCE_ID=$(SXS_MANIFEST_RESOURCE_ID) -DISOLATION_AWARE_ENABLED=1
# # Shfusion.lib causes linker warnings. Ignore them. # LINKER_FLAGS=$(LINKER_FLAGS) -ignore:4049,4217
|