]> git.saurik.com Git - wxWidgets.git/blame - misc/unictabl/regenerate.sh
wxMessageBox off the main thread lost result code.
[wxWidgets.git] / misc / unictabl / regenerate.sh
CommitLineData
045c4fab 1#!/bin/sh
045c4fab
VS
2
3echo ""
4echo "-----------------------------------"
5echo " Refreshing tables, please wait..."
6echo "-----------------------------------"
7echo ""
8
9sh ./mk_fallbacks.sh
10sh ./mk_encodings.sh
11
12echo " * removing temporary files..."
13
14rm -f Fallbacks UnicodeChars
15
16echo "
17 * copying tables to src/common/unictabl.inc..."
18
19mv -f unictabl.inc ../../src/common/unictabl.inc
20
21echo "
22 DONE
23"