📄 sources
字号:
#
# Copyright (c) Microsoft Corporation
#
# This file is part of the Microsoft Research Mesh Connectivity Layer.
# You should have received a copy of the Microsoft Research Shared Source
# license agreement (MSR-SSLA) for this software; see the file "license.txt".
# If not, please see http://research.microsoft.com/mesh/license.htm,
# or write to Microsoft Research, One Microsoft Way, Redmond, WA 98052-6399.
#
!INCLUDE ..\version.inc
TARGETNAME=vrr
TARGETPATH=obj
TARGETTYPE=DRIVER
# gregos: org. distribution yields multiple warnings (treated as errors) wrt "char[]" zero-byte arrays.
# gregos: MSC_WARNING_LEVEL=/W4 /WX
MSC_WARNING_LEVEL=/W3 /WX
# The crypto functions in rsa32k are pageable.
# We can't have that.
LINKER_FLAGS=/merge:PAGER32R=.rdata /merge:PAGER32C=.text
# gregos: redirected $(DS_LIB_PATH) to an c:\xpsp (XP SP2) enlistment being overridden to c:\DDK
TARGETLIBS = \
$(DDK_LIB_PATH)\ndis.lib
INCLUDES = \
..\inc; \
$(DS_INC_PATH)
SOURCES = \
vrr.rc \
driver.c \
protocol.c \
miniport.c \
ndishack.c \
random.c \
crypto.c \
neighbor.c \
io.c \
reg.c \
sr.c \
maintbuf.c \
sidebug.c \
pktpair.c \
pback.c \
wcett.c \
hello.c \
node.c \
route.c \
setup.c \
teardown.c \
setupreq.c \
global.c \
send.c \
ipv6.c \
ipv4.c \
msripv6.c \
partition.c \
pktindex.c \
broadcast.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -