6 lines
145 B
Batchfile
6 lines
145 B
Batchfile
|
|
@echo off
|
||
|
|
echo Building DarkHal 2.0 for all platforms...
|
||
|
|
echo (Windows x64, Linux x64, Linux ARM64)
|
||
|
|
echo.
|
||
|
|
python build_all_platforms.py all
|
||
|
|
pause
|