Skip to content

Commit 55dfa59

Browse files
committed
Add generic server/client_mapbase_tf.vpc files
1 parent 7f60459 commit 55dfa59

4 files changed

Lines changed: 38 additions & 0 deletions

File tree

src/game/client/client_mapbase.vpc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
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
{
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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+
}

src/game/server/server_mapbase.vpc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
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
{
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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+
}

0 commit comments

Comments
 (0)