Skip to content

Commit

Permalink
Update windows production build scripts to run against 20221028 built…
Browse files Browse the repository at this point in the history
… 3rd party, including updated zlib 1.2.13
  • Loading branch information
mattw-mega committed Oct 28, 2022
1 parent a0e30e0 commit e9387aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gather_built_products.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ copy build-x86-windows-mega\Release\MEGAupdater.exe sign32
copy build-x86-windows-mega\Release\MEGAShellExt.dll sign32


copy C:\Users\build\MEGA\build-MEGAsync\3rdParty_MSVC2019_20211109\3rdparty_desktop\vcpkg\installed\x64-windows-mega\bin_dlls_signed\*.* built64
copy C:\Users\build\MEGA\build-MEGAsync\3rdParty_MSVC2019_20211109\3rdparty_desktop\vcpkg\installed\x86-windows-mega\bin_dlls_signed\*.* built32
copy C:\Users\build\MEGA\build-MEGAsync\3rdParty_MSVC2019_20221029\3rdparty_desktop\vcpkg\installed\x64-windows-mega\bin_dlls_signed\*.* built64
copy C:\Users\build\MEGA\build-MEGAsync\3rdParty_MSVC2019_20221029\3rdparty_desktop\vcpkg\installed\x86-windows-mega\bin_dlls_signed\*.* built32

4 changes: 2 additions & 2 deletions production_build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ REM first build with

mkdir build-x64-windows-mega
cd build-x64-windows-mega
cmake -G "Visual Studio 16 2019" -A x64 -DMega3rdPartyDir=C:\Users\build\MEGA\build-MEGASync\3rdParty_MSVC2019_20211109\3rdParty_desktop -DMEGA_QT_VERSION=5.12.12 -DVCPKG_TRIPLET=x64-windows-mega -S "..\contrib\cmake" -B .
cmake -G "Visual Studio 16 2019" -A x64 -DMega3rdPartyDir=C:\Users\build\MEGA\build-MEGASync\3rdParty_MSVC2019_20221029\3rdParty_desktop -DMEGA_QT_VERSION=5.12.12 -DVCPKG_TRIPLET=x64-windows-mega -S "..\contrib\cmake" -B .
cmake --build . --config Release
cd ..

mkdir build-x86-windows-mega
cd build-x86-windows-mega
cmake -G "Visual Studio 16 2019" -A Win32 -DMega3rdPartyDir=C:\Users\build\MEGA\build-MEGASync\3rdParty_MSVC2019_20211109\3rdParty_desktop -DMEGA_QT_VERSION=5.12.12 -DVCPKG_TRIPLET=x86-windows-mega -S "..\contrib\cmake" -B .
cmake -G "Visual Studio 16 2019" -A Win32 -DMega3rdPartyDir=C:\Users\build\MEGA\build-MEGASync\3rdParty_MSVC2019_20221029\3rdParty_desktop -DMEGA_QT_VERSION=5.12.12 -DVCPKG_TRIPLET=x86-windows-mega -S "..\contrib\cmake" -B .
cmake --build . --config Release

0 comments on commit e9387aa

Please sign in to comment.