mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-22 01:11:39 +00:00
5 lines
97 B
Batchfile
Vendored
5 lines
97 B
Batchfile
Vendored
@echo off
|
|
pushd "%~dp0"
|
|
..\bin\debug\premake5.exe /scripts=.. /file=..\premake5.lua %* test
|
|
popd
|