File: compile_object.sh

package info (click to toggle)
libtorrent 0.13.8-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,944 kB
  • sloc: cpp: 32,235; makefile: 520; xml: 163; ansic: 153; sh: 45
file content (4 lines) | stat: -rwxr-xr-x 377 bytes parent folder | download | duplicates (4)
1
2
3
4
STUFF="-Wall -O2 -I.. -I../src/ -lcrypto `pkg-config --libs-only-L openssl` `pkg-config --cflags openssl`"

g++ $STUFF -DNEW_OBJECT -o test_object test_object.cc object.cc ../src/torrent/object_stream.cc ../src/torrent/exceptions.cc
g++ $STUFF -DOLD_OBJECT -o test_object_old test_object.cc ../src/torrent/object.cc ../src/torrent/object_stream.cc ../src/torrent/exceptions.cc