Skip to content

Commit

Permalink
Make: save environment during make.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimkulling committed May 7, 2018
1 parent ce11aa5 commit a9dcbed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/make/make_all_win32_x64.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
rem @echo off
setlocal
call build_env_win32.bat

set BUILD_CONFIG=release
Expand All @@ -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

0 comments on commit a9dcbed

Please sign in to comment.