mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-02-04 19:24:13 +00:00
28 lines
534 B
Plaintext
28 lines
534 B
Plaintext
//-----------------------------------------------------------------------------
|
|
// GAMEPADUI_PORTAL.VPC
|
|
//
|
|
// Project Script
|
|
//-----------------------------------------------------------------------------
|
|
|
|
$Macro SRCDIR "..\.."
|
|
$Macro GAMENAME "portal"
|
|
$Macro OUTBINNAME "gamepadui"
|
|
|
|
$Include "$SRCDIR\game\gamepadui\gamepadui_base.vpc"
|
|
|
|
$Configuration
|
|
{
|
|
$Compiler
|
|
{
|
|
$PreprocessorDefinitions "$BASE;GAMEPADUI_GAME_PORTAL"
|
|
}
|
|
}
|
|
|
|
$Project "GamepadUI (Portal)"
|
|
{
|
|
$Folder "Source Files"
|
|
{
|
|
$File "gamepadui_bonusmaps.cpp"
|
|
}
|
|
}
|