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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'build_files/windows/build_msbuild.cmd')
-rw-r--r--build_files/windows/build_msbuild.cmd4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_files/windows/build_msbuild.cmd b/build_files/windows/build_msbuild.cmd
index 37bd9abfe71..49958ed67c5 100644
--- a/build_files/windows/build_msbuild.cmd
+++ b/build_files/windows/build_msbuild.cmd
@@ -1,5 +1,5 @@
if "%NOBUILD%"=="1" goto EOF
-
+echo %TIME% > buildtime.txt
msbuild ^
%BUILD_DIR%\Blender.sln ^
/target:build ^
@@ -22,5 +22,5 @@ msbuild ^
echo Error during install phase
exit /b 1
)
-
+echo %TIME% >>buildtime.txt
:EOF \ No newline at end of file