📄 makefile
字号:
##################################################################
#
# Microsoft Confidential
# Copyright (C) Microsoft Corporation 1993-95
# All Rights Reserved.
#
# This document is provided for informational purposes only and Microsoft
# Corporation makes no warranties, either expressed or implied, in this document.
# Information in this document may be substantially changed without notice in
# subsequent versions of windows and does not represent a commitment on the
# part of Microsoft Corporation. This information is for internal use only for
# development purposes.
#
# INPUT:
# BIN: Where to put the stuff
# DEB: Flags to control debug level
#
##################################################################
DEVICE=NPF
BIN = debug
#SDK = $(SDKROOT)
#DDK = $(DDKROOT)
OBJS=\
$(BIN)\openclos.obj\
$(BIN)\packet.obj\
$(BIN)\request.obj\
$(BIN)\win_bpf_filter.obj\
$(BIN)\read.obj\
$(BIN)\write.obj\
$(BIN)\lock.obj\
$(BIN)\functs.obj\
$(BIN)\ndisdev.obj\
# this is needed by 64 bit math operations
$(MSVCDIR)\lib\msvcrt.lib\
!include ndis.mk
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -