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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
24
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 20
diff changeset
     1
@ECHO OFF
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 20
diff changeset
     2
mkdir build_vs2008_miniegl
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 20
diff changeset
     3
cd build_vs2008_miniegl
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 20
diff changeset
     4
cmake -DUSE_MINI_EGL:Bool=ON %* -G "Visual Studio 9 2008" ..
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 20
diff changeset
     5
cd ..