holdingarea/build_vs2005_miniegl.bat
author Gareth Stockwell <gareth.stockwell@accenture.com>
Fri, 24 Sep 2010 11:23:48 +0100
branchbug235_bringup_0
changeset 35 44e8593dd747
parent 24 a3f46bb01be2
permissions -rw-r--r--
Modified CMake scripts to link against correct version of LLVM VISUAL_STUDIO_VERSION must be defined to either 2005 or 2008 when CMake is run. See build.bat for example usage.

@ECHO OFF
mkdir build_vs2005_miniegl
cd build_vs2005_miniegl
cmake -DUSE_MINI_EGL:Bool=ON %* -G "Visual Studio 8 2005" ..
cd ..