Revision ac41b9956681d54f4487ff06922017f2753d0c45 authored by Yong He on 19 November 2020, 09:14:34 UTC, committed by GitHub on 19 November 2020, 09:14:34 UTC
* Fix constant folding in attributes

* remove unnecessary change

* remove unnecessary change

* remove unnecessary change

* Fixed circular checking issue.

* cleanup

* more cleanup

* minimize diff

* minimize diff

* minimize diff
1 parent e140c49
Raw File
premake.bat
@echo off
set ROOT=%~dp0
"%ROOT%\external\slang-binaries\premake\premake-5.0.0-alpha13\bin\windows-x64\premake5.exe" %*
back to top