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.
19 lines
561 B
Plaintext
19 lines
561 B
Plaintext
|
|
$Include "$SRCDIR\vpc_scripts\source_posix_base.vpc"
|
|
$include "$SRCDIR\tier0\tier0_exclude.vpc" [$POSIX]
|
|
$MacroRequired "OUTLIBNAME" "$PROJECTNAME"
|
|
|
|
$Configuration
|
|
{
|
|
$General
|
|
{
|
|
$ConfigurationType "Static Library (.lib)"
|
|
$GameOutputFile "$SRCDIR/lib/$PLATFORM/$OUTLIBNAME$_STATICLIB_EXT"
|
|
}
|
|
|
|
$Linker
|
|
{
|
|
$OutputFile "$SRCDIR/lib/$PLATFORM/$OUTLIBNAME$_STATICLIB_EXT"
|
|
}
|
|
}
|