server/src/common/attributes/Jamfile

38 lines
550 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 =
aggressive.c
at_movement.c
attributes.c
fleechance.c
follow.c
giveitem.c
gm.c
hate.c
iceberg.c
key.c
matmod.c
moved.c
option.c
orcification.c
otherfaction.c
overrideroads.c
racename.c
raceprefix.c
reduceproduction.c
synonym.c
targetregion.c
ugroup.c
viewrange.c
2004-08-08 11:42:48 +02:00
variable.c
2003-04-27 19:03:12 +02:00
;
Library attributes : $(SOURCES) ;