From 4f12f1a8eeceb57f2bcbc0ec1adc7a1d8cc7973d Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Mon, 27 May 2013 13:27:28 -0700 Subject: [PATCH] Remove ripple.pb.cc from unity because of SConstruct --- modules/ripple_mess/ripple_mess.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/ripple_mess/ripple_mess.cpp b/modules/ripple_mess/ripple_mess.cpp index 41c97e80f3..0082200d31 100644 --- a/modules/ripple_mess/ripple_mess.cpp +++ b/modules/ripple_mess/ripple_mess.cpp @@ -66,7 +66,8 @@ static const uint64 tenTo17m1 = tenTo17 - 1; #include "src/cpp/ripple/SHAMapNodes.cpp" // no log #include "src/cpp/ripple/SHAMapSync.cpp" -#include "ripple.pb.cc" +// VFALCO: TODO Fix this for SConstruct +//#include "ripple.pb.cc" // BROKEN because of SConstruct #ifdef _MSC_VER //#pragma warning (pop)