Run a process before compiling in Visual Studio C++ -


more exacly want run flex.exe "file.l" before compile able compile lex.yy.c after. if there anyway this? mean automatically in way click run , all?

you may use custom build steps
check project properties->build events


Popular posts from this blog

Php - Delimiter must not be alphanumeric or backslash -

c# - How to change the "Applies To" field under folder auditing options programatically (.NET) -

c++ - Ambiguity when using boost::assign::list_of to construct a std::vector -