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
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
|
Loading…
Add table
Add a link
Reference in a new issue