This commit is contained in:
Kudzu 2017-07-31 14:49:24 -04:00
parent 20b55316bb
commit e19dfd6b33

View file

@ -1,12 +1,13 @@
cd "%USERPROFILE%\AppData\Roaming\Cosmos User Kit\Kernel\"
copy "..\source\Kernel-x86\00-CPU\Cosmos.CPU_Plugs\bin\Debug\netstandard1.5\Cosmos.CPU_Plugs.dll"
copy "..\source\Kernel-x86\00-CPU\Cosmos.CPU_Asm\bin\Debug\netstandard1.5\Cosmos.CPU_Asm.dll"
copy "..\source\Kernel-x86\80-System\Cosmos.System_Plugs\bin\Debug\netstandard1.5\Cosmos.System_Plugs.dll"
cd C:\source\Cosmos\source\Cosmos.Build.MSBuild
cd ..\source\Cosmos.Build.MSBuild
copy cosmos.targets "%USERPROFILE%\AppData\Roaming\Cosmos User Kit\Build\VSIP"
copy cosmos.targets "..\Build\VSIP\"
copy cosmos.targets "..\Build\VSIP\MSBuild\"
copy cosmos.targets "..\source\Cosmos.Build.MSBuild\bin\Debug\net462\win7-x86\"
copy cosmos.targets "..\..\Build\VSIP\"
copy cosmos.targets "..\..\Build\VSIP\MSBuild\"
copy cosmos.targets "..\..\source\Cosmos.Build.MSBuild\bin\Debug\net462\win7-x86\"
cd ..\..
cd source\kernel-x86
copy "00-CPU\Cosmos.CPU_Plugs\bin\Debug\netstandard1.5\Cosmos.CPU_Plugs.dll" "%USERPROFILE%\AppData\Roaming\Cosmos User Kit\Kernel\"
copy "00-CPU\Cosmos.CPU_Asm\bin\Debug\netstandard1.5\Cosmos.CPU_Asm.dll" "%USERPROFILE%\AppData\Roaming\Cosmos User Kit\Kernel\"
copy "80-System\Cosmos.System_Plugs\bin\Debug\netstandard1.5\Cosmos.System_Plugs.dll" "%USERPROFILE%\AppData\Roaming\Cosmos User Kit\Kernel\"
@timeout 3