1
0
mirror of https://github.com/SFML/SFML.git synced 2025-03-03 10:28:04 +08:00
SFML/dotnet/build/build-all-windows.bat
2010-01-29 22:31:00 +00:00

11 lines
129 B
Batchfile

@echo off
echo Compiling Visual C++ 2008 libraries...
cd vc2008\batch-build
call build.bat
cd ..\..
echo Done
pause