mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Initial commit from private 0.3 repository
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
## echo_client
|
||||
##
|
||||
|
||||
Import('env')
|
||||
Import('boostlibs')
|
||||
Import('wslib')
|
||||
Import('platform_libs')
|
||||
|
||||
localenv = env.Clone ()
|
||||
|
||||
sources = ["echo_client.cpp"]
|
||||
|
||||
LIBS = [wslib, platform_libs] + boostlibs(['system',
|
||||
'date_time',
|
||||
'regex',
|
||||
'thread',
|
||||
'random'])
|
||||
|
||||
prg = localenv.Program('echo_client', sources, LIBS = LIBS)
|
||||
|
||||
Return('prg')
|
||||
Reference in New Issue
Block a user