Initial commit: Proyecto completo de Shipwright-develop
Some checks failed
generate-builds / generate-soh-otr (push) Has been cancelled
generate-builds / build-macos (push) Has been cancelled
generate-builds / build-linux (push) Has been cancelled
generate-builds / build-windows (push) Has been cancelled

This commit is contained in:
2026-03-28 00:22:57 -06:00
commit 365612432e
12110 changed files with 1149370 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/bash
cmake --no-warn-unused-cli -H. -Bbuild-cmake -GNinja -DCMAKE_BUILD_TYPE:STRING=Release
cmake --build build-cmake --config Release --
(cd build-cmake && cpack -G External)

View File

@@ -0,0 +1,9 @@
[Desktop Entry]
Version=1.0
Name=SOH
Exec=soh.elf
Terminal=false
Icon=sohIcon
Type=Application
Categories=Game;
X-AppImage-Integrate=false

4
scripts/switch/build.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
cmake -H. -Bbuild-switch -GNinja -DCMAKE_TOOLCHAIN_FILE=/opt/devkitpro/cmake/Switch.cmake
cmake --build build-switch --target soh_nro

4
scripts/wiiu/build.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
cmake -H. -Bbuild-wiiu -GNinja -DCMAKE_TOOLCHAIN_FILE=/opt/devkitpro/cmake/WiiU.cmake -DCMAKE_BUILD_TYPE:STRING=Release
cmake --build build-wiiu --target soh_wuhb --config Release