Added a batch-build script for SFML.Net
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1385 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
64aebf0b9f
commit
d07ffa8389
10
dotnet/build/build-all-windows.bat
Normal file
10
dotnet/build/build-all-windows.bat
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
@echo off
|
||||||
|
|
||||||
|
echo Compiling Visual C++ 2008 libraries...
|
||||||
|
cd vc2008\batch-build
|
||||||
|
call build.bat
|
||||||
|
|
||||||
|
cd ..\..
|
||||||
|
|
||||||
|
echo Done
|
||||||
|
pause
|
8
dotnet/build/vc2008/batch-build/build.bat
Normal file
8
dotnet/build/vc2008/batch-build/build.bat
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
@echo off
|
||||||
|
|
||||||
|
set MSBUILD=%WINDIR%\Microsoft.NET\Framework\v3.5\msbuild
|
||||||
|
|
||||||
|
echo Compiling release libraries...
|
||||||
|
%MSBUILD% ..\SFML.net.sln /verbosity:q /maxcpucount /target:sfml-window,sfml-graphics,sfml-audio /property:Configuration="Release"
|
||||||
|
|
||||||
|
echo Done
|
Loading…
Reference in New Issue
Block a user