From 2aa59e95589fcb368b52615d59dc0a4c57faac15 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Fri, 5 Dec 2025 07:49:06 +0900 Subject: [PATCH] things --- .gitmodules | 2 +- CMakeLists.txt | 3 ++- mdebase | 2 +- wizard.sh.in | 4 ++++ 4 files changed, 8 insertions(+), 3 deletions(-) create mode 100755 wizard.sh.in diff --git a/.gitmodules b/.gitmodules index 2e9dc51..816522b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "external/milsko"] path = external/milsko - url = https://github.com/pyrite-dev/milsko + url = ../../pyrite-dev/milsko update = rebase [submodule "mdebase"] path = mdebase diff --git a/CMakeLists.txt b/CMakeLists.txt index c4ba636..cb18091 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,8 @@ check_include_files(paths.h HAS_PATHS_H) include(GNUInstallDirs) set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_FULL_LIBDIR}") set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE) -configure_file(include/config.h.in ${CMAKE_CURRENT_BINARY_DIR}/config.h) +configure_file(include/config.h.in config.h) +configure_file(wizard.sh.in wizard.sh) include_directories(${CMAKE_CURRENT_BINARY_DIR}) set(CLASSIC_THEME 1) diff --git a/mdebase b/mdebase index e3edcfa..59f81d9 160000 --- a/mdebase +++ b/mdebase @@ -1 +1 @@ -Subproject commit e3edcfa7e1eea4c6f4da9296fc146c926353d6f6 +Subproject commit 59f81d9eb4fa35eacd2f0e769089b3bc506acbf0 diff --git a/wizard.sh.in b/wizard.sh.in new file mode 100755 index 0000000..bd33002 --- /dev/null +++ b/wizard.sh.in @@ -0,0 +1,4 @@ +#!/bin/sh +for i in ./*/wizard.sh; do + "$i" +done