blob: 5a5e47479a739b8c976659a7cec44e14e46116c2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
$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"
}
}
|