holdingarea/build_vs2008.bat
author Faisal Memon <faisal.memon@nokia.com>
Fri, 22 Oct 2010 11:29:23 +0100
branchbug235_bringup_0
changeset 61 032a79db4ef1
parent 24 a3f46bb01be2
permissions -rw-r--r--
Revert fix for eglMakeCurrent since it was the deinit path was is ok for EGL_NO_*. Add extra debugging

@ECHO OFF
mkdir build_vs2008
cd build_vs2008
cmake -DUSE_MINI_EGL:Bool=OFF -DPLATSIM_EXTENSIONS:Bool=OFF %* -G "Visual Studio 9 2008" ..
cd ..