holdingarea/build_vs2008_platsim_extensions.bat
author Matt Plumtree <matt.plumtree@nokia.com>
Thu, 16 Sep 2010 12:43:44 +0100
branchbug235_bringup_0
changeset 23 e70851cd9e5e
parent 20 d2d6724aef32
child 24 a3f46bb01be2
permissions -rw-r--r--
Enable building of holdingarea code, using CMake/Microsoft Visual Studio Express, using hostthreadadapter.

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