|
1 | 1 | mkdir build_uwp_54 & pushd build_uwp_54 |
2 | | -cmake -DLUA_VERSION=5.4.1 -G "Visual Studio 15 2017" -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=10.0 .. |
| 2 | +cmake -DLUA_VERSION=5.4.1 -G "Visual Studio 16 2019" -A Win32 -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=10.0 .. |
3 | 3 | popd |
4 | 4 | cmake --build build_uwp_54 --config Release |
5 | 5 | md plugin_lua54\Plugins\WSA\x86 |
6 | 6 | copy /Y build_uwp_54\Release\xlua.dll plugin_lua54\Plugins\WSA\x86\xlua.dll |
7 | 7 |
|
8 | 8 | mkdir build_uwp64_54 & pushd build_uwp64_54 |
9 | | -cmake -DLUA_VERSION=5.4.1 -G "Visual Studio 15 2017 Win64" -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=10.0 .. |
| 9 | +cmake -DLUA_VERSION=5.4.1 -G "Visual Studio 16 2019" -A x64 -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=10.0 .. |
10 | 10 | popd |
11 | 11 | cmake --build build_uwp64_54 --config Release |
12 | 12 | md plugin_lua54\Plugins\WSA\x64 |
13 | 13 | copy /Y build_uwp64_54\Release\xlua.dll plugin_lua54\Plugins\WSA\x64\xlua.dll |
14 | 14 |
|
15 | 15 | mkdir build_uwp_arm_54 & pushd build_uwp_arm_54 |
16 | | -cmake -DLUA_VERSION=5.4.1 -G "Visual Studio 15 2017 ARM" -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=10.0 .. |
| 16 | +cmake -DLUA_VERSION=5.4.1 -G "Visual Studio 16 2019" -A ARM -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=10.0 .. |
17 | 17 | popd |
18 | 18 | cmake --build build_uwp_arm_54 --config Release |
19 | 19 | md plugin_lua54\Plugins\WSA\ARM |
20 | 20 | copy /Y build_uwp_arm_54\Release\xlua.dll plugin_lua54\Plugins\WSA\ARM\xlua.dll |
21 | 21 |
|
22 | 22 | mkdir build_uwp_arm64_54 & pushd build_uwp_arm64_54 |
23 | | -cmake -DLUA_VERSION=5.4.1 -G "Visual Studio 15 2017" -A ARM64 -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=10.0 .. |
| 23 | +cmake -DLUA_VERSION=5.4.1 -G "Visual Studio 16 2019" -A ARM64 -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=10.0 .. |
24 | 24 | popd |
25 | 25 | cmake --build build_uwp_arm64_54 --config Release |
26 | 26 | md plugin_lua54\Plugins\WSA\ARM64 |
|
0 commit comments