waf: The GEANY_*_SYMBOL flags also need to be defined for C++
commit3d0bdbd6da48ea2000aff937b34baec57f98bb2b
authorEnrico Tröger <enrico.troeger@uvena.de>
Sun, 18 Jan 2015 15:23:00 +0000 (18 16:23 +0100)
committerColomban Wendling <ban@herbesfolles.org>
Fri, 10 Apr 2015 14:15:58 +0000 (10 16:15 +0200)
treee88372fb437a598b11a29c8b18c051900c87fa6c
parentabc5f3239b45d6a3853276678f72de59ebf67c53
waf: The GEANY_*_SYMBOL flags also need to be defined for C++

In Waf, we need to add the new flags to CFLAGS *and* CXXFLAGS otherwise
the Scintilla build would break.
To keep it more reabable, we first populate a temporary list
geany_symbol_flags which is then added to CFLAGS and CXXFLAGS.

Concerning the quote FIXME: no further qoting is necessary here.
wscript