Lines Matching refs:opt
350 my $opt;
352 $opt = shift @ARGV;
354 if ($opt eq '-w' || $opt eq '-u') {
355 $output_format = substr($opt, 1, 1);
357 push @commands, $opt;
362 $opt = shift @commands;
365 } elsif ($opt eq '--msvc-ver') {
367 } elsif ($opt eq '--msvc-copy-dlls') {
371 } elsif ($opt eq '--msvs-productdir') {
373 } elsif ($opt eq '--msvc-productdir') {
375 } elsif ($opt eq '--dotnetsdk-dir') {
377 } elsif ($opt eq '--csc-compilerdir') {
379 } elsif ($opt eq '--psdk-home') {
381 } elsif ($opt eq '--jdk-home') {
383 } elsif ($opt eq '--nsis-dir') {
385 } elsif ($opt eq '--help' || $opt eq '/?') {
388 print "Unknown option '$opt'\n";