mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 20:13:36 +00:00
Move batch files to 'script' subdirectory
This commit is contained in:
parent
f5b05328be
commit
0b690aedea
@ -2,7 +2,9 @@
|
|||||||
set start=%time%
|
set start=%time%
|
||||||
@echo on
|
@echo on
|
||||||
|
|
||||||
call clean-win.bat
|
SET scriptdir=%~dp0
|
||||||
|
|
||||||
|
call %scriptdir%\clean-win.bat
|
||||||
|
|
||||||
echo "*** BUILDING MILKDROP ***"
|
echo "*** BUILDING MILKDROP ***"
|
||||||
MSBuild.exe ../milkdrop2-musikcube/milkdrop2-musikcube.sln /m /nologo /verbosity:minimal /p:Configuration=Release /p:Platform=Win32
|
MSBuild.exe ../milkdrop2-musikcube/milkdrop2-musikcube.sln /m /nologo /verbosity:minimal /p:Configuration=Release /p:Platform=Win32
|
Loading…
Reference in New Issue
Block a user