Browse Source

server: wscript: update.

mobile_hacks
Andrey Akhmichin 4 years ago
parent
commit
2f81811ca1
  1. 2
      dlls/wscript

2
dlls/wscript

@ -25,7 +25,7 @@ def build(bld): @@ -25,7 +25,7 @@ def build(bld):
source = bld.path.parent.ant_glob([
'pm_shared/*.c',
])
source += bld.path.parent.ant_glob([
source += bld.path.ant_glob([
'redempt/roy.cpp',
'tot/civ.cpp'
])

Loading…
Cancel
Save