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

How to calculate SNR of signals in MATLAB? -

java - How to create Table using Apache PDFBox -

mpi - Why is MPI_Bsend not returning error even when the buffer is insufficient to accommodate all the messages -