mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-01-05 17:13:36 +08:00
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"
|
||
|
}
|
||
|
}
|