jamfile for tools

This commit is contained in:
Enno Rehling 2005-06-24 20:08:59 +00:00
parent 105521cc0e
commit 783d0bdf42
1 changed files with 18 additions and 0 deletions

18
src/tools/Jamfile Normal file
View File

@ -0,0 +1,18 @@
SubDir TOP tools ;
TargetDirectory ;
SubDirHdrs $(SUBDIR)/../common/gamecode ;
SubDirHdrs $(SUBDIR)/../common/kernel ;
SubDirHdrs $(SUBDIR)/../common/util ;
SubDirHdrs $(SUBDIR)/../common ;
SubDirHdrs $(SUBDIR)/.. ;
SubDirHdrs $(XMLHDRS) ;
Main atoi36 : atoi36.c ;
LinkLibraries atoi36 :
util ;
#iconv mapper ;
#libxml2 mapper ;
#LINKLIBS on mapper += -L$(LUABIND_ROOT)/lib -lm -lncurses ;