* 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:
Joe Ludwig
2013-07-04 11:20:31 -07:00
parent ddc37314e5
commit 77b376f8a0
397 changed files with 36055 additions and 112942 deletions

View 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"
}
}