directories of precompiled libraries under lib

This commit is contained in:
aarne
2006-02-25 21:12:59 +00:00
parent 3cbd135010
commit 281f57112a
21 changed files with 34 additions and 27 deletions

View File

@@ -16,10 +16,12 @@ This works in eight languages.
Notice that the compilation of the grammars uses precompiled
resources, located in
GF/lib/compiled
GF/lib/
To produce them, use 'make' and 'make install' in GF/lib/resource-1.0.
AR 7/11/2005 -- 23/2/2006
You moreover have to set your GF_LIB_PATH to point to your GF/lib/.
AR 7/11/2005 -- 25/2/2006

View File

@@ -1,4 +1,4 @@
--# -path=.:compiled:prelude
--# -path=.:present:multimodal:mathematical:prelude
concrete TramEng of Tram = TramI with
(Multimodal = MultimodalEng),

View File

@@ -1,4 +1,4 @@
--# -path=.:compiled:prelude
--# -path=.:present:multimodal:mathematical:prelude
concrete TramFin of Tram = TramI with
(Multimodal = MultimodalFin),

View File

@@ -1,6 +1,4 @@
--# -path=.:compiled:prelude
-- --# -path=.:resource-1.0/abstract:resource-1.0/french:resource-1.0/common:resource-1.0/multimodal:resource-1.0/romance:prelude:resource-1.0/mathematical
--# -path=.:present:multimodal:mathematical:prelude
concrete TramFre of Tram = TramI with
(Multimodal = MultimodalFre),

View File

@@ -1,5 +1,4 @@
--# -path=.:compiled:prelude
-- --# -path=.:resource-1.0/abstract:resource-1.0/common:resource-1.0/mathematical:resource-1.0/multimodal:resource-1.0/german:prelude
--# -path=.:present:multimodal:mathematical:prelude
concrete TramGer of Tram = TramI with
(Multimodal = MultimodalGer),

View File

@@ -1,4 +1,4 @@
--# -path=.:compiled:prelude
--# -path=.:present:multimodal:mathematical:prelude
concrete TramIta of Tram = TramI with
(Multimodal = MultimodalIta),

View File

@@ -1,4 +1,4 @@
--# -path=.:compiled:prelude
--# -path=.:present:multimodal:mathematical:prelude
concrete TramNor of Tram = TramI with
(Multimodal = MultimodalNor),

View File

@@ -1,4 +1,4 @@
--# -path=.:compiled:prelude
--# -path=.:present:multimodal:mathematical:prelude
concrete TramSpa of Tram = TramI with
(Multimodal = MultimodalSpa),

View File

@@ -1,6 +1,4 @@
--# -path=.:compiled:prelude
-- --# -path=.:resource-1.0/abstract:resource-1.0/swedish:resource-1.0/common:resource-1.0/multimodal:resource-1.0/scandinavian:prelude:resource-1.0/mathematical
--# -path=.:present:multimodal:mathematical:prelude
concrete TramSwe of Tram = TramI with
(Multimodal = MultimodalSwe),