mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 17:12:50 -06:00
resource.txt updates ; lock field and lookup book fixes
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
GF=gf
|
||||
RTS=+RTS -M800M -K100M
|
||||
RTSS=+RTS -M1800M -K100M
|
||||
GFCA=$(GF) -nocf
|
||||
GFCC=$(GF) -nocf -make
|
||||
GFC=$(GFCC) -src
|
||||
GFCP=$(GFC) -preproc=./mkPresent
|
||||
@@ -33,7 +35,7 @@ alltenses:
|
||||
cp -p */*.gfc */*.gfr ../alltenses
|
||||
|
||||
langs:
|
||||
echo "s ;; pm | wf langs.gfcm" | $(GFCC) -path=alltenses:prelude ../alltenses/Lang???.gfc $(RTS)
|
||||
echo "s ;; pm | wf langs.gfcm" | $(GFCA) -path=alltenses:prelude ../alltenses/Lang???.gfc $(RTSS)
|
||||
|
||||
|
||||
present:
|
||||
|
||||
Reference in New Issue
Block a user