diff options
Diffstat (limited to 'src/xmlpatterns/parser/createTokenLookup.sh')
-rwxr-xr-x | src/xmlpatterns/parser/createTokenLookup.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/xmlpatterns/parser/createTokenLookup.sh b/src/xmlpatterns/parser/createTokenLookup.sh new file mode 100755 index 0000000..a4e1eff --- /dev/null +++ b/src/xmlpatterns/parser/createTokenLookup.sh @@ -0,0 +1,5 @@ +outFile="qtokenlookup.cpp" + +# Watch out, the --output option is not supported in the +# gperf version that apt-get pulls in on Mac OS X. +gperf TokenLookup.gperf > $outFile |