From 51122380c818ed07ee63d6b1b6af5365e7785d4c Mon Sep 17 00:00:00 2001 From: Sven Robertz <sven@cs.lth.se> Date: Wed, 14 Dec 2011 16:44:06 +0100 Subject: [PATCH] ... and updated paths --- examples/simple/datagram/thr_compile.sh | 3 +-- examples/simple/datagram/udp_compile.sh | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/examples/simple/datagram/thr_compile.sh b/examples/simple/datagram/thr_compile.sh index 752bfe4..e670c5d 100644 --- a/examples/simple/datagram/thr_compile.sh +++ b/examples/simple/datagram/thr_compile.sh @@ -1,5 +1,4 @@ #(cd ../../../lib/c; make) (cd ..; sh compile.sh) -gcc -o thr_example -L ../../../lib/c -I . -I .. -I ../../../lib/c thr_example.c ../gen/simple.c -llabcomm -#gcc -o thr_example -L ../../../lib/c -I . -I .. -I ../../../lib/c thr_example.c ../gen/simple.c ../../../lib/c/labcomm_thr_reader_writer.c ../../../lib/c/ThrottleDrv/*.c -llabcomm +gcc -o thr_example -L ../../../lib/c -I . -I .. -I ../../../lib/c -I ../../../lib/c/experimental thr_example.c ../gen/simple.c -llabcomm diff --git a/examples/simple/datagram/udp_compile.sh b/examples/simple/datagram/udp_compile.sh index ba5e771..f95af81 100644 --- a/examples/simple/datagram/udp_compile.sh +++ b/examples/simple/datagram/udp_compile.sh @@ -2,6 +2,6 @@ (cd ..; sh compile.sh) -gcc -g -o udp_encoder -L ../../../lib/c -I . -I .. -I ../../../lib/c udp_encoder.c ../gen/simple.c -llabcomm +gcc -g -o udp_encoder -L ../../../lib/c -I . -I .. -I ../../../lib/c -I ../../../lib/c/experimental udp_encoder.c ../gen/simple.c -llabcomm -gcc -g -o udp_decoder -L ../../../lib/c -I . -I .. -I ../../../lib/c udp_decoder.c ../gen/simple.c -llabcomm +gcc -g -o udp_decoder -L ../../../lib/c -I . -I .. -I ../../../lib/c -I ../../../lib/c/experimental udp_decoder.c ../gen/simple.c -llabcomm -- GitLab