holdingarea/build_vs2008_platsim_extensions.bat
author Matt Plumtree <matt.plumtree@nokia.com>
Wed, 06 Oct 2010 15:50:10 +0100
branchbug235_bringup_0
changeset 52 39e5f73667ba
parent 24 a3f46bb01be2
permissions -rw-r--r--
Modify bug235.pkgdef.xml in line with changes to package_definition.xml Add license details to host support components.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
24
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 23
diff changeset
     1
@ECHO OFF
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 23
diff changeset
     2
mkdir build_vs2008_platsim_extensions
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 23
diff changeset
     3
cd build_vs2008_platsim_extensions
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 23
diff changeset
     4
cmake -DUSE_MINI_EGL:Bool=OFF -DPLATSIM_EXTENSIONS:Bool=ON %* -G "Visual Studio 9 2008" ../..
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 23
diff changeset
     5
cd ..
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 23
diff changeset
     6