mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-02-04 19:24:13 +00:00
24 lines
551 B
Plaintext
24 lines
551 B
Plaintext
//-----------------------------------------------------------------------------
|
|
// GAMEPADUI_HL2.VPC
|
|
//
|
|
// Project Script
|
|
//-----------------------------------------------------------------------------
|
|
|
|
$Macro SRCDIR "..\.."
|
|
$Macro GAMENAME "mod_hl2" // Stock SDK2013, Modders should replace this line with their mod folder name if needed.
|
|
$Macro OUTBINNAME "gamepadui"
|
|
|
|
$Include "$SRCDIR\game\gamepadui\gamepadui_base.vpc"
|
|
|
|
$Configuration
|
|
{
|
|
$Compiler
|
|
{
|
|
$PreprocessorDefinitions "$BASE;GAMEPADUI_GAME_HL2"
|
|
}
|
|
}
|
|
|
|
$Project "GamepadUI (HL2)"
|
|
{
|
|
}
|