Hello, again. How am I supposed to process flex/bison files? For the internal VS2017 Linux facility I run winflex on the Windows machine (I have custom build rules) and then copy output to the Linux during the Copy Sources stage. But VisualGDB does not have such stage. So what would you recommend for handling lexical/parser analyzer’s files? Thank you.
The easiest way to handle this would be by adding custom build rules. We have a tutorial describing a similar process for integrating the Qt GUI compiler; the steps for flex/bison should be very similar.