Browse Source

Merge pull request #27 from satindergrewal/master

updated m_android scripts
release/v0.1
jl777 8 years ago
committed by GitHub
parent
commit
aa3ee9479a
  1. 4
      crypto777/m_android
  2. 7
      crypto777/m_onetime_android
  3. 9
      iguana/m_android
  4. 1
      iguana/secp256k1/m_android

4
crypto777/m_android

@ -1,2 +1,2 @@
$CC -c -O2 *.c jpeg/*.c jpeg/unix/*.c git pull
rm -f ../agents/libcrypto777.a; $AR rcu ../agents/libcrypto777.a *.o cd iguana; ./m_android; cd ..

7
crypto777/m_onetime_android

@ -0,0 +1,7 @@
git pull
cd crypto777
./$1
cd ..
cd iguana
./m_android
../agents/iguana

9
iguana/m_android

@ -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

1
iguana/secp256k1/m_android

@ -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…
Cancel
Save