1
0
forked from GitHub/gf-core

directories of precompiled libraries under lib

This commit is contained in:
aarne
2006-02-25 21:12:59 +00:00
parent 9b0036457c
commit 5bd28ff6af
82 changed files with 55 additions and 1305 deletions

View File

@@ -1,4 +1,4 @@
--# -path=.:resource-1.0/present:prelude:compiled
--# -path=.:present:prelude
concrete BronzeageEng of Bronzeage = CatEng, SwadeshEng ** BronzeageI with
(Lang = LangEng),

View File

@@ -1,4 +1,4 @@
--# -path=.:resource-1.0/present:prelude
--# -path=.:present:prelude
concrete BronzeageFin of Bronzeage = CatFin, SwadeshFin ** BronzeageI with
(Lang = LangFin),

View File

@@ -1,4 +1,4 @@
--# -path=.:resource-1.0/present:prelude:compiled
--# -path=.:present:prelude
concrete BronzeageFre of Bronzeage = CatFre, SwadeshFre ** BronzeageI with
(Lang = LangFre),

View File

@@ -1,4 +1,4 @@
--# -path=.:resource-1.0/present:prelude:compiled
--# -path=.:present:prelude
concrete BronzeageGer of Bronzeage = CatGer, SwadeshGer ** BronzeageI with
(Lang = LangGer),

View File

@@ -1,4 +1,4 @@
--# -path=.:resource-1.0/present:prelude:compiled
--# -path=.:present:prelude
concrete BronzeageIta of Bronzeage = CatIta, SwadeshIta ** BronzeageI with
(Lang = LangIta),

View File

@@ -1,4 +1,4 @@
--# -path=.:resource-1.0/present:prelude:compiled
--# -path=.:present:prelude
concrete BronzeageNor of Bronzeage = CatNor, SwadeshNor ** BronzeageI with
(Lang = LangNor),

View File

@@ -1,4 +1,4 @@
--# -path=.:resource-1.0/present:prelude:compiled
--# -path=.:present:prelude
concrete BronzeageSpa of Bronzeage = CatSpa, SwadeshSpa ** BronzeageI with
(Lang = LangSpa),

View File

@@ -1,4 +1,4 @@
--# -path=.:resource-1.0/present:prelude:compiled
--# -path=.:present:prelude
concrete BronzeageSwe of Bronzeage = CatSwe, SwadeshSwe ** BronzeageI with
(Lang = LangSwe),

View File

@@ -14,7 +14,7 @@ To build the run-time grammar:
Before this, you have to have compiled the libraries:
cd <whatever you need>GF/lib/resource-1.0
make langs
make present
make install
To work with the grammar
@@ -25,6 +25,10 @@ Once in GF, you can do translation,
p -mcfg -lang=BronzeageEng "Don't eat that thick snake!" | tb
spoken-language translation (requires ATK),
si -lang=BronzeageEng -tr | p -mcfg -lang=BronzeageEng | tb
random generation,
gr | tb

View File

@@ -240,4 +240,4 @@ abstract Swadesh = Cat ** {
wash_V : V2 ;
wipe_V : V2 ;
}
}

View File

@@ -242,4 +242,4 @@ concrete SwadeshEng of Swadesh = CatEng
wash_V = dirV2 (regV "wash") ;
wipe_V = dirV2 (regV "wipe") ;
}
}