mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2024-12-23 01:59:43 +08:00
3569c0f8f5
* Pulled in bug fixes from HL2 and HL2MP.
25 lines
492 B
Plaintext
25 lines
492 B
Plaintext
|
|
$Include "$SRCDIR\vpc_scripts\version.vpc"
|
|
$Include "$SRCDIR\vpc_scripts\source_linux_base_project.vpc"
|
|
|
|
|
|
$MacroRequired "OUTBINNAME" "$PROJECTNAME"
|
|
|
|
|
|
// General configuration info.
|
|
$Configuration
|
|
{
|
|
$General
|
|
{
|
|
$ConfigurationType "Dynamic Library (.dll)"
|
|
$OutputFile "$(OBJ_DIR)/$OUTBINNAME$_DLL_EXT"
|
|
$GameOutputFile "$OUTBINDIR/$OUTBINNAME$_DLL_EXT"
|
|
}
|
|
|
|
$Compiler
|
|
{
|
|
$PreprocessorDefinitions "$BASE;RAD_TELEMETRY_DISABLED" [$SOURCESDK ]
|
|
}
|
|
}
|
|
|