Skip to content

Commit

Permalink
[dotnet] Min codegen e kass - make things a bit less noisy.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Oct 21, 2010
1 parent 670415d commit 47c868a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dotnet/compiler/Makefile
Expand Up @@ -19,7 +19,7 @@ gen_dnst2csharp.pir: DNST2CSharp.pm

NQPSetting.dll: ../../common/NQP/NQPSetting.pm gen_actions.pir gen_grammar.pir gen_dnst.pir gen_past2dnst.pir gen_dnst2csharp.pir
parrot compile.pir ../../common/NQP/NQPSetting.pm --setting > NQPSetting.cs
csc /target:library /debug /out:NQPSetting.dll /reference:RakudoRuntime.dll NQPSetting.cs
csc /warn:0 /target:library /debug /out:NQPSetting.dll /reference:RakudoRuntime.dll NQPSetting.cs

test: all
prove -r --exec try ..\..\t\nqp
Expand Down
2 changes: 1 addition & 1 deletion dotnet/compiler/try.bat
Expand Up @@ -2,7 +2,7 @@
@copy ..\runtime\bin\Debug\RakudoRuntime.pdb .
@nmake /NOLOGO
@parrot compile.pir %1 > x.cs
@csc x.cs /reference:RakudoRuntime.dll /debug
@csc x.cs /reference:RakudoRuntime.dll /debug /warn:0
@echo ---
@x

0 comments on commit 47c868a

Please sign in to comment.