summaryrefslogtreecommitdiff
path: root/network/make.config
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.org>2024-09-15 14:49:26 -0500
committerDanny Holman <dholman@gymli.org>2024-09-15 14:49:26 -0500
commit5b2c84c0b6880c66657e6fdd0f802a2187c25d05 (patch)
treef2e46a1dbb8ca1496245449893c6a08e980867c5 /network/make.config
parent1064864b5112653e0038adeca05ae6db090bf587 (diff)
build: break the engine into its subsystemsv0.60
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 <dholman@gymli.org>
Diffstat (limited to 'network/make.config')
-rw-r--r--network/make.config7
1 files changed, 0 insertions, 7 deletions
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