Move ripple.pb.cc to VS2012 project so it rebuilds as needed

This commit is contained in:
Vinnie Falco
2013-09-09 12:56:59 -07:00
parent 6be6e68165
commit 00caefc1c3
4 changed files with 4 additions and 7 deletions

View File

@@ -78,11 +78,6 @@ static const uint64 tenTo17m1 = tenTo17 - 1;
}
// VFALCO TODO Fix this for SConstruct
#if BEAST_MSVC
#include "ripple.pb.cc"
#endif
#if BEAST_MSVC
#pragma warning (pop)
#endif