Satinder Grewal
9 years ago
4 changed files with 18 additions and 3 deletions
@ -1,2 +1,2 @@ |
|||
$CC -c -O2 *.c jpeg/*.c jpeg/unix/*.c |
|||
rm -f ../agents/libcrypto777.a; $AR rcu ../agents/libcrypto777.a *.o |
|||
git pull |
|||
cd iguana; ./m_android; cd .. |
|||
|
@ -0,0 +1,7 @@ |
|||
git pull |
|||
cd crypto777 |
|||
./$1 |
|||
cd .. |
|||
cd iguana |
|||
./m_android |
|||
../agents/iguana |
@ -1 +1,8 @@ |
|||
$CC2 -o ../agents/iguana -O2 *.c ../agents/libcrypto777.a ../android/lib/libcurl.a -lssl -lcrypto -lm -lc -lz |
|||
rm ../agents/iguana *.o |
|||
git pull |
|||
cd secp256k1; ./m_unix; cd .. |
|||
$CC2 -g -Wno-deprecated -c -O2 *.c databases/iguana_DB.c |
|||
$CC2 -g -Wno-deprecated -c main.c iguana777.c iguana_bundles.c |
|||
#$CC2 -g -o ../agents/iguana *.o ../agents/libcrypto777.a -lcurl -lssl -lcrypto -lpthread -lm #../includes/libsecp256k1.a -lgmp |
|||
$CC2 -g -o ../agents/iguana *.o ../agents/libcrypto777.a -lpthread -lm |
|||
|
|||
|
@ -0,0 +1 @@ |
|||
$CC2 -c -o ../secp256k1.o -I. -I./src -I./include -I./src -O3 -W -std=c89 -pedantic -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -Wno-unused-function -Wno-long-long -Wno-overlength-strings -fvisibility=hidden -DHAVE_CONFIG_H src/secp256k1.c |
Loading…
Reference in new issue