From: Jason Self Date: Tue, 20 Aug 2019 01:18:06 +0000 (-0700) Subject: Move src/makespir to top-level build.sh X-Git-Url: https://jxself.org/git/?p=spiritwrak.git;a=commitdiff_plain;h=14960f768ea6684a5d8c9bd7f423bb5eb825e236 Move src/makespir to top-level build.sh --- diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..2764e5b --- /dev/null +++ b/build.sh @@ -0,0 +1,21 @@ +# This file is part of SPIRITWRAK. +# +# SPIRITWRAK is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# SPIRITWRAK is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# 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 + +# 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 diff --git a/src/makespir b/src/makespir deleted file mode 100644 index 2764e5b..0000000 --- a/src/makespir +++ /dev/null @@ -1,21 +0,0 @@ -# This file is part of SPIRITWRAK. -# -# SPIRITWRAK is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 3 of the License, or -# (at your option) any later version. -# -# SPIRITWRAK is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. -# -# 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 - -# 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