|
|
|
|
|
|
|
|
|
|
|
|
|
|
archive: |
|
|
archive: |
|
|
rm -rf v8.a |
|
|
rm -rf v8.a |
|
|
ar rvs v8.a $$(cat v8-include.txt |xargs -n 1 -I{} find {} -name '*.o') |
|
|
|
|
|
|
|
|
#ar rvs v8.a $$(cat v8-include.txt |xargs -n 1 -I{} find {} -name '*.o') |
|
|
|
|
|
ar rvs v8.a $$(find ./v8/out/x64.release/ -type f -name '*.o') |
|
|
echo all included object files listed below |
|
|
echo all included object files listed below |
|
|
cat v8-include.txt |xargs -n 1 -I{} find {} -name '*.o' |
|
|
cat v8-include.txt |xargs -n 1 -I{} find {} -name '*.o' |
|
|
echo all .so files listed below |
|
|
echo all .so files listed below |