Skip to content

Commit

Permalink
[dotnet] Tweak try.bat to clear up the executable before trying to ma…
Browse files Browse the repository at this point in the history
…ke a new one, so we don't get bogus test passes. Noticed by mberends++.
  • Loading branch information
jnthn committed Oct 28, 2010
1 parent 4ad79dd commit 4af6edd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dotnet/compiler/try.bat
@@ -1,5 +1,7 @@
@copy ..\runtime\bin\Debug\RakudoRuntime.dll .
@copy ..\runtime\bin\Debug\RakudoRuntime.pdb .
@del x.exe
@del x.cs
@nmake /NOLOGO
@parrot compile.pir %1 > x.cs
@csc x.cs /reference:RakudoRuntime.dll /debug /warn:0
Expand Down

0 comments on commit 4af6edd

Please sign in to comment.