Checking in premake5.exe. Yuck.

This commit is contained in:
Ben Vanik 2015-07-29 23:41:25 -07:00
parent c21b5b8ab6
commit ff0bab3c8e
4 changed files with 8 additions and 2 deletions

BIN
bin/premake5.exe Normal file

Binary file not shown.

View File

@ -34,6 +34,7 @@ IF %_RESULT% NEQ 0 (
ECHO.
ECHO The Community Edition is free and can be downloaded here:
ECHO https://www.visualstudio.com/downloads/visual-studio-2015-downloads-vs
ECHO Make sure to install the Windows SDK.
ECHO.
ECHO Once installed, launch the 'Developer Command Prompt for VS2015' and run
ECHO this script again.
@ -76,6 +77,11 @@ POPD
IF %_RESULT% NEQ 0 (
EXIT /b 1
)
ECHO.
ECHO ^> copy third_party\premake-core\bin\release\premake5.exe bin\
COPY %DIR%\third_party\premake-core\bin\release\premake5.exe %DIR%\bin\
EXIT /b 0

View File

@ -7,7 +7,7 @@ SET VS14_VCVARSALL="C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvar
SET VS15_VCVARSALL="C:\Program Files (x86)\Microsoft Visual Studio 15.0\VC\vcvarsall.bat"
SET PREMAKE_PATH=%DIR%\third_party\premake-core\
SET PREMAKE_BIN=%PREMAKE_PATH%\bin\release\premake5.exe
SET PREMAKE_BIN=%DIR%\bin\premake5.exe
CALL :check_msvc
IF %_RESULT% NEQ 0 (

@ -1 +1 @@
Subproject commit 5566d7dd600c2cdea1507ebec192d01622e49c89
Subproject commit 1b2f19fa879d99ebe6dd57789525dc47dacd1c77