Advertisement
Guest User

Untitled

a guest
Aug 29th, 2015
521
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.76 KB | None | 0 0
  1. diff --git a/Engine/Build/BatchFiles/GenerateProjectFiles.bat b/Engine/Build/BatchFiles/GenerateProjectFiles.bat
  2. index c988b69..caa1098 100644
  3. --- a/Engine/Build/BatchFiles/GenerateProjectFiles.bat
  4. +++ b/Engine/Build/BatchFiles/GenerateProjectFiles.bat
  5. @@ -27,6 +27,17 @@ rem ## Check to see if we're already running under a Visual Studio environment s
  6.  if not "%INCLUDE%" == "" if not "%LIB%" == "" goto ReadyToCompile
  7.  
  8.  
  9. +rem ## Check for Visual Studio 2015
  10. +
  11. +pushd %~dp0
  12. +call GetVSComnToolsPath 14
  13. +popd
  14. +
  15. +if "%VsComnToolsPath%" == "" goto NoVisualStudio2015Environment
  16. +call "%VsComnToolsPath%/../../VC/bin/x86_amd64/vcvarsx86_amd64.bat" >NUL
  17. +goto ReadyToCompile
  18. +
  19. +:NoVisualStudio2015Environment
  20.  rem ## Check for Visual Studio 2013
  21.  
  22.  pushd %~dp0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement