jediacademy/codemp/buildvms.bat

9 lines
85 B
Batchfile

set include=
cd game
call game
cd ..\cgame
call cgame
cd ..\ui
call ui
cd ..