SFML/dotnet/build/build-all-windows.bat

11 lines
129 B
Batchfile
Raw Normal View History

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