Sandboxie/Installer/merge_builds.cmd

15 lines
526 B
Batchfile
Raw Normal View History

2021-01-30 22:47:17 +00:00
REM @ECHO OFF
2021-01-31 09:59:25 +00:00
call %~dp0get_openssl.cmd
2021-01-30 23:26:26 +00:00
call %~dp0copy_build.cmd x64
2021-01-30 22:47:17 +00:00
2021-01-30 23:26:26 +00:00
call %~dp0copy_build.cmd x86
2021-01-30 22:47:17 +00:00
REM mkdir %rootPath%\SbiePlus64\LogAPI
REM copy /y %~dp0..\LogApiDll\output\amd64\VerboseDebug\logapi64.dll %rootPath%\SbiePlus64\LogAPI\logapi64.dll
REM copy /y %~dp0..\LogApiDll\output\i386\VerboseDebug\logapi32.dll %rootPath%\SbiePlus64\LogAPI\logapi32.dll
REM mkdir %rootPath%\SbiePlus32\LogAPI
REM copy /y %~dp0..\LogApiDll\output\i386\VerboseDebug\logapi32.dll %rootPath%\SbiePlus32\LogAPI\logapi32.dll