From 61398815b4dd81fe77e6c15abac082a79c87ee5f Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sun, 24 May 2026 02:36:41 +0200 Subject: [PATCH] Submodule update --- CMakeLists.txt | 6 +++++- dosutils | 2 +- smart | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 055c432..d42e5b0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -65,7 +65,8 @@ option(ENABLE_DEBUG_DOSUTILS "Should we build with Mars Nwe Dosutils Debugging?" option(ENABLE_INTERNAL_RIP_SAP "Should we build Mars Nwe with Internal Router?" ON) option(ENABLE_SHADOW_PWD "Should we build Mars Nwe with Shadow Password Support?" ON) option(ENABLE_QUOTA_SUPPORT "Should we build Mars Nwe with Quota Support?" OFF) -option(MARS_NWE_INSTALL_DOSUTILS "Install prebuilt DOS client utilities" ON) +option(MARS_NWE_INSTALL_DOSUTILS "Install DOS client utilities" ON) +option(MARS_NWE_INSTALL_NEW_DOSUTILS "Install the new/experimental DOS client utilities instead of legacy netold.exe" OFF) option(MARS_NWE_BUILD_DOSUTILS "Build DOS client utilities with Open Watcom" OFF) set(MARS_NWE_SMART_ADMIN_GROUP "root" CACHE STRING "Unix group allowed to log in to the SMArT/nwwebui admin interface") @@ -139,6 +140,9 @@ message(STATUS "Mars Nwe data: ${MARS_NWE_DATA_DIR}") message(STATUS "Mars Nwe log: ${MARS_NWE_LOG_DIR}") message(STATUS "Mars Nwe pid: ${MARS_NWE_PID_DIR}") message(STATUS "SMArT admin group: ${MARS_NWE_SMART_ADMIN_GROUP}") +message(STATUS "Install DOS utilities: ${MARS_NWE_INSTALL_DOSUTILS}") +message(STATUS "Install new DOS utilities: ${MARS_NWE_INSTALL_NEW_DOSUTILS}") +message(STATUS "Build DOS utilities: ${MARS_NWE_BUILD_DOSUTILS}") # put the include dirs which are in the source or build tree # before all other include dirs, so the headers in the sources diff --git a/dosutils b/dosutils index 87c1e50..f62ca19 160000 --- a/dosutils +++ b/dosutils @@ -1 +1 @@ -Subproject commit 87c1e50cf9a5e56583701e0eb0922524809b6984 +Subproject commit f62ca19c500f943da1010ed5d2a09ec185c314ce diff --git a/smart b/smart index 9b49ae2..eff7ae6 160000 --- a/smart +++ b/smart @@ -1 +1 @@ -Subproject commit 9b49ae29031de4b47d6786b318fd20278648847c +Subproject commit eff7ae6a3c4d08ea8c538040cd9be0371473fb12