css_enhanced_waf/devtools/mapbuild/buildall.bat
FluorescentCIAAfricanAmerican 3bf9df6b27 1
2020-04-22 12:56:21 -04:00

22 lines
241 B
Batchfile

echo off
:start
@rem Sleep time is arbitrary, it just prevents us from spamming Perforce.
call buildmod ep2 -all
sleep 15
call buildmod portal -all
sleep 15
call buildmod hl2 -all
sleep 15
call buildmod tf -all
sleep 15
goto start