On 28/04/2013 13:02, Khaled Hosny wrote:
Those headers are generated by by ragel from the *.rl files and should be included in the release tarball. If you are building from git tree, the headers are generated during make.
Thanks Khaled. As it happens, I'm not building with make but it looks as if Ragel is available for Windows.
So if I knew the relevant command(s) to send to Ragel I could probably incorporate this into my MSVC project.
Do you know if Ragel can be driven from the command line and (if so) what would be the general format of the command(s) that I'd need to send for each ".rl" file? I'm not too familiar with Makefile.am but it looks like it'll be something along these lines:-
ragel -e -F1 -o "path_to_the_rl_file" > "path_to_the_required_hh_file"
or something similar to that, anyway. John _______________________________________________ HarfBuzz mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/harfbuzz
