git-svn-id: https://ttuki.vtt.fi/svn/p2p-next/TUD/p2tp/trunk@395
e16421f0-f15b-0410-abcd-
98678b794739
--- /dev/null
+0.002 - This is not a release - 7 Oct 2009
+
+ - it does not even compile, committed for reading purposes only
env.SharedLibrary (
target='p2tp',
source = [ 'bin.cpp','hashtree.cpp','datagram.cpp',
- 'sbit.cpp' ],
+ 'bins.cpp' ],
LIBS=['stdc++','gtest','glog','crypto'] )
SConscript('tests/SConscript')
LIBPATH='..' )
env.Program(
- target='binstest',
- source=['binstest.cpp'],
+ target='binstest2',
+ source=['binstest2.cpp'],
CPPPATH=['..'],
LIBS=['p2tp','stdc++','gtest','glog'],
LIBPATH='..' )