test.sh (Firebird-3.0.2.32703-0.tar.bz2) | : | test.sh (Firebird-3.0.4.33054-0.tar.bz2) | ||
---|---|---|---|---|
#!/bin/sh | #!/bin/sh | |||
compile() | compile() | |||
{ | { | |||
file=test_${1} | file=test_${1} | |||
g++ -I../../../include -DLINUX -DAMD64 -DDEV_BUILD ${file}.cpp \ | g++ -I../../../include -DLINUX -DAMD64 -DDEV_BUILD ${file}.cpp \ | |||
../../../../temp/Debug/auth/SecureRemotePassword/srp.o \ | ../../../../temp/Debug/auth/SecureRemotePassword/srp.o \ | |||
../../../../temp/Debug/auth/SecureRemotePassword/BigInteger.o \ | ||||
../../../../temp/Debug/common.a -ltommath ../../../../gen/Debug/f irebird/lib/libfbclient.so \ | ../../../../temp/Debug/common.a -ltommath ../../../../gen/Debug/f irebird/lib/libfbclient.so \ | |||
-Wl,-rpath,../../../../gen/Debug/firebird/lib -lrt -o ${file} && ./${file} | -lpthread -Wl,-rpath,../../../../gen/Debug/firebird/lib -lrt -o ${file} && ./${file} | |||
} | } | |||
compile srp | compile srp | |||
read x | read x | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 1 lines changed or added |