|
|
|
@ -27,28 +27,106 @@ def build(bld):
@@ -27,28 +27,106 @@ def build(bld):
|
|
|
|
|
]) |
|
|
|
|
|
|
|
|
|
source += [ |
|
|
|
|
'agrunt.cpp', 'airtank.cpp', 'aflock.cpp', 'animating.cpp', 'animation.cpp', 'apache.cpp', |
|
|
|
|
'barnacle.cpp', 'barney.cpp', 'bigmomma.cpp', 'bloater.cpp', 'bmodels.cpp', 'bullsquid.cpp', 'buttons.cpp', |
|
|
|
|
'cbase.cpp', 'client.cpp', 'combat.cpp', 'controller.cpp', 'crossbow.cpp', 'crowbar.cpp', |
|
|
|
|
'defaultai.cpp', 'doors.cpp', |
|
|
|
|
'effects.cpp', 'egon.cpp', 'explode.cpp', |
|
|
|
|
'flyingmonster.cpp', 'func_break.cpp', 'func_tank.cpp', |
|
|
|
|
'game.cpp', 'gamerules.cpp', 'gargantua.cpp', 'gauss.cpp', 'genericmonster.cpp', 'ggrenade.cpp', 'globals.cpp', 'glock.cpp', 'gman.cpp', |
|
|
|
|
'h_ai.cpp', 'h_battery.cpp', 'h_cine.cpp', 'h_cycler.cpp', 'h_export.cpp', 'handgrenade.cpp', 'hassassin.cpp', 'headcrab.cpp', |
|
|
|
|
'healthkit.cpp', 'hgrunt.cpp', 'hornet.cpp', 'hornetgun.cpp', 'houndeye.cpp', |
|
|
|
|
'ichthyosaur.cpp', 'islave.cpp', 'items.cpp', |
|
|
|
|
'leech.cpp', 'lights.cpp', |
|
|
|
|
'maprules.cpp', 'monstermaker.cpp', 'monsters.cpp', 'monsterstate.cpp', 'mortar.cpp', 'mp5.cpp', 'multiplay_gamerules.cpp', |
|
|
|
|
'nihilanth.cpp', 'nodes.cpp', |
|
|
|
|
'observer.cpp', 'osprey.cpp', |
|
|
|
|
'pathcorner.cpp', 'plane.cpp', 'plats.cpp', 'player.cpp', 'playermonster.cpp', 'python.cpp', |
|
|
|
|
'rat.cpp', 'roach.cpp', 'rpg.cpp', |
|
|
|
|
'satchel.cpp', 'schedule.cpp', 'scientist.cpp', 'scripted.cpp', 'shotgun.cpp', 'singleplay_gamerules.cpp', 'skill.cpp', |
|
|
|
|
'sound.cpp', 'soundent.cpp', 'spectator.cpp', 'squadmonster.cpp', 'squeakgrenade.cpp', 'subs.cpp', |
|
|
|
|
'talkmonster.cpp', 'teamplay_gamerules.cpp', 'tempmonster.cpp', 'tentacle.cpp', |
|
|
|
|
'triggers.cpp', 'tripmine.cpp', 'turret.cpp', |
|
|
|
|
'agrunt.cpp', |
|
|
|
|
'airtank.cpp', |
|
|
|
|
'aflock.cpp', |
|
|
|
|
'animating.cpp', |
|
|
|
|
'animation.cpp', |
|
|
|
|
'apache.cpp', |
|
|
|
|
'barnacle.cpp', |
|
|
|
|
'barney.cpp', |
|
|
|
|
'bigmomma.cpp', |
|
|
|
|
'bloater.cpp', |
|
|
|
|
'bmodels.cpp', |
|
|
|
|
'bullsquid.cpp', |
|
|
|
|
'buttons.cpp', |
|
|
|
|
'cbase.cpp', |
|
|
|
|
'client.cpp', |
|
|
|
|
'combat.cpp', |
|
|
|
|
'controller.cpp', |
|
|
|
|
'crossbow.cpp', |
|
|
|
|
'crowbar.cpp', |
|
|
|
|
'defaultai.cpp', |
|
|
|
|
'doors.cpp', |
|
|
|
|
'effects.cpp', |
|
|
|
|
'egon.cpp', |
|
|
|
|
'explode.cpp', |
|
|
|
|
'flyingmonster.cpp', |
|
|
|
|
'func_break.cpp', |
|
|
|
|
'func_tank.cpp', |
|
|
|
|
'game.cpp', |
|
|
|
|
'gamerules.cpp', |
|
|
|
|
'gargantua.cpp', |
|
|
|
|
'gauss.cpp', |
|
|
|
|
'genericmonster.cpp', |
|
|
|
|
'ggrenade.cpp', |
|
|
|
|
'globals.cpp', |
|
|
|
|
'glock.cpp', |
|
|
|
|
'gman.cpp', |
|
|
|
|
'h_ai.cpp', |
|
|
|
|
'h_battery.cpp', |
|
|
|
|
'h_cine.cpp', |
|
|
|
|
'h_cycler.cpp', |
|
|
|
|
'h_export.cpp', |
|
|
|
|
'handgrenade.cpp', |
|
|
|
|
'hassassin.cpp', |
|
|
|
|
'headcrab.cpp', |
|
|
|
|
'healthkit.cpp', |
|
|
|
|
'hgrunt.cpp', |
|
|
|
|
'hornet.cpp', |
|
|
|
|
'hornetgun.cpp', |
|
|
|
|
'houndeye.cpp', |
|
|
|
|
'ichthyosaur.cpp', |
|
|
|
|
'islave.cpp', |
|
|
|
|
'items.cpp', |
|
|
|
|
'leech.cpp', |
|
|
|
|
'lights.cpp', |
|
|
|
|
'maprules.cpp', |
|
|
|
|
'monstermaker.cpp', |
|
|
|
|
'monsters.cpp', |
|
|
|
|
'monsterstate.cpp', |
|
|
|
|
'mortar.cpp', |
|
|
|
|
'mp5.cpp', |
|
|
|
|
'multiplay_gamerules.cpp', |
|
|
|
|
'nihilanth.cpp', |
|
|
|
|
'nodes.cpp', |
|
|
|
|
'observer.cpp', |
|
|
|
|
'osprey.cpp', |
|
|
|
|
'pathcorner.cpp', |
|
|
|
|
'plane.cpp', |
|
|
|
|
'plats.cpp', |
|
|
|
|
'player.cpp', |
|
|
|
|
'playermonster.cpp', |
|
|
|
|
'python.cpp', |
|
|
|
|
'rat.cpp', |
|
|
|
|
'roach.cpp', |
|
|
|
|
'rpg.cpp', |
|
|
|
|
'satchel.cpp', |
|
|
|
|
'schedule.cpp', |
|
|
|
|
'scientist.cpp', |
|
|
|
|
'scripted.cpp', |
|
|
|
|
'shotgun.cpp', |
|
|
|
|
'singleplay_gamerules.cpp', |
|
|
|
|
'skill.cpp', |
|
|
|
|
'sound.cpp', |
|
|
|
|
'soundent.cpp', |
|
|
|
|
'spectator.cpp', |
|
|
|
|
'squadmonster.cpp', |
|
|
|
|
'squeakgrenade.cpp', |
|
|
|
|
'subs.cpp', |
|
|
|
|
'talkmonster.cpp', |
|
|
|
|
'teamplay_gamerules.cpp', |
|
|
|
|
'tempmonster.cpp', |
|
|
|
|
'tentacle.cpp', |
|
|
|
|
'triggers.cpp', |
|
|
|
|
'tripmine.cpp', |
|
|
|
|
'turret.cpp', |
|
|
|
|
'util.cpp', |
|
|
|
|
'weapons.cpp', 'world.cpp', 'xen.cpp', 'zombie.cpp'] |
|
|
|
|
'weapons.cpp', |
|
|
|
|
'world.cpp', |
|
|
|
|
'xen.cpp', |
|
|
|
|
'zombie.cpp' |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
if bld.env.VOICEMGR: |
|
|
|
|
source += bld.path.parent.ant_glob([ |
|
|
|
@ -57,7 +135,15 @@ def build(bld):
@@ -57,7 +135,15 @@ def build(bld):
|
|
|
|
|
else: |
|
|
|
|
defines += ['NO_VOICEGAMEMGR'] |
|
|
|
|
|
|
|
|
|
includes = Utils.to_list('. wpn_shared ../common ../engine ../pm_shared ../game_shared ../public') |
|
|
|
|
includes = [ |
|
|
|
|
'.', |
|
|
|
|
'wpn_shared', |
|
|
|
|
'../common', |
|
|
|
|
'../engine', |
|
|
|
|
'../pm_shared', |
|
|
|
|
'../game_shared', |
|
|
|
|
'../public' |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
libs = [] |
|
|
|
|
|
|
|
|
|