]> p2p-next.cs.pub.ro Git - swift-upb.git/commitdiff
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 f1d6cfe4442fd9687fd4384fd83442dd88a089db..f485110049a4d03181d88745dddc9a3e1b735eae 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 8a64f7f54dd7465779a7e44cf02c182213548817..e583a3bdf9e9963da239a655340b9d4bb058def0 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='..' )