1 Star 0 Fork 0

冀巍 / tap-windows

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
_build.bat 1.36 KB
一键复制 编辑 原始数据 按行查看 历史
Alon Bar-Lev 提交于 2012-02-26 02:01 . build: initial build
@echo off
rem TAP-Windows -- A kernel driver to provide virtual tap
rem device functionality on Windows.
rem
rem Copyright (C) 2012 Alon Bar-Lev <alon.barlev@gmail.com>
rem
rem This program is free software; you can redistribute it and/or modify
rem it under the terms of the GNU General Public License as published by
rem the Free Software Foundation; either version 2 of the License, or
rem (at your option) any later version.
rem
rem This program is distributed in the hope that it will be useful,
rem but WITHOUT ANY WARRANTY; without even the implied warranty of
rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
rem GNU General Public License for more details.
rem
rem You should have received a copy of the GNU General Public License
rem along with this program (see the file COPYING included with this
rem distribution); if not, write to the Free Software Foundation, Inc.,
rem 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
setlocal enableextensions enabledelayedexpansion
set root=%cd%
set myos=%1
set myprofile=%2
set mymode=fre
echo Building %myos%-%myprofile%-%mymode%
call "%DDK%\bin\setenv" %DDK% %mymode% %myprofile% %myos% no_oacr
if errorlevel 1 goto error
cd /d %root%
cd src
nmake
if errorlevel 1 goto error
set rc=0
goto end
:error
echo FAIL %myos%-%myprofile%-%mymode%
set rc=1
goto end
:end
endlocal
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/229xu/tap-windows.git
git@gitee.com:229xu/tap-windows.git
229xu
tap-windows
tap-windows
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891