[Bf-blender-cvs] [8936479f769] master: Cleanup/Win: Remove unused game engine variables in build helper scripts

Lazydodo noreply at git.blender.org
Fri Aug 2 16:19:12 CEST 2019


Commit: 8936479f769bde3cdf9a7ba6b7648e5775021122
Author: Lazydodo
Date:   Fri Aug 2 08:18:34 2019 -0600
Branches: master
https://developer.blender.org/rB8936479f769bde3cdf9a7ba6b7648e5775021122

Cleanup/Win: Remove unused game engine variables in build helper scripts

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

M	build_files/windows/reset_variables.cmd
M	build_files/windows/set_build_dir.cmd

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

diff --git a/build_files/windows/reset_variables.cmd b/build_files/windows/reset_variables.cmd
index 631618040ec..8b74cec238d 100644
--- a/build_files/windows/reset_variables.cmd
+++ b/build_files/windows/reset_variables.cmd
@@ -7,7 +7,6 @@ set BUILD_VS_YEAR=
 set BUILD_VS_LIBDIRPOST=
 set BUILD_VS_LIBDIR=
 set BUILD_VS_SVNDIR=
-set BUILD_NGE=
 set KEY_NAME=
 set MSBUILD_PLATFORM=
 set MUST_CLEAN=
diff --git a/build_files/windows/set_build_dir.cmd b/build_files/windows/set_build_dir.cmd
index 8842a52eb5b..bb01749c5ee 100644
--- a/build_files/windows/set_build_dir.cmd
+++ b/build_files/windows/set_build_dir.cmd
@@ -1,4 +1,4 @@
-set BUILD_DIR=%BUILD_DIR%_%TARGET%%BUILD_NGE%_%BUILD_ARCH%_vc%BUILD_VS_VER%_%BUILD_TYPE%
+set BUILD_DIR=%BUILD_DIR%_%TARGET%_%BUILD_ARCH%_vc%BUILD_VS_VER%_%BUILD_TYPE%
 if NOT "%BUILD_DIR_OVERRRIDE%"=="" (
 	set BUILD_DIR=%BUILD_DIR_OVERRRIDE%
 )
\ No newline at end of file



More information about the Bf-blender-cvs mailing list