Revision 9d048351d283f8df2a68aca52b3573dcbb8cdb9b authored by Sai Praveen Bangaru on 12 December 2022, 22:33:44 UTC, committed by GitHub on 12 December 2022, 22:33:44 UTC
* Added initial support for nested calls

* removed comments

Co-authored-by: Yong He <yonghe@outlook.com>
1 parent c2dc1a8
Raw File
premake.bat
@echo off
set ROOT=%~dp0
"%ROOT%\external\slang-binaries\premake\premake-5.0.0-alpha16\bin\windows-x64\premake5.exe" %*
back to top