Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit601bb66

Browse files
committed
Use Ninja - libsdl-org/SDL##11487
1 parentdc58874 commit601bb66

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Buil
66
rd /s /q build
77
mkdir build
88
cd build
9-
cmake ..\..\..\..\eng\submodules\sdl -A arm64 -DCMAKE_BUILD_TYPE=Release
9+
cmake ..\..\..\..\eng\submodules\sdl -G Ninja -DCMAKE_BUILD_TYPE=Release
1010
cmake --build . --parallel
1111
cd ..
1212
mkdir runtimes\win-arm64\native
13-
copy build\Release\SDL3.dll runtimes\win-arm64\native
13+
copy build\SDL3.dll runtimes\win-arm64\native

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Buil
66
rd /s /q build
77
mkdir build
88
cd build
9-
cmake ..\..\..\..\eng\submodules\sdl -DCMAKE_BUILD_TYPE=Release
9+
cmake ..\..\..\..\eng\submodules\sdl -G Ninja -DCMAKE_BUILD_TYPE=Release
1010
cmake --build . --parallel
1111
cd ..
1212
mkdir runtimes\win-x64\native
13-
copy build\Release\SDL3.dll runtimes\win-x64\native
13+
copy build\SDL3.dll runtimes\win-x64\native

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp