X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=cffa06dc2ec7a47ab0e1db4b777f9ad0dda2ce57;hb=63a66dda023e2ccb9ed3a800cee28eae70f2ca43;hp=0dc9594c7365dc4d32de2ab0e440090e193249b1;hpb=bb35951d4caa05eef94482d14c353a1a75bd89d7;p=dcpomatic.git diff --git a/wscript b/wscript index 0dc9594c7..cffa06dc2 100644 --- a/wscript +++ b/wscript @@ -27,7 +27,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.11.0devel' +VERSION = '2.11.3devel' def options(opt): opt.load('compiler_cxx') @@ -116,6 +116,10 @@ def configure(conf): 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") + conf.check(lib='dsound', uselib_store='DSOUND', msg="Checking for library dsound") + conf.check(lib='winmm', uselib_store='WINMM', msg="Checking for library winmm") + conf.check(lib='ksuser', uselib_store='KSUSER', msg="Checking for library ksuser") boost_lib_suffix = '-mt' boost_thread = 'boost_thread-mt' conf.check_cxx(fragment="""