You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.3 KiB
59 lines
1.3 KiB
!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:
|
|
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
|
|
TARGETNAME=bridge
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DRIVER
|
|
|
|
TARGETLIBS=\
|
|
$(DDK_LIB_PATH)\ndis.lib \
|
|
$(DDK_LIB_PATH)\ntoskrnl.lib \
|
|
$(DDK_LIB_PATH)\tdi.lib
|
|
|
|
C_DEFINES=$(C_DEFINES) -DUSE_NIC_PACKETS=0 -DNDIS50 -DBINARY_COMPATIBLE=0 -DNT
|
|
|
|
INCLUDES=..\inc;$(DDK_INC_PATH);\
|
|
$(SDXROOT)\public\internal\net\inc;
|
|
|
|
SOURCES= bridge.c \
|
|
brdgprot.c \
|
|
brdgmini.c \
|
|
brdgfwd.c \
|
|
bridge.rc \
|
|
brdgtbl.c \
|
|
brdgbuf.c \
|
|
brdgctl.c \
|
|
brdgsta.c \
|
|
brdgcomp.c \
|
|
brdghash.c \
|
|
brdgwref.c \
|
|
brdgtdi.c \
|
|
brdggpo.c
|
|
|
|
MSC_WARNING_LEVEL=/W4 /WX
|
|
|
|
MISCFILES=\
|
|
..\sld\Local_Network_Bridge_{75C27A8A-1774-493F-9C40-B66365504B79}.sld \
|
|
..\sld\Netbrdgs_inf_{43F6A837-E55B-4179-BFC7-D0112E5ED29F}.sld \
|
|
..\sld\Netbrdgs_inf_{FD53222D-5E37-4D7C-9246-F78ECBC2832C}.sld
|