[protobuf] Compiling .proto files with scons

2009-11-23 Thread Thomas Johnson
Sorry if this is a bit of a newbie question, but I'm new to both protobuffers and scons. What's the easiest way to get .proto files to compile to .pb.cc and .pb.h files? I know you guys use scons at google, so I'm hoping that there's a cut-and-paste solution - but if now, can someone recommend

Re: [protobuf] Compiling .proto files with scons

2009-11-23 Thread Thomas Johnson
Sorry, I thought I had read in an interview somewhere that you guys were using scons internally. And I actually can get scons to run protoc, I'm just having trouble getting it to read the .proto files from the right source directories and write the .pb.cc and .pb.h files to the right build