Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2010-08-19 23:28:17 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2010-08-19 23:28:17 +0400
commitfe385e117952ba595e0a761b5921beb5f65de741 (patch)
tree25d33e5e0dd8c9dad83c6384ded6d8bb6d2be541 /build.bat
parentf597481a15aaff91cc071e656913a7a703714852 (diff)
cosmetics in the building batch files
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2277 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'build.bat')
-rw-r--r--build.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.bat b/build.bat
index 631196d27..ea0516327 100644
--- a/build.bat
+++ b/build.bat
@@ -56,7 +56,7 @@ EXIT /B
:NoVarMissing
REM set up variables
-Title Compiling MPC-HC...
+Title Compiling MPC-HC with MSVC 2008...
SET start_time=%date%-%time%
IF "%1" == "" (SET BUILDTYPE=/Build) ELSE (SET BUILDTYPE=/%1)
@@ -95,7 +95,7 @@ ENDLOCAL
EXIT /B
:END
-Title Compiling MPC-HC [FINISHED]
+Title Compiling MPC-HC with MSVC 2008 [FINISHED]
ECHO. && ECHO.
ECHO:MPC-HC's compilation started on %start_time%
ECHO:and completed on %date%-%time%