Make swift over UDP compilable.
[swifty.git] / src / libswift_udp / tests / SConscript
index 070c362..5659a57 100644 (file)
@@ -24,28 +24,28 @@ env.Program(
     source=['binstest2.cpp'],
     CPPPATH=cpppath,
     LIBS=libs,
-    LIBPATH=libpath )
+    LIBPATH=libpath+":.." )
 
 env.Program( 
     target='binstest3',
     source=['binstest3.cpp'],
     CPPPATH=cpppath,
     LIBS=libs,
-    LIBPATH=libpath )
+    LIBPATH=libpath+":.." )
 
 env.Program( 
     target='dgramtest',
     source=['dgramtest.cpp'],
     CPPPATH=cpppath,
     LIBS=libs,
-    LIBPATH=libpath )
+    LIBPATH=libpath+":.." )
 
 env.Program( 
     target='hashtest',
     source=['hashtest.cpp'],
     CPPPATH=cpppath,
     LIBS=libs,
-    LIBPATH=libpath )
+    LIBPATH=libpath+":.." )
 
 # Arno: must be rewritten to libevent
 #env.Program( 
@@ -53,7 +53,7 @@ env.Program(
 #    source=['ledbattest.cpp'],
 #    CPPPATH=cpppath,
 #    LIBS=libs,
-#    LIBPATH=libpath )
+#    LIBPATH=libpath+":.." )
 
 # Arno: must be rewritten to libevent
 #if sys.platform != "win32":
@@ -63,33 +63,33 @@ env.Program(
 #        source=['ledbattest2.cpp'],
 #        CPPPATH=cpppath,
 #        LIBS=libs,
-#        LIBPATH=libpath )
+#        LIBPATH=libpath+":.." )
 
 env.Program( 
     target='freemap',
     source=['freemap.cpp'],
     CPPPATH=cpppath,
     LIBS=libs,
-    LIBPATH=libpath )
+    LIBPATH=libpath+":.." )
 
 env.Program( 
     target='bin64test',
     source=['bin64test.cpp'],
     CPPPATH=cpppath,
     LIBS=libs,
-    LIBPATH=libpath )
+    LIBPATH=libpath+":.." )
 
 env.Program( 
     target='transfertest',
     source=['transfertest.cpp'],
     CPPPATH=cpppath,
     LIBS=libs,
-    LIBPATH=libpath )
+    LIBPATH=libpath+":.." )
 
 env.Program( 
     target='connecttest',
     source=['connecttest.cpp'],
     CPPPATH=cpppath,
     LIBS=libs,
-    LIBPATH=libpath )
+    LIBPATH=libpath+":.." )