Commit e294a704bdfbf02a0e88bb6bcb3843976d77b57b
1 parent
55c4dfc0
Exists in
master
and in
1 other branch
Include boost lib for test2
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
bld.sh
... | ... | @@ -629,10 +629,10 @@ int main() |
629 | 629 | return 0; |
630 | 630 | } |
631 | 631 | EOF |
632 | - docmd "LOCAL TEST 9" g++ -O3 -Wall -o test2.bin test2.cc | |
632 | + docmd "LOCAL TEST 9" g++ -O3 -Wall -I ${RTFDIR}/../boost/include -o test2.bin test2.cc | |
633 | 633 | docmd "LOCAL TEST 10" ./test2.bin |
634 | 634 | |
635 | - docmd "LOCAL TEST 11" g++ -g -Wall -o test2.dbg test2.cc | |
635 | + docmd "LOCAL TEST 11" g++ -g -Wall -I ${RTFDIR}/../boost/include -o test2.dbg test2.cc | |
636 | 636 | docmd "LOCAL TEST 12" ./test2.dbg |
637 | 637 | |
638 | 638 | docmd "LOCAL TEST" ls -l | ... | ... |