Lines Matching refs:waf
1310 # get / update waf if needed
1311 my $waf = "$sourceDir/Tools/wx/waf";
1312 my $wafURL = 'http://wxwebkit.wxcommunity.com/downloads/deps/waf';
1313 if (!-f $waf) {
1314 my $result = system "curl -o $waf $wafURL";
1315 chmod 0755, $waf;
1323 # set the PYTHONPATH for waf
1337 my $wafCommand = "$sourceDir/Tools/wx/waf";