mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-21 05:18:38 +00:00
This commit is contained in:
parent
7c3a756121
commit
8a4f525f0e
1 changed files with 5 additions and 0 deletions
|
|
@ -1,5 +1,10 @@
|
|||
@echo off
|
||||
|
||||
REM Necessary to set dir when running as admin
|
||||
cd %~dp0
|
||||
|
||||
echo Compiling cosmos
|
||||
|
||||
%windir%\Microsoft.NET\Framework\V3.5\msbuild ..\..\source\Cosmos.sln /verbosity:quiet /nologo
|
||||
|
||||
echo Copying files
|
||||
|
|
|
|||
Loading…
Reference in a new issue