mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-20 04:48:53 +00:00
This commit is contained in:
parent
9b62aee30c
commit
1793f8a8aa
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ cd %~dp0
|
|||
echo Killing old stuff - Need to modify not to be user specific
|
||||
del /S /Q "C:\Users\Atmoic\AppData\Local\Microsoft\VisualStudio\9.0\ProjectAssemblies\*.*"
|
||||
rmdir /S /Q "C:\Users\Atmoic\AppData\Local\Microsoft\VisualStudio\9.0\ProjectAssemblies"
|
||||
del /S /Q "C:\Users\Atmoic\AppData\Roaming\Cosmos User Kit\Build\VSIP\Cosmos.VS.Package.*"
|
||||
del /S /Q "C:\Users\Atmoic\AppData\Roaming\Cosmos User Kit\Build\VSIP\*.*"
|
||||
|
||||
echo Compiling cosmos
|
||||
%windir%\Microsoft.NET\Framework\V3.5\msbuild ..\..\source\Cosmos.sln /verbosity:quiet /nologo /p:Configuration=Debug /p:Platform=x86
|
||||
|
|
|
|||
Loading…
Reference in a new issue