Browse Source

server: wscript: update.

poke646_vendetta
Andrey Akhmichin 4 years ago
parent
commit
68907362dd
  1. 3
      dlls/wscript

3
dlls/wscript

@ -25,6 +25,9 @@ def build(bld):
source = bld.path.parent.ant_glob([ source = bld.path.parent.ant_glob([
'pm_shared/*.c', 'pm_shared/*.c',
]) ])
source += bld.path.ant_glob([
'vendetta/par21.cpp',
])
source += bld.path.ant_glob([ source += bld.path.ant_glob([
'poke646/*.cpp', 'poke646/*.cpp',
]) ])

Loading…
Cancel
Save