server/src/common/attributes/Jamfile

38 lines
545 B
Text
Raw Normal View History

2003-04-27 19:03:12 +02:00
SubDir TOP common attributes ;
TargetDirectory ;
SubDirHdrs $(SUBDIR)/../gamecode ;
SubDirHdrs $(SUBDIR)/../kernel ;
SubDirHdrs $(SUBDIR)/../util ;
SubDirHdrs $(SUBDIR)/.. ;
SubDirHdrs $(SUBDIR)/../.. ;
SOURCES =
2005-10-23 13:27:55 +02:00
alliance.c
2003-04-27 19:03:12 +02:00
attributes.c
fleechance.c
follow.c
giveitem.c
gm.c
hate.c
iceberg.c
key.c
matmod.c
movement.c
2003-04-27 19:03:12 +02:00
moved.c
object.c
2003-04-27 19:03:12 +02:00
option.c
orcification.c
otherfaction.c
overrideroads.c
racename.c
raceprefix.c
reduceproduction.c
synonym.c
targetregion.c
viewrange.c
2004-08-08 11:42:48 +02:00
variable.c
2003-04-27 19:03:12 +02:00
;
Library attributes : $(SOURCES) ;