Skip to content

Commit 230123d

Browse files
committed
Use a Microsoft Developer Command Prompt
1 parent 0815e4c commit 230123d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

sources/SDL/Native/build-win-arm64.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ if not exist "../../../eng/submodules/sdl/CMakeLists.txt" (
22
git submodule update --init --recursive --depth 1 ..\..\..\eng\submodules\sdl
33
)
44

5+
call "C:\Program Files (x86)\Microsoft Visual Studio 17.0\VC\vcvarsall.bat" arm64
56
rd /s /q build
67
mkdir build
78
cd build

sources/SDL/Native/build-win-x64.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ if not exist "../../../eng/submodules/sdl/CMakeLists.txt" (
22
git submodule update --init --recursive --depth 1 ..\..\..\eng\submodules\sdl
33
)
44

5+
call "C:\Program Files (x86)\Microsoft Visual Studio 17.0\VC\vcvarsall.bat" x64
56
rd /s /q build
67
mkdir build
78
cd build

0 commit comments

Comments
 (0)