cleaning up old dead bits

This commit is contained in:
Chris Forbes
2010-02-16 20:09:24 +13:00
parent 90b6d69e8c
commit 496e8f29e6
5 changed files with 0 additions and 23 deletions

View File

@@ -1,19 +0,0 @@
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

View File

@@ -4,17 +4,13 @@
@copy *.mix ..\openra-bin\
:nomix
@copy *.ini ..\openra-bin\
@copy *.rem ..\openra-bin\
@copy *.til ..\openra-bin\
@copy INSTALL ..\openra-bin\
@copy LICENSE ..\openra-bin\
@copy *.fx ..\openra-bin\
@copy *.xml ..\openra-bin\
@copy specialbin.png ..\openra-bin\
@copy OpenRA.Server\bin\debug\OpenRA.Server.exe ..\openra-bin\
@copy SequenceEditor\bin\debug\SequenceEditor.exe ..\openra-bin\
@copy OpenRA.Game\bin\debug\*.dll ..\openra-bin\
@copy OpenRA.Game\bin\debug\OpenRa.Game.exe ..\openra-bin\
@xcopy /E mods ..\openra-bin\mods\
@copy *.yaml ..\openra-bin\
@copy bogus.* ..\openra-bin\

Binary file not shown.

Binary file not shown.

Binary file not shown.