53 lines
1 KiB
Plaintext
53 lines
1 KiB
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (c) 1989-2000 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=csrsrv
|
||
|
TARGETPATH=$(_OBJ_DIR)
|
||
|
PASS1_PUBLISH={$(O)\csrsrv.lib=$(BASE_LIB_PATH)\csrsrv.lib}
|
||
|
TARGETTYPE=DYNLINK
|
||
|
TARGETLIBS=$(BASE_LIB_PATH)\smdll.lib \
|
||
|
$(BASE_LIB_PATH)\wow64reg.lib
|
||
|
|
||
|
INCLUDES=$(PROJECT_ROOT)\ntos\inc; \
|
||
|
$(SDKTOOLS_INC_PATH)
|
||
|
|
||
|
USE_NTDLL=1
|
||
|
NT_UP=0
|
||
|
|
||
|
MSC_WARNING_LEVEL=/W3 /WX
|
||
|
|
||
|
C_DEFINES=$(C_DEFINES) -D_CSRSRV_ -D_NTDRIVER_
|
||
|
|
||
|
SOURCES=srvinit.c \
|
||
|
srvloadr.c \
|
||
|
sbinit.c \
|
||
|
sbreqst.c \
|
||
|
sbapi.c \
|
||
|
apiinit.c \
|
||
|
apireqst.c \
|
||
|
session.c \
|
||
|
process.c \
|
||
|
csrdebug.c \
|
||
|
csrss.rc \
|
||
|
wait.c
|
||
|
|
||
|
DLLDEF=$(O)\csrsrv.def
|
||
|
|
||
|
UMTYPE=ntss
|
||
|
UMBASE=@$(COFFBASE_TXT_FILE),csrss
|