87 lines
1.6 KiB
Plaintext
87 lines
1.6 KiB
Plaintext
|
!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
|
||
|
|
||
|
MAJORCOMP=ntos
|
||
|
MINORCOMP=rdr2
|
||
|
|
||
|
TARGETNAME=rdr2kd
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=DYNLINK
|
||
|
TARGETLIBS=$(SDK_LIB_PATH)\user32.lib\
|
||
|
$(SDK_LIB_PATH)\kernel32.lib
|
||
|
|
||
|
INCLUDES=\
|
||
|
..\inc;\
|
||
|
..\rxce;\
|
||
|
..\rxce\daytona;\
|
||
|
..\rdbss;\
|
||
|
..\rdbss\inc;\
|
||
|
..\rdbss\smb.mrx;\
|
||
|
$(PROJECT_ROOT)\ntos\inc;\
|
||
|
$(DDK_INC_PATH);\
|
||
|
$(DS_INC_PATH);\
|
||
|
$(NET_INC_PATH);\
|
||
|
$(DS_INC_PATH)\crypto;\
|
||
|
$(IFSKIT_INC_PATH)
|
||
|
|
||
|
!IFNDEF DISABLE_NET_UNICODE
|
||
|
UNICODE=1
|
||
|
NET_C_DEFINES=-DUNICODE
|
||
|
!ENDIF
|
||
|
|
||
|
DLLBASE=0x1010000
|
||
|
|
||
|
USE_NTDLL=1
|
||
|
|
||
|
!IF $(FREEBUILD)
|
||
|
C_DEFINES=$(C_DEFINES)
|
||
|
!endif
|
||
|
|
||
|
|
||
|
!if "$(NO_BUILD_SMBMINI_FOR_CSC)" != "1"
|
||
|
CSC=$(BASEDIR)\private\ntos\rdr2\csc
|
||
|
RECORD_MAN=$(CSC)\record.mgr
|
||
|
|
||
|
INCLUDES=$(INCLUDES);$(RECORD_MAN)\inc.tmp
|
||
|
INCLUDES=$(INCLUDES);$(RECORD_MAN)\daytona\nullincs.tmp
|
||
|
C_DEFINES=$(C_DEFINES) -DMRXSMB_BUILD_FOR_CSC
|
||
|
|
||
|
!if "$(NO_BUILD_SMBMINI_FOR_CSC_DCON)" != "1"
|
||
|
C_DEFINES=$(C_DEFINES) -DMRXSMB_BUILD_FOR_CSC_DCON
|
||
|
!endif
|
||
|
!endif
|
||
|
|
||
|
C_DEFINES=$(C_DEFINES) -D_NTDRIVER_
|
||
|
|
||
|
SOURCES=rdr2kd.c \
|
||
|
kdextlib.c \
|
||
|
strucsup.c \
|
||
|
wdbgxlib.c \
|
||
|
rdr2kd.c \
|
||
|
rdr2kd.rc
|
||
|
|
||
|
UMTYPE=console
|
||
|
|
||
|
SUBSYSTEM_VERSION=4.00
|