[ros-diffs] [dreimer] 48365: Problem fixed thx to the Great Omnipotent Jaykul from #powershell

dreimer at svn.reactos.org dreimer at svn.reactos.org
Thu Jul 29 18:08:55 UTC 2010


Author: dreimer
Date: Thu Jul 29 18:08:54 2010
New Revision: 48365

URL: http://svn.reactos.org/svn/reactos?rev=48365&view=rev
Log:
Problem fixed thx to the Great Omnipotent Jaykul from #powershell

Modified:
    trunk/tools/RosBE/RosBE-Windows/Powershell/CBuild.ps1

Modified: trunk/tools/RosBE/RosBE-Windows/Powershell/CBuild.ps1
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/Powershell/CBuild.ps1?rev=48365&r1=48364&r2=48365&view=diff
==============================================================================
--- trunk/tools/RosBE/RosBE-Windows/Powershell/CBuild.ps1 [iso-8859-1] (original)
+++ trunk/tools/RosBE/RosBE-Windows/Powershell/CBuild.ps1 [iso-8859-1] Thu Jul 29 18:08:54 2010
@@ -43,7 +43,7 @@
     }
 
 cd build
-&{IEX "&'cmake.exe' -G ""MinGW Makefiles"" ..\"}
+&{IEX "&'cmake.exe' -G 'MinGW Makefiles' ..\"}
 
 if ($_ROSBE_WRITELOG -eq 1) {
     &{IEX "&'mingw32-make.exe' -j $MAKE_JOBS $($args)"} $($args) 2>&1 | tee-object $file1
@@ -59,7 +59,7 @@
     }
 
 cd build-ros
-&{IEX "&'cmake.exe' -G ""MinGW Makefiles"" -DCMAKE_TOOLCHAIN_FILE=toolchain-mingw32.cmake ..\"}
+&{IEX "&'cmake.exe' -G 'MinGW Makefiles' '-DCMAKE_TOOLCHAIN_FILE=toolchain-mingw32.cmake' ..\"}
 
 if ($_ROSBE_WRITELOG -eq 1) {
     &{IEX "&'mingw32-make.exe' -j $MAKE_JOBS $($args)"} $($args) 2>&1 | tee-object $file2




More information about the Ros-diffs mailing list