parent
69ffe0f07d
commit
c9400e2640
2
kvm.cmd
2
kvm.cmd
|
|
@ -31,7 +31,7 @@ powershell -NoProfile -ExecutionPolicy unrestricted -Command "[Environment]::Set
|
||||||
:end_setup
|
:end_setup
|
||||||
CALL "%_KVM_PATH%kvm.cmd" upgrade
|
CALL "%_KVM_PATH%kvm.cmd" upgrade
|
||||||
@ECHO Running crossgen, see crossgen.log for results
|
@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 _KVM_PATH=
|
||||||
SET _TEMP_PATH=
|
SET _TEMP_PATH=
|
||||||
GOTO:EOF
|
GOTO:EOF
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue