How am I supposed to process flex/bison files?

Sysprogs forums Forums VisualGDB How am I supposed to process flex/bison files?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #20064
    Michael
    Participant

    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.

    #20070
    support
    Keymaster

    Hi,

    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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.