Author: chug
Date: Mon Nov  4 19:38:35 2013
New Revision: 1538730

URL: http://svn.apache.org/r1538730
Log:
NO-JIRA: track recent GEN_DOXYGEN to BUILD_DOCS change

Modified:
    qpid/trunk/qpid/cpp/bindings/qpid/dotnet/configure-windows.ps1

Modified: qpid/trunk/qpid/cpp/bindings/qpid/dotnet/configure-windows.ps1
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/bindings/qpid/dotnet/configure-windows.ps1?rev=1538730&r1=1538729&r2=1538730&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/bindings/qpid/dotnet/configure-windows.ps1 (original)
+++ qpid/trunk/qpid/cpp/bindings/qpid/dotnet/configure-windows.ps1 Mon Nov  4 
19:38:35 2013
@@ -509,9 +509,9 @@ if ($defined64) {
 if ($make32) {
     cd "$build32"
     Write-Host "Running 32-bit CMake in $build32 ..."
-       $global:cmakeCommandLine32 = "CMake -G ""$global:cmakeGenerator"" 
""-DGEN_DOXYGEN=No"" ""-DCMAKE_INSTALL_PREFIX=install_x86"" 
""-DBoost_COMPILER=$global:cmakeCompiler"" ""-DBOOST_ROOT=$boost32"" $cppDir"
+       $global:cmakeCommandLine32 = "CMake -G ""$global:cmakeGenerator"" 
""-DBUILD_DOCS=No"" ""-DCMAKE_INSTALL_PREFIX=install_x86"" 
""-DBoost_COMPILER=$global:cmakeCompiler"" ""-DBOOST_ROOT=$boost32"" $cppDir"
        Write-Host "$global:cmakeCommadLine32"
-    CMake -G "$global:cmakeGenerator" "-DGEN_DOXYGEN=No" 
"-DCMAKE_INSTALL_PREFIX=install_x86" "-DBoost_COMPILER=$global:cmakeCompiler" 
"-DBOOST_ROOT=$boost32" $cppDir
+    CMake -G "$global:cmakeGenerator" "-DBUILD_DOCS=No" 
"-DCMAKE_INSTALL_PREFIX=install_x86" "-DBoost_COMPILER=$global:cmakeCompiler" 
"-DBOOST_ROOT=$boost32" $cppDir
 } else {
     Write-Host "Skipped 32-bit CMake."
 }
@@ -522,9 +522,9 @@ if ($make32) {
 if ($make64) {
     cd "$build64"
     Write-Host "Running 64-bit CMake in $build64"
-       $global:cmakeCommandLine64 = "CMake -G ""$global:cmakeGenerator Win64"" 
""-DGEN_DOXYGEN=No"" ""-DCMAKE_INSTALL_PREFIX=install_x64"" 
""-DBoost_COMPILER=$global:cmakeCompiler"" ""-DBOOST_ROOT=$boost64"" $cppDir"
+       $global:cmakeCommandLine64 = "CMake -G ""$global:cmakeGenerator Win64"" 
""-DBUILD_DOCS=No"" ""-DCMAKE_INSTALL_PREFIX=install_x64"" 
""-DBoost_COMPILER=$global:cmakeCompiler"" ""-DBOOST_ROOT=$boost64"" $cppDir"
        Write-Host "$global:cmakeCommadLine64"
-    CMake -G "$global:cmakeGenerator Win64" "-DGEN_DOXYGEN=No" 
"-DCMAKE_INSTALL_PREFIX=install_x64" "-DBoost_COMPILER=$global:cmakeCompiler" 
"-DBOOST_ROOT=$boost64" $cppDir
+    CMake -G "$global:cmakeGenerator Win64" "-DBUILD_DOCS=No" 
"-DCMAKE_INSTALL_PREFIX=install_x64" "-DBoost_COMPILER=$global:cmakeCompiler" 
"-DBOOST_ROOT=$boost64" $cppDir
 } else {
     Write-Host "Skipped 64-bit CMake."
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to