holdingarea/build_vs2008_miniegl.bat
author Matt Plumtree <matt.plumtree@nokia.com>
Thu, 16 Sep 2010 10:58:58 +0100
branchbug235_bringup_0
changeset 21 f912a08d3c3a
parent 20 d2d6724aef32
child 24 a3f46bb01be2
permissions -rw-r--r--
Contribute a cmake build file for hostthreadadapter, to aid building the intermediate versions of other host components.

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