Lines Matching refs:opt
370 my $opt;
372 $opt = shift @ARGV;
374 if ($opt eq '-w' || $opt eq '-u') {
375 $output_format = substr($opt, 1, 1);
377 push @commands, $opt;
382 $opt = shift @commands;
384 if ($opt eq '--aoo32-on-win64') {
386 } elsif ($opt eq '--msvc-ver') {
388 } elsif ($opt eq '--msvc-copy-dlls') {
392 } elsif ($opt eq '--msvs-productdir') {
394 } elsif ($opt eq '--msvc-productdir') {
396 } elsif ($opt eq '--dotnetsdk-dir') {
398 } elsif ($opt eq '--csc-compilerdir') {
400 } elsif ($opt eq '--psdk-home') {
402 } elsif ($opt eq '--jdk-home') {
404 } elsif ($opt eq '--nsis-dir') {
406 } elsif ($opt eq '--help' || $opt eq '/?') {
409 print "Unknown option '$opt'\n";