mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-20 04:26:03 +08:00
22 lines
412 B
Plaintext
22 lines
412 B
Plaintext
$Configuration
|
|
{
|
|
$General
|
|
{
|
|
$ConfigurationType "Static Library (.lib)"
|
|
}
|
|
|
|
}
|
|
|
|
$Conditional IS_LIB_PROJECT "1"
|
|
$Include "$SRCDIR\vpc_scripts\source_posix_base.vpc"
|
|
$MacroRequired "OUTLIBNAME" "$PROJECTNAME"
|
|
|
|
$Configuration
|
|
{
|
|
$Librarian
|
|
{
|
|
$OutputFile "$OUTLIBDIR/$OUTLIBNAME$_STATICLIB_EXT"
|
|
}
|
|
}
|
|
|