forked from jjzhang166/linkingvision_rapidvms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrelwin64.bat
19 lines (16 loc) · 975 Bytes
/
relwin64.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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