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.
72 lines
1.4 KiB
72 lines
1.4 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:
|
|
|
|
Steve Wood (stevewo) 12-Apr-1990
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
RDR2=$(PROJECT_ROOT)\fs\rdr2
|
|
!INCLUDE $(RDR2)\rdbss\master.src
|
|
|
|
MAJORCOMP=ntos
|
|
MINORCOMP=rx
|
|
|
|
TARGETNAME=nt5csc
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DRIVER_LIBRARY
|
|
|
|
CSC=$(RDR2)\csc
|
|
RECORD_MAN=$(CSC)\record.mgr
|
|
|
|
INCLUDES=\
|
|
$(INCLUDES);\
|
|
$(RDR2)\inc;\
|
|
$(RDR2)\rdbss\inc;\
|
|
$(PROJECT_ROOT)\ntos\inc;\
|
|
..;\
|
|
$(CSC)\inc;\
|
|
$(RECORD_MAN);\
|
|
$(RECORD_MAN)\daytona\nullincs.tmp;\
|
|
$(DS_INC_PATH);\
|
|
$(DS_INC_PATH)\crypto;\
|
|
$(NET_INC_PATH);\
|
|
$(IFSKIT_INC_PATH)
|
|
|
|
C_DEFINES=$(C_DEFINES) -DMRXSMB_BUILD_FOR_CSC
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
SOURCES= \
|
|
csc.c \
|
|
chunk.c \
|
|
AgntEvnt.c \
|
|
DConnect.c \
|
|
readrite.c \
|
|
transitn.c \
|
|
cscdfs.c
|
|
|
|
|
|
!if "$(NO_BUILD_SMBMINI_FOR_CSC_DCON)" != "1"
|
|
C_DEFINES=$(C_DEFINES) -DMRXSMB_BUILD_FOR_CSC_DCON -DBITCOPY
|
|
!endif
|
|
|
|
PRECOMPILED_INCLUDE=precomp.h
|
|
PRECOMPILED_PCH=precomp.pch
|
|
PRECOMPILED_OBJ=precomp.obj
|