From 95e60167daade2ad3890812df8ca7e76b1340118 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 8 Aug 2012 21:14:20 +0000 Subject: Update to r74/autowaf (Add autowaf.set_c99_mode()). git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4625 a436a847-0d15-0410-975c-d299462d15a1 --- waf | Bin 72475 -> 94174 bytes wscript | 6 +----- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/waf b/waf index 62ab137..45a6f80 100755 Binary files a/waf and b/waf differ diff --git a/wscript b/wscript index 7e640b1..0f85fc2 100644 --- a/wscript +++ b/wscript @@ -27,13 +27,9 @@ def configure(conf): conf.load('compiler_cxx') conf.line_just = 52 autowaf.configure(conf) + autowaf.set_c99_mode(conf) autowaf.display_header('Jalv Configuration') - if conf.env.MSVC_COMPILER: - conf.env.append_unique('CFLAGS', ['-TP', '-MD']) - else: - conf.env.append_unique('CFLAGS', '-std=c99') - autowaf.check_pkg(conf, 'lv2', atleast_version='1.0.7', uselib_store='LV2') autowaf.check_pkg(conf, 'lilv-0', uselib_store='LILV', atleast_version='0.14.0', mandatory=True) -- cgit v1.2.1