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