From e2acef83c546dafbbcef354ca5c2f340e8a5d90b Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Fri, 12 Sep 2014 14:27:40 -0700 Subject: [PATCH] remove old binding.gyp. --- binding_work.gyp | 91 ----------------------------------------------- binding_work2.gyp | 66 ---------------------------------- binding_work3.gyp | 66 ---------------------------------- 3 files changed, 223 deletions(-) delete mode 100644 binding_work.gyp delete mode 100644 binding_work2.gyp delete mode 100644 binding_work3.gyp diff --git a/binding_work.gyp b/binding_work.gyp deleted file mode 100644 index d5c71b20..00000000 --- a/binding_work.gyp +++ /dev/null @@ -1,91 +0,0 @@ -{ - 'targets': [{ - 'target_name': 'bitcoindjs', - 'include_dirs' : [ - # standard include: - # '/usr/include', - '=105000 && (BOOST_HAS_NANOSLEEP==0 || BOOST_VERSION>=105200)', { - 'variables': { - 'BOOST_SLEEP': 'HAVE_WORKING_BOOST_SLEEP_FOR', - }, - #'defines': [ - # 'HAVE_WORKING_BOOST_SLEEP_FOR', - # # Assume libbitcoind.so is always - # # compiled with wallet support. - # 'ENABLE_WALLET', - #], - }, { # !(BOOST_VERSION>=105000) ... - 'variables': { - 'BOOST_SLEEP': 'HAVE_WORKING_BOOST_SLEEP', - }, - #'defines': [ - # 'HAVE_WORKING_BOOST_SLEEP', - # # Assume libbitcoind.so is always - # # compiled with wallet support. - # 'ENABLE_WALLET', - #], - }], - ], - 'sources': [ - './src/bitcoindjs.cc', - ], - 'defines': [ - # TODO: Figure out how to detect BOOST_SLEEP in gyp. - # 'HAVE_WORKING_BOOST_SLEEP', - '<(BOOST_SLEEP)', - # Assume libbitcoind.so is always - # compiled with wallet support. - 'ENABLE_WALLET', - ], - 'conditions': [ - ], - 'cflags_cc': [ - '-fexceptions', - '-frtti', - ], - 'libraries': [ - # standard libs: - # '-L/usr/lib', - # '-L/usr/local/lib', - # boost: - '-lboost_system', - '-lboost_filesystem', - '-lboost_program_options', - '-lboost_thread', - '-lboost_chrono', - # bitcoind: - '= 105000 && (BOOST_HAS_NANOSLEEP == 0 || BOOST_VERSION >= 105200)', { - 'defines': [ - 'HAVE_WORKING_BOOST_SLEEP_FOR', - ], - }, { # !(BOOST_VERSION>=105000) ... - 'defines': [ - 'HAVE_WORKING_BOOST_SLEEP', - ], - }], - ], - 'sources': [ - './src/bitcoindjs.cc', - ], - 'defines': [ - # Assume libbitcoind.so is always - # compiled with wallet support. - '= 105000 && (BOOST_HAS_NANOSLEEP == 0 || BOOST_VERSION >= 105200)', { - 'defines': [ - 'HAVE_WORKING_BOOST_SLEEP_FOR', - ], - }, { # !(BOOST_VERSION>=105000) ... - 'defines': [ - 'HAVE_WORKING_BOOST_SLEEP', - ], - }], - ], - 'sources': [ - './src/bitcoindjs.cc', - ], - 'defines': [ - '