mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 01:07:57 +00:00
SConstruct changes.
This commit is contained in:
@@ -147,10 +147,12 @@ WEBSOCKETPP_SRCS = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
RIPPLE_SRCS = glob.glob('src/cpp/ripple/*.cpp')
|
RIPPLE_SRCS = glob.glob('src/cpp/ripple/*.cpp')
|
||||||
PROTO_SRCS = env.Protoc([], 'src/cpp/ripple/ripple.proto', PROTOCOUTDIR='build/proto', PROTOCPYTHONOUTDIR=None)
|
PROTO_SRCS = [ 'src/cpp/protobuf_core.cpp' ]
|
||||||
env.Append(CXXFLAGS = ['-Ibuild/proto'])
|
# PROTO_SRCS = env.Protoc([], 'src/cpp/ripple/ripple.proto', PROTOCOUTDIR='build/proto', PROTOCPYTHONOUTDIR=None)
|
||||||
|
# env.Append(CXXFLAGS = ['-Ibuild/proto'])
|
||||||
|
env.Append(CXXFLAGS = ['-Ibuild/proto', '-Isrc/cpp/protobuf/src', '-Isrc/cpp/protobuf/vsprojects' ])
|
||||||
|
|
||||||
env.Clean(PROTO_SRCS, 'site_scons/site_tools/protoc.pyc')
|
# env.Clean(PROTO_SRCS, 'site_scons/site_tools/protoc.pyc')
|
||||||
|
|
||||||
# Remove unused source files.
|
# Remove unused source files.
|
||||||
UNUSED_SRCS = []
|
UNUSED_SRCS = []
|
||||||
|
|||||||
Reference in New Issue
Block a user