1 Star 0 Fork 5

stevenberg/rapidvms

forked from lisidan/rapidvms 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
relwin64.bat 975 Bytes
一键复制 编辑 原始数据 按行查看 历史
for /f "tokens=3 usebackq" %%G in (include\config\confver.hpp) do set VE_VER=%%G
echo %VE_VER%
set VE_VER_PHASE=release
mkdir Rapidvms-%VE_VER%-win64-%VE_VER_PHASE%
REM copy dir from client and vecvr
xcopy /y /e client\prj_win32\x64\Release Rapidvms-%VE_VER%-win64-%VE_VER_PHASE%
xcopy /y /e vecvr\prj_win32\x64\Release Rapidvms-%VE_VER%-win64-%VE_VER_PHASE%
REM cooy service file
xcopy /y /e output\windows\nssm\win64\nssm.exe Rapidvms-%VE_VER%-win64-%VE_VER_PHASE%
xcopy /y output\windows\gencertificate.bat Rapidvms-%VE_VER%-win64-%VE_VER_PHASE%
xcopy /y output\windows\regservice64.bat Rapidvms-%VE_VER%-win64-%VE_VER_PHASE%
xcopy /y output\windows\unregservice64.bat Rapidvms-%VE_VER%-win64-%VE_VER_PHASE%
del Rapidvms-%VE_VER%-win64-%VE_VER_PHASE%\*.pdb /f /s /q
del Rapidvms-%VE_VER%-win64-%VE_VER_PHASE%\*.lik /f /s /q
del Rapidvms-%VE_VER%-win64-%VE_VER_PHASE%\*.lib /f /s /q
del Rapidvms-%VE_VER%-win64-%VE_VER_PHASE%\*.exp /f /s /q
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/stevenberg/rapidvms.git
[email protected]:stevenberg/rapidvms.git
stevenberg
rapidvms
rapidvms
master

搜索帮助