X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=0d996dd53879191528d93f7dc08aff728086be18;hb=411855eb8d9bf373ecf406529b034b457d663a21;hp=e4b84b29209b3cdb22eaa8813bb6a560bcad8c26;hpb=7f269b393252aed2a60df43f8646a175dae90c3c;p=dcpomatic.git diff --git a/wscript b/wscript index e4b84b292..0d996dd53 100644 --- a/wscript +++ b/wscript @@ -27,7 +27,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.11.2' +VERSION = '2.11.14devel' def options(opt): opt.load('compiler_cxx') @@ -111,9 +111,7 @@ def configure(conf): conf.env.append_value('CXXFLAGS', ['-mconsole']) conf.env.append_value('LINKFLAGS', ['-mconsole']) conf.check(lib='ws2_32', uselib_store='WINSOCK2', msg="Checking for library winsock2") - conf.check(lib='bfd', uselib_store='BFD', msg="Checking for library bfd") conf.check(lib='dbghelp', uselib_store='DBGHELP', msg="Checking for library dbghelp") - conf.check(lib='iberty', uselib_store='IBERTY', msg="Checking for library iberty") conf.check(lib='shlwapi', uselib_store='SHLWAPI', msg="Checking for library shlwapi") conf.check(lib='mswsock', uselib_store='MSWSOCK', msg="Checking for library mswsock") conf.check(lib='ole32', uselib_store='OLE32', msg="Checking for library ole32")