forked from github/server
added atoi36 to jamfile
This commit is contained in:
parent
24182c4d06
commit
b122c96a68
2 changed files with 6 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
SubDir TOP ;
|
||||
|
||||
SubInclude TOP combined ;
|
||||
|
||||
#SubInclude TOP common ;
|
||||
#SubInclude TOP eressea ;
|
||||
#SubInclude TOP tools ;
|
||||
|
||||
SubInclude TOP combined ;
|
||||
# SubInclude TOP tools ;
|
||||
|
|
|
@ -6,6 +6,7 @@ SubDirHdrs $(SUBDIR)/../common/gamecode ;
|
|||
SubDirHdrs $(SUBDIR)/../common/kernel ;
|
||||
SubDirHdrs $(SUBDIR)/../common/util ;
|
||||
SubDirHdrs $(SUBDIR)/../common ;
|
||||
SubDirHdrs $(SUBDIR)/../tools ;
|
||||
SubDirHdrs $(SUBDIR)/.. ;
|
||||
|
||||
UsingLua ;
|
||||
|
@ -54,3 +55,5 @@ libmcheck $(SERVER) ;
|
|||
|
||||
LINKLIBS on $(SERVER) += -lm -ldl -lstdc++ ;
|
||||
Main $(SERVER) : $(SERVER_SOURCES) ;
|
||||
|
||||
Main atoi36 : atoi36.c ;
|
||||
|
|
Loading…
Reference in a new issue