[asterisk-scf-commits] asterisk-scf/release/cmake.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Wed Mar 9 12:40:45 CST 2011


branch "master" has been updated
       via  08021a0ed0d4eeb3a2daed9e243f70721424dbe8 (commit)
      from  d4d49f5c2496c13ea85561bc6ec4254554c338aa (commit)

Summary of changes:
 init-cmake.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


- Log -----------------------------------------------------------------
commit 08021a0ed0d4eeb3a2daed9e243f70721424dbe8
Author: Ken Hunt <ken.hunt at digium.com>
Date:   Wed Mar 9 12:40:06 2011 -0600

    Made VS10 the default build target for Windows.

diff --git a/init-cmake.sh b/init-cmake.sh
index 5ccc698..bf71a55 100755
--- a/init-cmake.sh
+++ b/init-cmake.sh
@@ -58,8 +58,8 @@ case $(uname -s)-$(uname -m) in
 esac
 
 case $platform in
-   win*) # for windows, default to VS9
-      cmake_output="Visual Studio 9 2008"
+   win*) # for windows, default to VS10
+      cmake_output="Visual Studio 10"
       ;;
 esac
 

-----------------------------------------------------------------------


-- 
asterisk-scf/release/cmake.git



More information about the asterisk-scf-commits mailing list