[Bf-blender-cvs] [8519814b891] gsoc-2018-many-light-sampling: make.bat : Fix builtime.txt being written in the wrong folder.

Ray Molenkamp noreply at git.blender.org
Fri Jun 1 16:17:51 CEST 2018


Commit: 8519814b891043d6e15e9944a54df7b134b6d494
Author: Ray Molenkamp
Date:   Sat May 26 19:20:07 2018 -0600
Branches: gsoc-2018-many-light-sampling
https://developer.blender.org/rB8519814b891043d6e15e9944a54df7b134b6d494

make.bat : Fix builtime.txt being written in the wrong folder.

===================================================================

M	build_files/windows/build_msbuild.cmd

===================================================================

diff --git a/build_files/windows/build_msbuild.cmd b/build_files/windows/build_msbuild.cmd
index 49958ed67c5..6ca5f1b0df8 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
+echo %TIME% > %BUILD_DIR%\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
+echo %TIME% >> %BUILD_DIR%\buildtime.txt
 :EOF
\ No newline at end of file



More information about the Bf-blender-cvs mailing list