BSOne.SFC/eCrmHE/OUT_Release - Win64/_BuildScript/MakeRes_Patch.cmd

23 lines
1.0 KiB
Batchfile

@SET ZIP="C:\Program Files\7-Zip\7z.exe"
rem @SET RDIR=C:\mgkim\8.bsone\eCrmHE\OUT_Release - Win64
cd "%RDIR%"
del .\_hebin.zip
del .\_conf.zip
del .\_lang.zip
del "%SDIR%\EXE_eCrmHomePatch\IncRes.res"
rem %ZIP% a .\_kvbin.zip "%RDIR%\bin\*.*" -r
%ZIP% a .\_hebin.zip eCrmHeServiced.dll eCrmHomeEdition.exe ielib64.dll libeay32.dll ssleay32.dll libkm64.dll ptnsch.dat KvCttSch.exe KvCttSchw.exe 7z.dll Bs1Ugcp.dll AppUseageGuide.txt pdfium.dll
%ZIP% a .\_lang.zip "%RDIR%\Language\*.dat" -r
cd "%RDIR%\conf"
%ZIP% a ..\_conf.zip eCrmInterCaller.exe eCrmHeHelper.exe eCrmHeHelper.dll eCrmHeHelper32.dll Bs1shl.dll BSWmcr.exe Bs1out.dll Bs1out64.dll Bs1uef.dat Bs1tri.exe Bs1ovi.dll Bs1ovm.dll Bs1drm.dat Bs1aip.dat MgPo.dat bs1rcd.exe
rem brcc32.exe -d"RELEASE;_PATCH_" "C:\taskToCSG\eCrmHE\EXE_eCrmHomePatch\IncRes.rc"
rem Installer, Patch 따로 나눠서 이렇게 할 필요 없어짐 22_0612
brcc32.exe -d"%~1;_MLANG_" "%SDIR%\EXE_eCrmHomePatch\IncRes.rc"
rem brcc32.exe -d"%1" "C:\taskToCSG\eCrmHE\EXE_eCrmHomePatch\IncRes.rc"
rem pause
rem pause