Lines Matching refs:opt
340 my $opt;
342 $opt = shift @ARGV;
344 if ($opt eq '-w' || $opt eq '-u') {
345 $output_format = substr($opt, 1, 1);
347 push @commands, $opt;
352 $opt = shift @commands;
355 } elsif ($opt eq '--msvc-ver') {
357 } elsif ($opt eq '--msvc-copy-dlls') {
361 } elsif ($opt eq '--msvs-productdir') {
363 } elsif ($opt eq '--msvc-productdir') {
365 } elsif ($opt eq '--dotnetsdk-dir') {
367 } elsif ($opt eq '--csc-compilerdir') {
369 } elsif ($opt eq '--psdk-home') {
371 } elsif ($opt eq '--jdk-home') {
373 } elsif ($opt eq '--nsis-dir') {
375 } elsif ($opt eq '--help' || $opt eq '/?') {
378 print "Unknown option '$opt'\n";