X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=215b5bb9136ad37f6ea4607fce322e392530ad79;hb=c463929602252be95ca340b477b7f3b42ff6b0c0;hp=6e44605651dc0498496a8c9cdc1866b48d188bce;hpb=65b937038fdd06798c64855fd77e9f5a15c43059;p=dcpomatic.git diff --git a/wscript b/wscript index 6e4460565..215b5bb91 100644 --- a/wscript +++ b/wscript @@ -27,7 +27,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.11.40' +VERSION = '2.11.44devel' def options(opt): opt.load('compiler_cxx') @@ -588,8 +588,12 @@ def configure(conf): Logs.pprint('YELLOW', '') +def download_supporters(): + os.system('curl https://dcpomatic.com/supporters.cc > build/supporters.cc') + def build(bld): create_version_cc(VERSION, bld.env.CXXFLAGS) + download_supporters() bld.recurse('src') bld.recurse('graphics')