aboutsummaryrefslogtreecommitdiff
path: root/mp/src/tier0
diff options
context:
space:
mode:
authorJoe Ludwig <[email protected]>2013-07-04 11:20:31 -0700
committerJoe Ludwig <[email protected]>2013-07-04 11:20:31 -0700
commit77b376f8a0d8d172c51729762f80bb394534aa41 (patch)
tree79897a015745704f7202eaa6648c18f2e5312df4 /mp/src/tier0
parentAdding a CONTRIBUTING file so the rights that GitHub users grant to Valve wit... (diff)
downloadsource-sdk-2013-77b376f8a0d8d172c51729762f80bb394534aa41.tar.xz
source-sdk-2013-77b376f8a0d8d172c51729762f80bb394534aa41.zip
* 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.
Diffstat (limited to 'mp/src/tier0')
-rw-r--r--mp/src/tier0/tier0_exclude.vpc18
1 files changed, 18 insertions, 0 deletions
diff --git a/mp/src/tier0/tier0_exclude.vpc b/mp/src/tier0/tier0_exclude.vpc
new file mode 100644
index 00000000..70d2d165
--- /dev/null
+++ b/mp/src/tier0/tier0_exclude.vpc
@@ -0,0 +1,18 @@
+//-----------------------------------------------------------------------------
+// tier0_s_exclude.vpc
+//
+// Project Script
+//-----------------------------------------------------------------------------
+
+$Project
+{
+ $Folder "Link Libraries"
+ {
+ -$File "$SRCDIR\lib\$PLATFORM\$_IMPLIB_PREFIXtier0$_IMPLIB_EXT" [!$WINDOWS]
+ -$File "$SRCDIR\lib\public\$_IMPLIB_PREFIXtier0$_IMPLIB_EXT" [$WINDOWS]
+ }
+ $Folder "Source Files"
+ {
+ -$File "$SRCDIR\public\tier0\memoverride.cpp"
+ }
+}