holdingarea/build_vs2005.bat
author Faisal Memon <faisal.memon@nokia.com>
Thu, 23 Sep 2010 13:18:28 +0100
branchbug235_bringup_0
changeset 38 2688aad49bab
parent 24 a3f46bb01be2
permissions -rw-r--r--
fix rombuild to avoid duplicate delivery of dll

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