⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 iphlpapi.mak

📁 我已经编译通过的Nmapwin!学习扫描器的人有用!
💻 MAK
字号:
# Microsoft Developer Studio Generated NMAKE File, Based on iphlpapi.dsp
!IF "$(CFG)" == ""
CFG=iphlpapi - Win32 Debug
!MESSAGE No configuration specified. Defaulting to iphlpapi - Win32 Debug.
!ENDIF 

!IF "$(CFG)" != "iphlpapi - Win32 Release" && "$(CFG)" != "iphlpapi - Win32 Debug"
!MESSAGE Invalid configuration "$(CFG)" specified.
!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 "iphlpapi.mak" CFG="iphlpapi - Win32 Debug"
!MESSAGE 
!MESSAGE Possible choices for configuration are:
!MESSAGE 
!MESSAGE "iphlpapi - Win32 Release" (based on "Win32 (x86) Generic Project")
!MESSAGE "iphlpapi - Win32 Debug" (based on "Win32 (x86) Generic Project")
!MESSAGE 
!ERROR An invalid configuration is specified.
!ENDIF 

!IF "$(OS)" == "Windows_NT"
NULL=
!ELSE 
NULL=nul
!ENDIF 

OUTDIR=.\Release
INTDIR=.\Release

ALL : ".\iphlpapi.lib" 


CLEAN :
	-@erase 
	-@erase "iphlpapi.lib"

"$(OUTDIR)" :
    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"

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

MTL=midl.exe
MTL_PROJ=

!ELSEIF  "$(CFG)" == "iphlpapi - Win32 Debug"

MTL=midl.exe
MTL_PROJ=

!ENDIF 


!IF "$(NO_EXTERNAL_DEPS)" != "1"
!IF EXISTS("iphlpapi.dep")
!INCLUDE "iphlpapi.dep"
!ELSE 
!MESSAGE Warning: cannot find "iphlpapi.dep"
!ENDIF 
!ENDIF 


!IF "$(CFG)" == "iphlpapi - Win32 Release" || "$(CFG)" == "iphlpapi - Win32 Debug"
SOURCE=.\iphlpapi.c

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

InputPath=.\iphlpapi.c
USERDEP__IPHLP="iphlpapi.def"	

".\iphlpapi.lib" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(USERDEP__IPHLP)
	<<tempfile.bat 
	@echo off 
	iphlpapi<< 
	

!ELSEIF  "$(CFG)" == "iphlpapi - Win32 Debug"

InputPath=.\iphlpapi.c
USERDEP__IPHLP="iphlpapi.def"	

".\iphlpapi.lib" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(USERDEP__IPHLP)
	<<tempfile.bat 
	@echo off 
	iphlpapi<< 
	

!ENDIF 


!ENDIF 

⌨️ 快捷键说明

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