mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 06:06:50 +00:00
20 lines
436 B
Plaintext
20 lines
436 B
Plaintext
|
|
$MacroRequired "OUTLIBNAME" "$PROJECTNAME"
|
|
$Macro IS_LIB_PROJECT "1"
|
|
|
|
$Include "$SRCDIR\vpc_scripts\source_posix_base.vpc"
|
|
|
|
$Configuration
|
|
{
|
|
$General
|
|
{
|
|
$ConfigurationType "Static Library (.lib)"
|
|
$GameOutputFile "$OUTLIBDIR/$OUTLIBNAME$_STATICLIB_EXT"
|
|
}
|
|
|
|
$Linker
|
|
{
|
|
$OutputFile "$OUTLIBNAME$_STATICLIB_EXT"
|
|
}
|
|
}
|