[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
Mon Jan 17 16:41:30 CST 2011
branch "master" has been updated
via 99a495424e841c8b69bd95c538b2780d99e65bb3 (commit)
from 705c1a076b73351077992e4336109291f0ef5bb7 (commit)
Summary of changes:
init-cmake.sh | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
- Log -----------------------------------------------------------------
commit 99a495424e841c8b69bd95c538b2780d99e65bb3
Author: dsessions <dsessions at digium.com>
Date: Mon Jan 17 16:33:41 2011 -0600
Added support for Cygwin and updated the default Windows platform to vs10 (after talking with Ken).
diff --git a/init-cmake.sh b/init-cmake.sh
index 9af97cf..2b6743c 100755
--- a/init-cmake.sh
+++ b/init-cmake.sh
@@ -49,16 +49,17 @@ function add_cmake_args()
}
case $(uname -s)-$(uname -m) in
- Darwin-*) platform=mac ;;
- Linux-x86_64) platform=lin64 ;;
- Linux-i[0-9]86) platform=lin32 ;;
- MINGW32*-i686) platform=win32 ;;
- *) platform=unknown ;;
+ Darwin-*) platform=mac ;;
+ Linux-x86_64) platform=lin64 ;;
+ Linux-i[0-9]86) platform=lin32 ;;
+ MINGW32*-i686) platform=win32 ;;
+ CYGWIN_NT*-i686) platform=win32 ;;
+ *) platform=unknown ;;
esac
case $platform in
win*) # for windows, default to VS9
- cmake_output="Visual Studio 9 2008"
+ cmake_output="Visual Studio 10"
;;
esac
-----------------------------------------------------------------------
--
asterisk-scf/release/cmake.git
More information about the asterisk-scf-commits
mailing list