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 )