diff --git a/resource-1.0/Makefile b/resource-1.0/Makefile index 792d7e48e..a6368b590 100644 --- a/resource-1.0/Makefile +++ b/resource-1.0/Makefile @@ -7,10 +7,10 @@ langs: echo "s ;; pm | wf langs.gfcm" | gf -nocf */Lang??*.gf english/LangEng.gf +RTS -M500M -K100M mathematical: - gf -nocf mathematical/Mathematical???.gf +RTS -M800M -K100M + gf -nocf -gfc mathematical/Mathematical???.gf +RTS -M800M -K100M multimodal: - gf -nocf multimodal/Multimodal???.gf +RTS -M500M -K100M + gf -nocf -gfc multimodal/Multimodal???.gf +RTS -M500M -K100M install: cp -p */*.gfc */*.gfr ../compiled