82 lines
1.5 KiB
Plaintext
82 lines
1.5 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=rx
|
|
|
|
TARGETNAME=rxce
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DRIVER_LIBRARY
|
|
|
|
INCLUDES=\
|
|
$(INCLUDES);\
|
|
$(PROJECT_ROOT)\ntos\inc;\
|
|
..;\
|
|
..\..\inc;\
|
|
..\..\rdbss\inc;\
|
|
$(NET_INC_PATH);\
|
|
$(IFSKIT_INC_PATH)
|
|
|
|
C_DEFINES=$(C_DEFINES) -D_WIN2K_COMPAT_SLIST_USAGE
|
|
|
|
!IF !$(FREEBUILD)
|
|
C_DEFINES=$(C_DEFINES) -D_RXCEDEBUG_
|
|
!endif
|
|
|
|
SOURCES= \
|
|
..\rxassert.c \
|
|
..\rxconnct.c \
|
|
..\rxce.c \
|
|
..\rxcecnct.c \
|
|
..\rxcexmit.c \
|
|
rxcemm.c \
|
|
rxtdi.c \
|
|
tdihdlr.c \
|
|
tdimisc.c \
|
|
..\FcbStruc.c \
|
|
..\LowIO.c \
|
|
..\RxTimer.c \
|
|
..\RxworkQ.c \
|
|
..\Prefix.c \
|
|
..\resrcsup.c \
|
|
..\buffring.c \
|
|
..\RxContx.c \
|
|
..\RxData.c \
|
|
..\RxLog.c \
|
|
..\RxTrace.c \
|
|
..\RxDebug.c \
|
|
..\Scavengr.c \
|
|
..\namcache.c \
|
|
..\midatlas.c \
|
|
..\fcbtable.c
|
|
|
|
PRECOMPILED_INCLUDE=precomp.h
|
|
PRECOMPILED_PCH=precomp.pch
|
|
PRECOMPILED_OBJ=precomp.obj
|
|
|
|
UMRES=$(O)\rdbss.res
|
|
DLLDEF=$(O)\rdbss.def
|
|
|
|
NTTARGETFILES=copyforifskit
|