summaryrefslogtreecommitdiff
path: root/make.bat
blob: 2ab11bc361319191a926e7383e6777d55b1a5b67 (plain)
1
2
3
4
5
6
7
8
9
10
git submodule update --init --recursive
cd 3rd\luamake
call compile\install.bat
call compile\build.bat
cd ..\..
IF "%~1"=="" (
    call 3rd\luamake\luamake.exe rebuild
) ELSE (
    call 3rd\luamake\luamake.exe rebuild --platform %1
)