mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-04-28 12:27:59 +03:00
Bump LUS and Torch
This commit is contained in:
parent
c8632a0981
commit
baabd2457e
22 changed files with 917 additions and 3 deletions
|
@ -36,6 +36,9 @@ cd starship
|
|||
# Generate sf64.o2r
|
||||
& 'C:\Program Files\CMake\bin\cmake.exe' --build .\build\x64 --target ExtractAssets
|
||||
|
||||
# Generate starship.o2r
|
||||
& 'C:\Program Files\CMake\bin\cmake.exe' --build .\build\x64 --target GeneratePortO2R
|
||||
|
||||
# Compile project
|
||||
# Add `--config Release` if you're packaging
|
||||
& 'C:\Program Files\CMake\bin\cmake.exe' --build .\build\x64
|
||||
|
@ -133,6 +136,9 @@ cmake -H. -Bbuild-cmake -GNinja
|
|||
# Generate sf64.o2r
|
||||
cmake --build build-cmake --target ExtractAssets
|
||||
|
||||
# Generate starship.o2r
|
||||
cmake --build build-cmake --target GeneratePortO2R
|
||||
|
||||
# Compile the project
|
||||
# Add `--config Release` if you're packaging
|
||||
cmake --build build-cmake
|
||||
|
@ -180,6 +186,9 @@ cmake -H. -Bbuild-cmake -GNinja
|
|||
# Generate sf64.o2r
|
||||
cmake --build build-cmake --target ExtractAssets
|
||||
|
||||
# Generate starship.o2r
|
||||
cmake --build build-cmake --target GeneratePortO2R
|
||||
|
||||
# Compile the project
|
||||
# Add `--config Release` if you're packaging
|
||||
cmake --build build-cmake
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue