holdingarea/build_vs2008_miniegl.bat
author Matt Plumtree <matt.plumtree@nokia.com>
Mon, 01 Nov 2010 18:10:32 +0000
branchbug235_bringup_0
changeset 69 3f914c77c2e9
parent 24 a3f46bb01be2
permissions -rw-r--r--
Host OpenVG building using GCC, without LLVM integration. Change hostbuild extension to avoid use of "lib" prefix on libraries, to allow other names to be used.

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