holdingarea/build_vs2008.bat
author Gareth Stockwell <gareth.stockwell@accenture.com>
Fri, 24 Sep 2010 17:49:22 +0100
branchbug235_bringup_0
changeset 47 75fe64f1ad18
parent 24 a3f46bb01be2
permissions -rw-r--r--
Added support for EGL sync extensions

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