cclib.cpp
This commit is contained in:
@@ -559,6 +559,9 @@ if ENABLE_WALLET
|
|||||||
komodod_LDADD += $(LIBBITCOIN_WALLET)
|
komodod_LDADD += $(LIBBITCOIN_WALLET)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
cclib.so: cclib.cpp
|
||||||
|
gcc -o cclib.so -c cclib.cpp
|
||||||
|
|
||||||
komodod_LDADD += \
|
komodod_LDADD += \
|
||||||
$(BOOST_LIBS) \
|
$(BOOST_LIBS) \
|
||||||
$(BDB_LIBS) \
|
$(BDB_LIBS) \
|
||||||
|
|||||||
2
src/cc/cclib.cpp
Normal file
2
src/cc/cclib.cpp
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
|
||||||
|
char *CClib_name() { return("stub"); }
|
||||||
@@ -60,6 +60,8 @@
|
|||||||
|
|
||||||
|
|
||||||
// evalcodes 0x10 to 0x7f are reserved for cclib dynamic CC
|
// evalcodes 0x10 to 0x7f are reserved for cclib dynamic CC
|
||||||
|
#define EVAL_FIRSTUSER 0x10
|
||||||
|
#define EVAL_LASTUSER 0x7f
|
||||||
|
|
||||||
typedef uint8_t EvalCode;
|
typedef uint8_t EvalCode;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user