Ai
1 Star 0 Fork 0

wangcichen/urbackup_backend

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build_client.bat 1.16 KB
一键复制 编辑 原始数据 按行查看 历史
Martin Raiber 提交于 2015-12-27 00:56 +08:00 . Build with Visual Studio 2015
call update_deps.bat
call checkout_client.bat
if %errorlevel% neq 0 exit /b %errorlevel%
cd %~dp0
git reset --hard
python build\replace_versions.py
if %errorlevel% neq 0 exit /b %errorlevel%
call build_client_backend.bat
if %errorlevel% neq 0 exit /b %errorlevel%
cd %~dp0\client
call build_client.bat
if %errorlevel% neq 0 exit /b %errorlevel%
if NOT "%STORE_SYMBOLS%" == "true" GOTO skip_symbols
echo|set /p="set build_revision=" > "build_revision.bat"
git rev-parse HEAD >> "build_revision.bat"
call build_revision.bat
cd "%~dp0"
copy /Y "Release Server 2003\urbackupclient_server03.dll" "Release Server 2003\urbackup_server03.dll"
copy /Y "x64\Release Server 2003\urbackupclient_server03.dll" "x64\Release Server 2003\urbackup_server03.dll"
copy /Y "Release\urbackupclient.dll" "Release\urbackup.dll"
copy /Y "x64\Release\urbackupclient.dll" "x64\Release\urbackup.dll"
copy /Y "Release WinXP\urbackupclient_xp.dll" "Release Server 2003\urbackup_xp.dll"
FOR /F "tokens=*" %%G IN (pdb_dirs_client.txt) DO symstore add /compress /r /f "%~dp0%%G" /s "C:\symstore" /t "UrBackup Client /v "%build_revision%" /c "Release"
:skip_symbols
exit 0
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/wangcichen/urbackup_backend.git
git@gitee.com:wangcichen/urbackup_backend.git
wangcichen
urbackup_backend
urbackup_backend
dev

搜索帮助