4 Star 7 Fork 5

Gitee 极速下载 / WinMerge

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/winmerge/winmerge
克隆/下载
BuildBin.vs2017.cmd 988 Bytes
一键复制 编辑 原始数据 按行查看 历史
cd /d "%~dp0"
call SetVersion.cmd
cscript /nologo ExpandEnvironmenStrings.js Version.in > Version.h
setlocal
for /f "usebackq tokens=*" %%i in (`"%programfiles(x86)%\microsoft visual studio\installer\vswhere.exe" -version [15.0^,16.0^) -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath`) do (
set InstallDir=%%i
)
if exist "%InstallDir%\Common7\Tools\vsdevcmd.bat" (
call "%InstallDir%\Common7\Tools\vsdevcmd.bat
)
if "%1" == "" (
call :BuildBin ARM || goto :eof
call :BuildBin ARM64 || goto :eof
call :BuildBin x86|| goto :eof
call :BuildBin x64 || goto :eof
) else (
call :BuildBin %1 || goto :eof
)
goto :eof
:BuildBin
MSBuild WinMerge.vs2017.sln /t:Rebuild /p:Configuration="Release" /p:Platform="%1" || goto :eof
endlocal
if exist "%SIGNBAT_PATH%" (
call "%SIGNBAT_PATH%" Build\%1\Release\WinMergeU.exe
)
mkdir Build\%1\Release\%APPVER% 2> NUL
copy Build\%1\Release\*.pdb "Build\%1\Release\%APPVER%\"
goto :eof
C++
1
https://gitee.com/mirrors/WinMerge.git
git@gitee.com:mirrors/WinMerge.git
mirrors
WinMerge
WinMerge
master

搜索帮助