APPSOURCE=['swift.cpp','httpgw.cpp','statsgw.cpp','cmdgw.cpp','getopt.c','getopt_long.c']\r
\r
else:\r
- libevent2path = '/arno/pkgs/libevent-2.0.15-arno-http'\r
+ libevent2path = '/usr/local/'\r
\r
# Enable the user defining external includes\r
if 'CPPPATH' in os.environ:\r
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(
# source=['ledbattest.cpp'],
# CPPPATH=cpppath,
# LIBS=libs,
-# LIBPATH=libpath )
+# LIBPATH=libpath+":.." )
# Arno: must be rewritten to libevent
#if sys.platform != "win32":
# 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+":.." )