not a release
authorvictor <victor@e16421f0-f15b-0410-abcd-98678b794739>
Wed, 7 Oct 2009 11:37:38 +0000 (11:37 +0000)
committervictor <victor@e16421f0-f15b-0410-abcd-98678b794739>
Wed, 7 Oct 2009 11:37:38 +0000 (11:37 +0000)
git-svn-id: https://ttuki.vtt.fi/svn/p2p-next/TUD/p2tp/trunk@395 e16421f0-f15b-0410-abcd-98678b794739

ChangeLog [new file with mode: 0644]
SConstruct
tests/SConscript

diff --git a/ChangeLog b/ChangeLog
new file mode 100644 (file)
index 0000000..d272883
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,3 @@
+0.002 - This is not a release - 7 Oct 2009
+
+       - it does not even compile, committed for reading purposes only
index f1d6cfe..f485110 100644 (file)
@@ -8,7 +8,7 @@ env = Environment(CPPPATH = ['.'])
 env.SharedLibrary (
     target='p2tp',
     source = [ 'bin.cpp','hashtree.cpp','datagram.cpp',
-               'sbit.cpp' ],
+               'bins.cpp' ],
     LIBS=['stdc++','gtest','glog','crypto'] )
 
 SConscript('tests/SConscript')
index 8a64f7f..e583a3b 100644 (file)
@@ -8,8 +8,8 @@ env.Program(
     LIBPATH='..' )
 
 env.Program( 
-    target='binstest',
-    source=['binstest.cpp'],
+    target='binstest2',
+    source=['binstest2.cpp'],
     CPPPATH=['..'],
     LIBS=['p2tp','stdc++','gtest','glog'],
     LIBPATH='..' )