2 Star 10 Fork 2

npcap / npcap

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build_test.bat 991 Bytes
一键复制 编辑 原始数据 按行查看 历史
Daniel Miller 提交于 2019-05-07 15:12 . Stage correct test programs
SET MODE="Release"
SET TOPSRCDIR=%cd%
call build_sdk.bat || goto :error
call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"
cd %TOPSRCDIR%
msbuild ".\npcap-sdk\Examples-pcap\MakeAll.sln" /m /t:Build /p:Configuration=%MODE% /p:Platform="x86" || goto :error
msbuild ".\npcap-sdk\Examples-pcap\MakeAll.sln" /m /t:Build /p:Configuration=%MODE% /p:Platform="x64" || goto :error
msbuild ".\npcap-sdk\Examples-remote\MakeAll.sln" /m /t:Build /p:Configuration=%MODE% /p:Platform="x86" || goto :error
msbuild ".\npcap-sdk\Examples-remote\MakeAll.sln" /m /t:Build /p:Configuration=%MODE% /p:Platform="x64" || goto :error
copy /b ".\npcap-sdk\Examples-pcap\x64\%MODE%\iflist.exe" test\
copy /b ".\npcap-sdk\Examples-pcap\x64\%MODE%\pcap_filter.exe" test\
copy /b ".\npcap-sdk\Examples-pcap\x64\%MODE%\sendpack.exe" test\
copy /b ".\npcap-sdk\Examples-pcap\x64\%MODE%\readfile.exe" test\
copy /b ".\npcap-sdk\Examples-remote\x64\%MODE%\sendcap.exe" test\
C
1
https://gitee.com/npcap/npcap.git
git@gitee.com:npcap/npcap.git
npcap
npcap
npcap
master

搜索帮助