make Romanian compilable for present, and Bronzeage for most languages

This commit is contained in:
aarne
2009-09-15 15:27:42 +00:00
parent fe8af90a48
commit 03a058297e
8 changed files with 37 additions and 12 deletions

View File

@@ -0,0 +1,8 @@
--# -path=.:minimal:present
concrete BronzeageBul of Bronzeage = SwadeshBul **
BronzeageI
with
(Syntax = SyntaxBul) ** open ResBul,ParamX in {
}

View File

@@ -0,0 +1,6 @@
--# -path=.:present
concrete BronzeageCat of Bronzeage = SwadeshCat ** BronzeageI with
(Syntax = SyntaxCat) ** open ResCat in {
}

View File

@@ -0,0 +1,6 @@
--# -path=.:present
concrete BronzeageRon of Bronzeage = SwadeshRon ** BronzeageI with
(Syntax = SyntaxRon) ** open ResRon in {
}

View File

@@ -1,4 +1,4 @@
--# -path=.:present
--# -path=.:minimal:present
concrete BronzeageRus of Bronzeage = SwadeshRus ** BronzeageI with
(Syntax = SyntaxRus) ** open ResRus in {

View File

@@ -1,14 +1,4 @@
# notice: GF_LIB_PATH has to point to GF/lib
all: magnet
magnet:
# gfc --make -src --parser=off --name=fre BronzeageFre.gf +RTS -K100M
# gfc --make -src --erasing=on --name=bul BronzeageBul.gf
gfc --make -src --erasing=on --name=fin BronzeageFin.gf +RTS -K100M
gfc --make -src --erasing=on --name=eng BronzeageEng.gf
gfc --make -src --erasing=on --name=ger BronzeageGer.gf
gfc --make -src --erasing=on --name=scand BronzeageNor.gf BronzeageSwe.gf
gfc --make -src --name=rom BronzeageIta.gf BronzeageSpa.gf BronzeageFre.gf
gfc --make --name=bronze eng.pgf fin.pgf ger.pgf rom.pgf scand.pgf
gf -make BronzeageBul.gf BronzeageDan.gf BronzeageEng.gf BronzeageCat.gf BronzeageFre.gf BronzeageGer.gf BronzeageIta.gf BronzeageNor.gf BronzeageRus.gf BronzeageSpa.gf BronzeageSwe.gf +RTS -K100M

View File

@@ -0,0 +1,5 @@
--# -path=.:minimal:present
concrete SwadeshBul of Swadesh = SwadeshI with
(Lexicon = LexiconBul),
(Syntax = SyntaxBul) ;

View File

@@ -0,0 +1,5 @@
--# -path=.:present
concrete SwadeshCat of Swadesh = SwadeshI with
(Lexicon = LexiconCat),
(Syntax = SyntaxCat) ;

View File

@@ -0,0 +1,5 @@
--# -path=.:present
concrete SwadeshRon of Swadesh = SwadeshI with
(Lexicon = LexiconRon),
(Syntax = SyntaxRon) ;