Update the library to version 6.12.4
[spiritwrak.git] / build.sh
old mode 100644 (file)
new mode 100755 (executable)
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 <https://www.gnu.org/licenses/>.
 
-./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