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
2 changed files with 18 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue