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