server/src/mapper/Jamfile
Christian Schlittchen 3772cdda43 -
2004-06-13 10:22:23 +00:00

37 lines
583 B
Text

SubDir TOP mapper ;
TargetDirectory ;
SubDirHdrs $(SUBDIR)/../common/gamecode ;
SubDirHdrs $(SUBDIR)/../common/kernel ;
SubDirHdrs $(SUBDIR)/../common/util ;
SubDirHdrs $(SUBDIR)/../common ;
SubDirHdrs $(SUBDIR)/.. ;
SubDirHdrs $(XMLHDRS) ;
SOURCES =
autoseed.c
logging.c
map_modify.c
map_partei.c
mapper.c
map_region.c
map_tools.c
map_units.c
;
Main mapper : $(SOURCES) ;
LinkLibraries mapper :
items
gamecode
kernel
modules
attributes
spells
races
triggers
util ;
iconv mapper ;
libxml2 mapper ;
LINKLIBS on mapper += -L$(LUABIND_ROOT)/lib -lm -lncurses ;