holdingarea/build_vs2008.bat
author Matt Plumtree <matt.plumtree@nokia.com>
Mon, 01 Nov 2010 18:11:59 +0000
branchbug235_bringup_0
changeset 70 08233365fef6
parent 24 a3f46bb01be2
permissions -rw-r--r--
Add /clean to build.bat to delete the build directory and its contents before building.

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