Update kvm.cmd

Removed crossgen for KRuntime
This commit is contained in:
David Fowler 2014-04-24 10:21:08 -07:00
parent 69ffe0f07d
commit c9400e2640
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ powershell -NoProfile -ExecutionPolicy unrestricted -Command "[Environment]::Set
:end_setup
CALL "%_KVM_PATH%kvm.cmd" upgrade
@ECHO Running crossgen, see crossgen.log for results
CALL "%_KVM_PATH%k.cmd" crossgen --in %_KVM_PATH%packages\ProjectK.%_KVM_VERSION%\tools\k10 >crossgen.log 2>crossgen.err.log
CALL "%_KVM_PATH%k.cmd" crossgen >crossgen.log 2>crossgen.err.log
SET _KVM_PATH=
SET _TEMP_PATH=
GOTO:EOF