summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2011-04-09 19:21:34 +0000
committerXhmikosR <xhmikosr@users.sourceforge.net>2011-04-09 19:21:34 +0000
commit9061c7d2e8232f98b4f7c4fec0bccea63868c2f8 (patch)
tree056e85a0392edce50365599df3c7c55a9b35a034
parentdb50e75597abca430d2670a3953e3ad359f4adc3 (diff)
downloadnotepad2-mod-9061c7d2e8232f98b4f7c4fec0bccea63868c2f8.zip
notepad2-mod-9061c7d2e8232f98b4f7c4fec0bccea63868c2f8.tar.gz
notepad2-mod-9061c7d2e8232f98b4f7c4fec0bccea63868c2f8.tar.bz2
cosmetics
git-svn-id: https://notepad2-mod.googlecode.com/svn/trunk@465 28bd50df-7adb-d945-0439-6e466c6a13cc
-rw-r--r--build/build_icl12.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/build_icl12.bat b/build/build_icl12.bat
index e16ac68..e014629 100644
--- a/build/build_icl12.bat
+++ b/build/build_icl12.bat
@@ -17,8 +17,8 @@ SETLOCAL
CD /D %~dp0
rem Check the building environment
-IF NOT DEFINED VS100COMNTOOLS CALL :SUBMSG "ERROR" "Visual Studio 2010 NOT FOUND!"
-IF NOT DEFINED ICPP_COMPOSER2011 CALL :SUBMSG "ERROR" "Intel C++ Composer NOT FOUND!"
+IF NOT DEFINED VS100COMNTOOLS CALL :SUBMSG "ERROR" "Visual Studio 2010 wasn't found!"
+IF NOT DEFINED ICPP_COMPOSER2011 CALL :SUBMSG "ERROR" "Intel C++ Composer 2011 wasn't found!"
rem Check for the help switches
IF /I "%~1"=="help" GOTO SHOWHELP