Skip to content

Commit

Permalink
Fix slashes in dotnet makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tene committed Nov 28, 2010
1 parent 61d214a commit e3d0423
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dotnet/compiler/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ gen_past2dnst.pir: PAST2DNSTCompiler.pm
gen_dnst2csharp.pir: DNST2CSharp.pm
parrot-nqp --target=pir DNST2CSharp.pm > gen_dnst2csharp.pir

RakudoRuntime.dll: ..\runtime\bin\Debug\RakudoRuntime.dll
msbuild /nologo /verbosity:q ..\runtime\Rakudo.Net.csproj
perl -MExtUtils::Command -e cp ..\runtime\bin\Debug\RakudoRuntime.dll .
perl -MExtUtils::Command -e cp ..\runtime\bin\Debug\RakudoRuntime.pdb .
RakudoRuntime.dll: ../runtime/bin/Debug/RakudoRuntime.dll
msbuild /nologo /verbosity:q ../runtime/Rakudo.Net.csproj
perl -MExtUtils::Command -e cp ../runtime/bin/Debug/RakudoRuntime.dll .
perl -MExtUtils::Command -e cp ../runtime/bin/Debug/RakudoRuntime.pdb .

NQPSetting.dll: ../../common/NQP/NQPSetting.pm RakudoRuntime.dll
parrot compile.pir ../../common/NQP/NQPSetting.pm --setting > NQPSetting.cs
Expand Down

0 comments on commit e3d0423

Please sign in to comment.