holdingarea/build_vs2005_platsim_extensions.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_vs2005_platsim_extensions
cd build_vs2005_platsim_extensions
cmake -DUSE_MINI_EGL:Bool=OFF -DPLATSIM_EXTENSIONS:Bool=ON %* -G "Visual Studio 8 2005" ../..
cd ..