holdingarea/build_vs2008_miniegl.bat
author Matt Plumtree <matt.plumtree@nokia.com>
Mon, 08 Nov 2010 15:39:31 +0000
branchbug235_bringup_0
changeset 73 11fc086941ac
parent 24 a3f46bb01be2
permissions -rw-r--r--
Add host build extension component to package. Avoid using SSE2 with GCC builds for the moment - possibly broken on 3.4.5

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