I use in my c++ project google buffer protocol lib. And after changing *.proto files in my solution I need regenerate *.cpp files using google buffer protocol compiler. How can do it before compilation? Pre-buid events is not acceptable for me.
+1
A:
Add the file to the project. Select the item in the solution explorer. Select properties and change its build type to custom, and accept it. Now do it again and you'll can add the information for building it.
jyoung
2010-07-22 23:13:14
Quick addndum to that answer - you might have to specify the stage for executing the protobuf compiler at the Custom Build Step options in the project properties.
Franci Penov
2010-07-22 23:23:59