mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-20 04:46:18 +00:00
b856281197
Directly taken from https://premake.github.io/. Refs #3729. This was SVN commit r20366.
5 lines
101 B
Batchfile
5 lines
101 B
Batchfile
@echo off
|
|
pushd "%~dp0"
|
|
..\bin\debug\premake5.exe /scripts=.. /file=..\premake5.lua %* test
|
|
popd
|