server/src/mapper/Jamfile

36 lines
556 B
Text
Raw Normal View History

2003-04-27 19:03:12 +02:00
SubDir TOP mapper ;
TargetDirectory ;
SubDirHdrs $(SUBDIR)/../common/gamecode ;
SubDirHdrs $(SUBDIR)/../common/kernel ;
SubDirHdrs $(SUBDIR)/../common/util ;
SubDirHdrs $(SUBDIR)/../common ;
SubDirHdrs $(SUBDIR)/.. ;
2004-04-18 14:30:31 +02:00
SubDirHdrs $(XMLHDRS) ;
2003-04-27 19:03:12 +02:00
SOURCES =
logging.c
map_modify.c
map_partei.c
mapper.c
map_region.c
map_tools.c
map_units.c
;
Main mapper : $(SOURCES) ;
LinkLibraries mapper :
gamecode
kernel
2004-06-13 12:22:23 +02:00
modules
2005-10-29 13:10:58 +02:00
items
attributes
spells
races
triggers
util ;
libxml2 mapper ;
LINKLIBS on mapper += -L$(LUABIND_ROOT)/lib -lm -lncurses ;