summaryrefslogtreecommitdiff
path: root/devtools/mapbuild/buildall.bat
blob: 471ac1c90f68439ce89ab490b2e504ee50be2b17 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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