File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55//-----------------------------------------------------------------------------
66
77$Include "$SRCDIR\game\client\client_mapbase_hl2.vpc" [$HL2||$EPISODIC||$HL2MP]
8+ $Include "$SRCDIR\game\client\client_mapbase_tf.vpc" [$TF]
89
910$Configuration
1011{
Original file line number Diff line number Diff line change 1+ //-----------------------------------------------------------------------------
2+ // CLIENT_MAPBASE_TF.VPC
3+ //
4+ // Project Script
5+ //-----------------------------------------------------------------------------
6+
7+ $Project
8+ {
9+ $Folder "Source Files"
10+ {
11+ $Folder "Mapbase"
12+ {
13+ $Folder "TF"
14+ {
15+ }
16+ }
17+ }
18+ }
Original file line number Diff line number Diff line change 55//-----------------------------------------------------------------------------
66
77$Include "$SRCDIR\game\server\server_mapbase_hl2.vpc" [$HL2||$EPISODIC||$HL2MP]
8+ $Include "$SRCDIR\game\server\server_mapbase_tf.vpc" [$TF]
89
910$Configuration
1011{
Original file line number Diff line number Diff line change 1+ //-----------------------------------------------------------------------------
2+ // SERVER_MAPBASE_TF.VPC
3+ //
4+ // Project Base Script
5+ //-----------------------------------------------------------------------------
6+
7+ $Project
8+ {
9+ $Folder "Source Files"
10+ {
11+ $Folder "Mapbase"
12+ {
13+ $Folder "TF"
14+ {
15+ }
16+ }
17+ }
18+ }
You can’t perform that action at this time.
0 commit comments