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-1991 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.
!ENDIF
TARGETNAME=cscdll TARGETTYPE=DYNLINK TARGETPATH=obj DLLENTRY=LibMain DLLDEF=reint.def USE_MSVCRT=1
C_DEFINES=$(C_DEFINES) -DNT -DWIN32S=0 -DCSC_ON_NT=1 -DBITCOPY
CSC=$(PROJECT_ROOT)\fs\rdr2\csc RECORD_MAN=$(CSC)\record.mgr
INCLUDES=\ ..;\ ..\..\..\inc;\ $(RECORD_MAN)\daytona\nullincs.tmp;\ $(RECORD_MAN);\ $(CSC)\usermode\inc.nt;\ $(CSC)\usermode\inc.nt\null;\ $(SHELL_INC_PATH);\ $(IFSKIT_INC_PATH)
!INCLUDE ..\sources.inc
TARGETLIBS= \ ..\..\lib3\daytona\$(O)\lib3.lib \ $(RECORD_MAN)\umreclib\$(O)\oslayeru.lib \ $(SDK_LIB_PATH)\comctl32.lib \ $(SHELL_LIB_PATH)\comctlp.lib \ $(SDK_LIB_PATH)\kernel32.lib \ $(SDK_LIB_PATH)\user32.lib \ $(SDK_LIB_PATH)\gdi32.lib \ $(SDK_LIB_PATH)\advapi32.lib \ $(SDK_LIB_PATH)\uuid.lib \ $(SDK_LIB_PATH)\comdlg32.lib \ $(SDK_LIB_PATH)\mpr.lib \ $(SDK_LIB_PATH)\ntlanman.lib
PRECOMPILED_INCLUDE=..\pch.h PRECOMPILED_PCH=pch.pch PRECOMPILED_OBJ=pch.obj
USE_MAPSYM=1 DELAYLOAD=mpr.dll;ntlanman.dll DLOAD_ERROR_HANDLER=kernel32.dll
PASS1_PUBLISH=\ {$(O)\cscdll.lib=$(SDK_LIB_PATH)\cscdll.lib}
|