- Remove two strange characters in configure.cmd

- Add a space between a word and an opening parenthese (in the informative message) in configure.sh

svn path=/trunk/; revision=59283
This commit is contained in:
Hermès Bélusca-Maïto 2013-06-22 10:54:11 +00:00
parent 1edd94dfa6
commit 68a58eafa6
2 changed files with 2 additions and 2 deletions

View file

@ -186,7 +186,7 @@ if "%BUILD_ENVIRONMENT%" == "MinGW" (
cd..
echo Configure script complete^^! Enter directories and execute appropriate build commands (ex: ninja, make, nmake, etc...).
echo Configure script complete! Enter directories and execute appropriate build commands (ex: ninja, make, nmake, etc...).
exit /b
:cmake_notfound

View file

@ -59,4 +59,4 @@ rm -f CMakeCache.txt
cmake -G "$CMAKE_GENERATOR" -DENABLE_CCACHE=0 -DPCH=0 -DCMAKE_TOOLCHAIN_FILE=toolchain-gcc.cmake -DARCH=$ARCH -DREACTOS_BUILD_TOOLS_DIR="$REACTOS_BUILD_TOOLS_DIR" $ROS_CMAKEOPTS "$REACTOS_SOURCE_DIR"
echo Configure script complete! Enter directories and execute appropriate build commands\(ex: ninja, make, makex, etc...\).
echo Configure script complete! Enter directories and execute appropriate build commands \(ex: ninja, make, makex, etc...\).