mirror of
https://github.com/celisej567/source-sdk-2013.git
synced 2026-09-17 20:10:21 +03:00
* Switched the SDK from checked-in projects to VPC, the Valve Project Creator. See the Getting Started document on the wiki for details.
* Pulled in bug fixes from HL2 and HL2MP.
This commit is contained in:
18
mp/src/vpc_scripts/source_lib_posix_base.vpc
Normal file
18
mp/src/vpc_scripts/source_lib_posix_base.vpc
Normal file
@@ -0,0 +1,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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user