update makerogue

This commit is contained in:
ca333
2019-02-18 00:08:03 +01:00
committed by GitHub
parent 5325bf6507
commit 9eb16504de

View File

@@ -1,8 +1,5 @@
#!/bin/sh
cd rogue;
./configure # only need this first time
./configure
make; cd ..
gcc -Wno-write-strings -DBUILD_ROGUE -std=c++11 -I../../depends/$(shell echo `../..//depends/config.guess`/include) -I../univalue/include -I../cryptoconditions/include -I../cryptoconditions/src -I../cryptoconditions/src/asn -I.. -I. -fPIC -shared -o librogue.so -c cclib.cpp
#gcc -std=c++11 -fPIC -shared -o librogue.so cclib.o rogue/rogue.so
cp librogue.so ../libcc.so
make -f Makefile_rogue