[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
Tue Dec 7 16:55:43 CST 2010


branch "master" has been updated
       via  0dc213ef0b5eeda5c0553c57d870e2bcaf5366ed (commit)
      from  cf93d3bec78f7efe4106e92a3a42e8a2846eae03 (commit)

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


- Log -----------------------------------------------------------------
commit 0dc213ef0b5eeda5c0553c57d870e2bcaf5366ed
Author: David M. Lee <dlee at digium.com>
Date:   Tue Dec 7 16:52:25 2010 -0600

    Fixed init-cmake --nmake option.
    
    Obviously I never tested this option, since it generated VS9 config instead
    of NMake makefiles.

diff --git a/init-cmake.sh b/init-cmake.sh
index 9cd72c9..2e9b784 100755
--- a/init-cmake.sh
+++ b/init-cmake.sh
@@ -81,7 +81,7 @@ while test $# -gt 0; do
          shift
          ;;
       --nmake)
-         add_cmake_args -G "Visual Studio 9 2008"
+         add_cmake_args -G "NMake Makefiles"
          shift
          ;;
       --subdir)

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


-- 
asterisk-scf/release/cmake.git



More information about the asterisk-scf-commits mailing list