From 6b75e2156845cb6cf0ad840a5def034f65c24246 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Fri, 22 May 2026 11:45:18 +0200 Subject: [PATCH] start with openwatcom --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index f9ff1f4..055c432 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -65,6 +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_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")