summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMichael Smith <mikesmiffy128@gmail.com>2023-12-17 02:01:35 +0000
committerMichael Smith <mikesmiffy128@gmail.com>2023-12-17 02:01:35 +0000
commite3d7cc9c80159849289a8bab03eca088b758941b (patch)
tree716a1fe6ad086bdf47bb50f2aeccde3d0d500510
parent64f127a22f7661dc7a9953dc458585c3eb5adc0c (diff)
Don't compile kv.c as part of SST itself
Of course, this has only been used at build time for quite a while now. Silly oversight! The linker would have dropped it anyway so this will just avoid some wasted effort.
-rwxr-xr-xcompile1
-rw-r--r--compile.bat1
2 files changed, 0 insertions, 2 deletions
diff --git a/compile b/compile
index a08d075..c7014e8 100755
--- a/compile
+++ b/compile
@@ -71,7 +71,6 @@ src="\
gameinfo.c
gameserver.c
hook.c
- kv.c
kvsys.c
l4dmm.c
l4dreset.c
diff --git a/compile.bat b/compile.bat
index 220a4a3..8db2231 100644
--- a/compile.bat
+++ b/compile.bat
@@ -78,7 +78,6 @@ setlocal DisableDelayedExpansion
:+ gameinfo.c
:+ gameserver.c
:+ hook.c
-:+ kv.c
:+ kvsys.c
:+ l4dmm.c
:+ l4dreset.c