You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
490 B
21 lines
490 B
//-----------------------------------------------------------------------------
|
|
// CLIENT_PORTAL.VPC
|
|
//
|
|
// Project Script
|
|
//-----------------------------------------------------------------------------
|
|
|
|
$Macro GAMENAME "portal"
|
|
|
|
$Include "client_portal_base.vpc"
|
|
|
|
$Project "Client (Portal)"
|
|
{
|
|
$Folder "Source Files"
|
|
{
|
|
$Folder "Portal"
|
|
{
|
|
$File "$SRCDIR\game\shared\portal\portal_gamerules.cpp"
|
|
$File "$SRCDIR\game\shared\portal\portal_gamerules.h"
|
|
}
|
|
}
|
|
}
|