56d349220f
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16386 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
10 lines
185 B
Plaintext
10 lines
185 B
Plaintext
To compile, do as folows:
|
|
|
|
flex -8 lacheck.lex
|
|
cc lex.yy.c -ll -O -o lacheck
|
|
|
|
This should make a executable file called lacheck.
|
|
Further documentation is in the manualpage.
|
|
|
|
/Kresten
|