1
@ECHO OFF
2
mkdir build_vs2005_miniegl
3
cd build_vs2005_miniegl
4
cmake -DUSE_MINI_EGL:Bool=ON %* -G "Visual Studio 8 2005" ..
5
cd ..