Make: save environment during make.

pull/1954/head
Kim Kulling 2018-05-07 22:07:19 +02:00
parent ce11aa51f5
commit a9dcbedefb
1 changed files with 2 additions and 0 deletions

View File

@ -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