From 5b2c84c0b6880c66657e6fdd0f802a2187c25d05 Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Sun, 15 Sep 2024 14:49:26 -0500 Subject: build: break the engine into its subsystems Break the source code into various subsystem directories. This allows certain subsystems to be disabled at compile time, if needed. Move the build system from raw Makefiles to a CMake generator. This drastically simplifies the build and requires only editing a single file, rather than the several make.config files in subsystem directories. Signed-off-by: Danny Holman --- network/make.config | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 network/make.config (limited to 'network') diff --git a/network/make.config b/network/make.config deleted file mode 100644 index 9abce28..0000000 --- a/network/make.config +++ /dev/null @@ -1,7 +0,0 @@ -ifeq ("$(NETWORK)", 1) - -LIBS += - -OBJS += - -endif -- cgit v1.2.3