`RandomChance` type, and two new item fields: `MagicEffectChance`, `MagicEffectDuration`
[k8-i-v-a-n.git] / Jamrules.install
blobda13a91f8392c3bf2d176bc887ea5cbb727e5d7f
1 if "install" in $(JAM_TARGETS) {
2   if ! $(IVAN_DATA_DIR) {
3     Exit "You have to use `jam config --prefix=/dest/dir' to install I.V.A.N." ;
4   }
8 InstallBin bin : ivan ;
10 ivan-data-dirs =
11   graphics
12   sound
13   script
14   script/chars
15   script/dungeons
16   script/glterras
17   script/items
18   script/materials
19   script/olterras
20   script/zext
21   script/zext/k8
22   script/zext/k8/chars
25 for idd in $(ivan-data-dirs) {
26   InstallFile $(IVAN_DATA_DIR)/$(idd) : [ Glob $(TOP)/$(idd) : "*" : files-only full-path ] ;