server/src/common/attributes/Jamfile
Christian Schlittchen 2b1e4f0dca at_variable
2004-08-08 09:42:48 +00:00

37 lines
550 B
Text

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
variable.c
;
Library attributes : $(SOURCES) ;