mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 11:45:46 -04:00
Initial community commit
This commit is contained in:
8
Src/resources/skins/Big Bento/scripts/buildall.bat
Normal file
8
Src/resources/skins/Big Bento/scripts/buildall.bat
Normal file
@ -0,0 +1,8 @@
|
||||
@echo off
|
||||
|
||||
pushd %~dp0..\..\..\..\wasabi\
|
||||
set basedir=%cd%
|
||||
popd
|
||||
|
||||
for %%a in (*.m) do "%basedir%\mc.exe" %%a
|
||||
pause
|
Reference in New Issue
Block a user