mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-04 13:51:01 -05:00
4 lines
97 B
Batchfile
Vendored
4 lines
97 B
Batchfile
Vendored
@echo off
|
|
pushd "%~dp0"
|
|
..\bin\debug\premake5.exe /scripts=.. /file=..\premake5.lua %* test
|
|
popd
|