mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-01-25 13:17:57 +03: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"
|
||
|
}
|
||
|
}
|