Lines Matching refs:outfile
532 my $outfile = $configelements{"Release"}{"OutputFile"};
535 print_link_template($path,$outfile);
541 print_simple_flag("Special_extra_uconv") if ($outfile =~ /uconv/);
607 my $outfile = shift;
610 if ( $outfile =~ /\.exe/ ) {
627 $line =~ s/<OUTFILE>/$outfile/;
646 my $out = $outfile;
650 $outfile =~ s/\//\\/; # subst / with \
651 …createCopySection($outfile,$outfile,$out,"copy \"\$(InputPath)\" .\\..\\..\\..\\bin",\@mak,\%dummy…
740 my $outfile = $configelements{"Release"}{"OutputFile"};
743 $outfile =~ s/\//\\/; # subst / with \
744 print "PATH=$path OUTFILE=$outfile\n" if ($is_debug);
747 $line =~ s/<OUTFILE>/$outfile/;