sources
来自「利用C++工具进行编程,NDIS的PASSTHRU层的驱动程序,是非常实用的程序」· 代码 · 共 51 行
TXT
51 行
!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=PASSTHRU
TARGETPATH=obj
TARGETTYPE=DRIVER
TARGETLIBS=$(DDK_LIB_PATH)\ndis.lib
C_DEFINES=$(C_DEFINES) -DNDIS40 -DNDIS_MINIPORT_DRIVER -DNDIS40_MINIPORT
INCLUDES=..\..\inc
SOURCES= passthru.c \
protocol.c \
miniport.c \
MySource.c \
MyFilter.c \
FilterItem.c \
PacketHandle.c \
passthru.rc
MSC_WARNING_LEVEL=/W3 /WX
PRECOMPILED_INCLUDE=precomp.h
PRECOMPILED_PCH=precomp.pch
PRECOMPILED_OBJ=precomp.obj
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?