From 68907362dd636583e430f570314274c8040a392e Mon Sep 17 00:00:00 2001 From: Andrey Akhmichin Date: Sun, 9 Aug 2020 03:02:01 +0500 Subject: [PATCH] server: wscript: update. --- dlls/wscript | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dlls/wscript b/dlls/wscript index 0c47fedd..08c50253 100644 --- a/dlls/wscript +++ b/dlls/wscript @@ -25,6 +25,9 @@ def build(bld): source = bld.path.parent.ant_glob([ 'pm_shared/*.c', ]) + source += bld.path.ant_glob([ + 'vendetta/par21.cpp', + ]) source += bld.path.ant_glob([ 'poke646/*.cpp', ])