waf
FORK: waf with some random patches
git clone
https://git.neptards.moe/neptards/waf.git
Log
|
Files
|
Refs
|
README
a.h (68B)
1
#ifdef FOO
2
#include "c.h"
3
#endif
4
5
#ifdef BAR
6
#include "b.h"
7
#endif
8