holdingarea/build_vs2005.bat
author Matt Plumtree <matt.plumtree@nokia.com>
Wed, 06 Oct 2010 18:00:57 +0100
branchbug235_bringup_0
changeset 54 067180f57b12
parent 24 a3f46bb01be2
permissions -rw-r--r--
Remove copies of code made accidentally to the wrong location.

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