build-deps.cmd added; builds everything needed from a clean checkout
This commit is contained in:
19
build-deps.cmd
Normal file
19
build-deps.cmd
Normal file
@@ -0,0 +1,19 @@
|
||||
set MSBUILD="c:\windows\Microsoft.NET\Framework\v3.5\msbuild.exe"
|
||||
|
||||
call git submodule init
|
||||
call git submodule update
|
||||
|
||||
pushd Ijw.DirectX
|
||||
call git submodule init
|
||||
call git submodule update
|
||||
|
||||
pushd Ijw.Framework
|
||||
%MSBUILD% /t:Rebuild /p:Configuration=Debug IjwFramework.sln
|
||||
%MSBUILD% /t:Rebuild /p:Configuration=Release IjwFramework.sln
|
||||
popd
|
||||
|
||||
%MSBUILD% Ijw.DirectX.sln /p:Configuration=Debug
|
||||
%MSBUILD% Ijw.DirectX.sln /p:Configuration=Release
|
||||
popd
|
||||
|
||||
%MSBUILD% OpenRA.sln /t:Rebuild /p:Configuration=Debug
|
||||
Reference in New Issue
Block a user