forked from github/server
812c41c220
- gamecode/items.c enthält Funktionalität von items - items/items.c umbenannt in items/itemtypes.c, enthält item_type Definitionen (to be replaced by xml definitions) So geht es, glaube ich.
23 lines
321 B
Text
23 lines
321 B
Text
SubDir TOP common gamecode ;
|
|
|
|
TargetDirectory ;
|
|
SubDirHdrs $(SUBDIR)/../kernel ;
|
|
SubDirHdrs $(SUBDIR)/../util ;
|
|
SubDirHdrs $(SUBDIR)/.. ;
|
|
SubDirHdrs $(SUBDIR)/../.. ;
|
|
|
|
SOURCES =
|
|
creation.c
|
|
creport.c
|
|
economy.c
|
|
items.c
|
|
laws.c
|
|
luck.c
|
|
monster.c
|
|
randenc.c
|
|
report.c
|
|
spy.c
|
|
study.c
|
|
;
|
|
|
|
Library gamecode : $(SOURCES) ;
|