Added action_resoure.c, removed action_hauloil.c
This commit is contained in:
parent
db6cb2e7fd
commit
4ec2cdd3a4
1 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
|||
##
|
||||
## Makefile - The make file (3 level).
|
||||
##
|
||||
## (c) Copyright 1998,2000 by Lutz Sammer
|
||||
## (c) Copyright 1998,2000,2001 by Lutz Sammer
|
||||
##
|
||||
## $Id$
|
||||
##
|
||||
|
@ -23,9 +23,9 @@ MODULE = action
|
|||
|
||||
OBJS = command.$(OE) actions.$(OE) action_die.$(OE) action_patrol.$(OE) \
|
||||
action_still.$(OE) action_stand.$(OE) action_move.$(OE) \
|
||||
action_attack.$(OE) \
|
||||
action_attack.$(OE) action_resource.$(OE) \
|
||||
action_board.$(OE) action_unload.$(OE) action_repair.$(OE) \
|
||||
action_harvest.$(OE) action_minegold.$(OE) action_hauloil.$(OE) \
|
||||
action_harvest.$(OE) action_minegold.$(OE) \
|
||||
action_returngoods.$(OE) action_research.$(OE) action_demolish.$(OE) \
|
||||
action_build.$(OE) action_train.$(OE) action_upgradeto.$(OE) \
|
||||
action_spellcast.$(OE)
|
||||
|
|
Loading…
Add table
Reference in a new issue