x86_64 assembly pack: make Windows build more robust.

PR: 2963 and a number of others
This commit is contained in:
Andy Polyakov 2013-01-22 22:11:31 +01:00
parent 7c47f0d946
commit 46bf83f07a
17 changed files with 34 additions and 17 deletions

View file

@ -2,7 +2,8 @@
$output=shift;
$0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
open STDOUT,"| \"$^X\" ${dir}../crypto/perlasm/x86_64-xlate.pl $output";
open OUT,"| \"$^X\" ${dir}../crypto/perlasm/x86_64-xlate.pl $output";
*STDOUT=*OUT;
push(@INC,"${dir}.");
require "uplink-common.pl";