X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=build.sh;h=eefdd73277d8fac29375eb768a63e0c72ea3203a;hb=7de70515ce16af3b46c73d64d39335ac4c4f9e77;hp=2764e5b64b570dde92ab912060a6ca59ff3389a7;hpb=14960f768ea6684a5d8c9bd7f423bb5eb825e236;p=spiritwrak.git diff --git a/build.sh b/build.sh old mode 100644 new mode 100755 index 2764e5b..eefdd73 --- a/build.sh +++ b/build.sh @@ -1,3 +1,5 @@ +#!/usr/bin/env sh +# # This file is part of SPIRITWRAK. # # SPIRITWRAK is free software; you can redistribute it and/or modify @@ -13,9 +15,8 @@ # You should have received a copy of the GNU General Public License # along with SPIRITWRAK. If not, see . -./inform '$huge' '$MAX_OBJECTS=850' '$MAX_SYMBOLS=8150' '$MAX_CLASSES=25' '$MAX_DICT_ENTRIES=1500' '$MAX_ZCODE_SIZE=200000' spirit -#./inform '$huge' '$MAX_OBJECTS=800' spirit +inform '$huge' '$MAX_OBJECTS=1000' '$MAX_SYMBOLS=8150' '$MAX_CLASSES=50' '$MAX_DICT_ENTRIES=1500' '$MAX_ZCODE_SIZE=200000' ++include_path=src ++include_path=lib -v8 src/spirit -# The below cmd version should only be used for creating +# The below cmd version should only be used for creating # abbreviations (this will take a while too) -#./inform -u '$huge' '$MAX_OBJECTS=800' '$MAX_TRANSCRIPT_SIZE=300000' '$MAX_SYMBOLS=8000' '$MAX_CLASSES=20' '$MAX_DICT_ENTRIES=1500' '$MAX_ZCODE_SIZE=200000' spirit +#inform -u '$huge' '$MAX_OBJECTS=1000' '$MAX_SYMBOLS=8150' '$MAX_CLASSES=50' '$MAX_DICT_ENTRIES=1500' '$MAX_ZCODE_SIZE=200000' ++include_path=src ++include_path=lib -v8 src/spirit \ No newline at end of file