]> git.saurik.com Git - wxWidgets.git/blame - utils/tex2rtf/tools/lacheck.rea
fixes bug when closing mdi frame with >5 children
[wxWidgets.git] / utils / tex2rtf / tools / lacheck.rea
CommitLineData
56d34922
JS
1To compile, do as folows:
2
3 flex -8 lacheck.lex
4 cc lex.yy.c -ll -O -o lacheck
5
6This should make a executable file called lacheck.
7Further documentation is in the manualpage.
8
9/Kresten