branch: externals/wisitoken-grammar-mode commit 950a5138254dae5787b16da007c70fd67446f376 Author: Stephen Leake <stephen_le...@stephe-leake.org> Commit: Stephen Leake <stephen_le...@stephe-leake.org>
initial --- build.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..cc44216 --- /dev/null +++ b/build.sh @@ -0,0 +1,9 @@ +#!/bin/sh +# Build and install executables for WisiToken grammar mode. + +export GPR_PROJECT_PATH="../wisi-2.0.1" + +gprbuild -p -P wisitoken_grammar.gpr +gprinstall -f -p -P wisitoken_grammar.gpr --install-name=wisitoken_grammar + +# end of file