Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Track STD 31914 -> 32053
  • Loading branch information
sorear committed Aug 18, 2010
1 parent 5eb127a commit 44a4616
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CompilerDriver.pm
Expand Up @@ -13,9 +13,10 @@ use autodie ':all';

open ::NIECZA_OUT, ">&", \*STDOUT;

use lib 'STD_checkout';
BEGIN {
unshift @INC, 'STD_checkout';
$ENV{PERL6LIB} = ".:STD_checkout:STD_checkout/lib";
use File::Spec;
$CursorBase::SET_PERL6LIB = [ File::Spec->curdir ];
}

use Body ();
Expand Down
5 changes: 4 additions & 1 deletion Niecza.proj
Expand Up @@ -79,7 +79,10 @@
<CombinePath BasePath="$(MSBuildProjectDirectory)" Paths="STD_checkout">
<Output TaskParameter="CombinedPaths" PropertyName="STDDir"/>
</CombinePath>
<Exec Command="PERL5LIB=$(STDDir) PERL6LIB=$(STDDir):$(STDDir)/lib STD5PREFIX=$(STDDir)/ $(Perl) $(STDDir)/viv -5 -o Niecza/Grammar.pmc Niecza/Grammar.pm6"/>
<CombinePath BasePath="$(STDDir)" Paths="lib">
<Output TaskParameter="CombinedPaths" PropertyName="STDDirLib"/>
</CombinePath>
<Exec Command="$(Perl) $(STDDir)/viv --clear-inc --inc $(STDDirLib) --inc $(STDDir) --symlroot $(STDDir) -5 -o Niecza/Grammar.pmc Niecza/Grammar.pm6"/>
</Target>

<Target Name="CheckoutSTD" Inputs="STD_REVISION"
Expand Down
1 change: 1 addition & 0 deletions Niecza/Actions.pm
Expand Up @@ -63,6 +63,7 @@ sub node { my ($M) = @_;

sub ws { }
sub is_ok { }
sub dumbsmart { }
sub normspace { }
sub vws { }
sub unv { }
Expand Down
2 changes: 1 addition & 1 deletion STD_REVISION
@@ -1 +1 @@
31914
32053

0 comments on commit 44a4616

Please sign in to comment.