next-lib renamed to lib, lib to old-lib

This commit is contained in:
aarne
2009-06-22 15:39:08 +00:00
parent 90bd07b1cf
commit 2116f41bc2
1433 changed files with 8 additions and 8 deletions

View File

@@ -3,8 +3,8 @@
all: build
dist/setup-config: GF.cabal
chmod u+x next-lib/src/mkPresent
chmod u+x next-lib/src/mkMinimal
chmod u+x lib/src/mkPresent
chmod u+x lib/src/mkMinimal
runghc Setup.hs configure
build: dist/setup-config

View File

@@ -149,7 +149,7 @@ testRGL args _ pkg lbi = do
else return False
rgl_dir = "next-lib" </> "src"
rgl_dir = "lib" </> "src"
-- the languages have long directory names and short ISO codes (3 letters)
-- we also give the decodings for postprocessing linearizations, as long as grammars

View File

@@ -1,4 +1,4 @@
--# -path=.:/Users/aarne/GF/next-lib/present
--# -path=.:present
concrete AttemptoFre of Attempto = SymbolsC ** AttemptoI with
(Syntax = SyntaxFre),

View File

@@ -1,4 +1,4 @@
--# -path=.:/Users/aarne/GF/next-lib/present
--# -path=.:present
concrete TestAttemptoEng of TestAttempto = AttemptoEng **
open SyntaxEng, ParadigmsEng, IrregEng, (C = ConstructX) in {

View File

@@ -1,4 +1,4 @@
--# -path=.:/Users/aarne/GF/next-lib/present
--# -path=.:present
concrete TestAttemptoFre of TestAttempto = AttemptoFre **
open SyntaxFre, ParadigmsFre, IrregFre, (C = ConstructX) in {

View File

@@ -1,4 +1,4 @@
--# -path=.:/Users/aarne/GF/next-lib/present
--# -path=.:present
concrete TestAttemptoSwe of TestAttempto = AttemptoSwe **
open SyntaxSwe, ParadigmsSwe, IrregSwe, (C = ConstructX) in {

View File

@@ -1,4 +1,4 @@
# notice: GF_LIB_PATH has to point to GF/next-lib
# notice: GF_LIB_PATH has to point to GF/lib
all: magnet

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

View File

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 120 KiB

After

Width:  |  Height:  |  Size: 120 KiB

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Some files were not shown because too many files have changed in this diff Show More