45 lines
733 B
Plaintext
45 lines
733 B
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=csrss
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
TARGETLIBS=..\server\$(O)\csrsrv.lib
|
|
|
|
INCLUDES=..\server; \
|
|
$(SDKTOOLS_INC_PATH)
|
|
|
|
NT_UP=0
|
|
|
|
SOURCES=\
|
|
csrss.c \
|
|
csrss.rc
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
C_DEFINES=$(C_DEFINES) -D_CSRSRV_
|
|
|
|
!IF $(WIN64)
|
|
LINKER_STACKSIZE=/STACK:262144,24576
|
|
!ELSE
|
|
LINKER_STACKSIZE=/STACK:262144,12288
|
|
!ENDIF
|
|
|
|
UMTYPE=ntss
|
|
UMBASE=@$(COFFBASE_TXT_FILE),csrss
|