The problem with a prebuild is that it will get done on every build. This is done because of a bug in VS2008 that has since been fixed. These builds can now be driven using the normal dependency mechanism. I just don't know enough about msbuild to know how.
On Fri, Oct 4, 2013 at 8:47 PM, Bennie Kloosteman <[email protected]>wrote: > If you want a pipeline / make style you have to go to CMake /Nant .. > pushing msbuild in this direction is asking for pain and I would avoid it > unless you intend to go no further in this direction. > > I think a project with a pre build that calls flex and a C# interface > around the parser which can then be referenced is worth a shot. It doesnt > cost much in time and if the style works you have a simple build system. > > Ben > > _______________________________________________ > bitc-dev mailing list > [email protected] > http://www.coyotos.org/mailman/listinfo/bitc-dev > >
_______________________________________________ bitc-dev mailing list [email protected] http://www.coyotos.org/mailman/listinfo/bitc-dev
