You can request on the mailing list or take part in the Flex project yourself. I think the codebase for Flex has remained static for a while, but I don't know who supports the Windows port. Meanwhile...
I would recommend including the generated source in your project.
- Create lexer on a Linux system to create lex.c / lex.h files (or something else)
- Include these files in Win32 C source code before creating
If you don't have direct access to a Linux system, a virtual machine might be a good idea. The Flex source must complain about some C standard that is built on Windows, but most of the differences in POSIX can be changed to use the Win32 API quite easily.
May be distributed as:
/src/source_files.c
/src/lex.l
/src/win32_lex/lex.c
, flex lex, Windows, , C.
- POSIX (Cygwin - ).
, !