holdingarea/build_vs2008_miniegl.bat
author Gareth Stockwell <gareth.stockwell@accenture.com>
Fri, 24 Sep 2010 12:02:56 +0100
branchbug235_bringup_0
changeset 37 1a4430846fcf
parent 24 a3f46bb01be2
permissions -rw-r--r--
Added /NOBUILD option to holdingarea/build.bat This allows cmake to be run without subsequently invoking nmake

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