<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: 12pt">
<DIV>Denis,</DIV>
<DIV> </DIV>
<DIV>inside the share directory of the Windows distribution there are 2 files 
(Ragel.rules and usertype.dat) to support custom builds so you don’t have to do 
everything by hand with new projects. When you install them you can set Ragel 
options inside your solution, pretty much like with the C/C++ compiler and they 
are saved with the other settings. The build chain is just a little bit longer 
and due to the mapping betwen the suffix .rl to the rules , Ragel</DIV>
<DIV> </DIV>
<DIV>You could decide to debug the .rl file or the generated file. On the 
Windows platform, there might currently be a problem handling all paths 
correctly. At least I have not checked the #line directives lately, but I guess 
the MS compiler understands the Unix path conventions.</DIV>
<DIV> </DIV>
<DIV>jg</DIV>
<DIV> </DIV></DIV></DIV></BODY></HTML>