vdfltip.dsp

来自「一个截取网络包的驱动。它与DDK文档正是NDIS中间驱动不同」· DSP 代码 · 共 65 行

DSP
65
字号
# Microsoft Developer Studio Project File - Name="VDFltIp" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **

# TARGTYPE "Win32 (x86) External Target" 0x0106

CFG=VDFLTIP - WIN32 RELEASE
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE 
!MESSAGE NMAKE /f "VDFltIp.mak".
!MESSAGE 
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE 
!MESSAGE NMAKE /f "VDFltIp.mak" CFG="VDFLTIP - WIN32 RELEASE"
!MESSAGE 
!MESSAGE Possible choices for configuration are:
!MESSAGE 
!MESSAGE "VDFltIp - Win32 Release" (based on "Win32 (x86) External Target")
!MESSAGE 

# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "Release"
# PROP BASE Intermediate_Dir "Release"
# PROP BASE Cmd_Line "NMAKE /f VDFltIp.mak"
# PROP BASE Rebuild_Opt "/a"
# PROP BASE Target_File "VDFltIp.exe"
# PROP BASE Bsc_Name "VDFltIp.bsc"
# PROP BASE Target_Dir ""
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "Release"
# PROP Intermediate_Dir "Release"
# PROP Cmd_Line "vdfbuild"
# PROP Rebuild_Opt "/a"
# PROP Target_File "VDFltIp.vxd"
# PROP Bsc_Name "VDFltIp.bsc"
# PROP Target_Dir ""
# Begin Target

# Name "VDFltIp - Win32 Release"

!IF  "$(CFG)" == "VDFltIp - Win32 Release"

!ENDIF 

# Begin Source File

SOURCE=..\FilterPkt.c
# End Source File
# Begin Source File

SOURCE=.\VDFltIp.c
# End Source File
# Begin Source File

SOURCE=.\VDFltIp.mak
# End Source File
# End Target
# End Project

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?