Lines Matching refs:configuration
39 --debug Set the default configuration to debug
40 --release Set the default configuration to release
43 my $configuration = passedConfiguration();
57 if (!$configuration && !$architecture) {
65 if ($configuration) {
66 open CONFIGURATION, ">", "$baseProductDir/Configuration" or die;
67 print CONFIGURATION $configuration;
68 close CONFIGURATION;