73 lines
1.3 KiB
Plaintext
73 lines
1.3 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=clusnet
|
|
!INCLUDE $(PROJECT_ROOT)\cluster\sources.inc
|
|
|
|
TARGETNAME=cluxport
|
|
TARGETTYPE=DRIVER_LIBRARY
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
|
|
NT_UP=0
|
|
|
|
INCLUDES=\
|
|
..\inc;\
|
|
..\..\inc;\
|
|
..\..\inc\$(O);\
|
|
$(NET_INC_PATH);\
|
|
$(PROJECT_ROOT)\ntos\inc; \
|
|
$(DS_INC_PATH); \
|
|
$(DS_INC_PATH)\crypto
|
|
|
|
C_DEFINES=$(C_DEFINES) -D_NTDRIVER_ -D_PNP_POWER
|
|
C_DEFINES=$(C_DEFINES) -DMEMLOGGING
|
|
C_DEFINES=$(C_DEFINES) -DSECURITY_KERNEL -DUNICODE
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
PRECOMPILED_INCLUDE=precomp.h
|
|
|
|
SOURCES= \
|
|
cdpinit.c \
|
|
cdprecv.c \
|
|
cdpsend.c \
|
|
ccmp.c \
|
|
cnpif.c \
|
|
cnpmisc.c \
|
|
cnpnet.c \
|
|
cnpnode.c \
|
|
cnprecv.c \
|
|
cnpsend.c \
|
|
cxaddr.c \
|
|
cxdisp.c \
|
|
cxinfo.c \
|
|
cxinit.c \
|
|
cxpnp.c \
|
|
chbeat.c
|
|
|
|
RUN_WPP=$(SOURCES) -ini:..\inc\tracewpp.ini
|
|
|
|
|