Ver Fonte

Make: save environment during make.

Kim Kulling há 7 anos atrás
pai
commit
a9dcbedefb
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      tools/make/make_all_win32_x64.bat

+ 2 - 0
tools/make/make_all_win32_x64.bat

@@ -1,4 +1,5 @@
 rem @echo off
+setlocal
 call build_env_win32.bat
 
 set BUILD_CONFIG=release
@@ -14,3 +15,4 @@ pushd ..\..\
 cmake CMakeLists.txt -G "Visual Studio 15 2017 Win64"
 %MSBUILD% assimp.sln %CONFIG_PARAMETER% %PLATFORM_PARAMETER% %CPU_PARAMETER% %PLATFORM_TOOLSET%
 popd
+endlocal