mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:00:04 +00:00
Add new utility setup scripts
This commit is contained in:
parent
9c486d5018
commit
102650e936
26 changed files with 281 additions and 143 deletions
16
tools/setup-release-msvc2022.bat
Normal file
16
tools/setup-release-msvc2022.bat
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
@set script_dir=%~dp0
|
||||
|
||||
@set build_dir=%script_dir%\..\build-release-msvc2022
|
||||
@set build_type=Release
|
||||
@set conan_profile=scwx-win64_msvc2022
|
||||
@set generator=Visual Studio 17 2022
|
||||
@set qt_base=C:/Qt
|
||||
@set qt_arch=msvc2022_64
|
||||
|
||||
:: Assign user-specified build directory
|
||||
@if not "%~1"=="" set build_dir=%~1
|
||||
|
||||
:: Perform common setup
|
||||
@call lib\setup-common.bat
|
||||
|
||||
@pause
|
||||
Loading…
Add table
Add a link
Reference in a new issue