diff options
| author | John Schoenick <[email protected]> | 2015-09-09 18:35:41 -0700 |
|---|---|---|
| committer | John Schoenick <[email protected]> | 2015-09-09 18:35:41 -0700 |
| commit | 0d8dceea4310fde5706b3ce1c70609d72a38efdf (patch) | |
| tree | c831ef32c2c801a5c5a80401736b52c7b5a528ec /mp/src/tier1/tier1.vpc | |
| parent | Updated the SDK with the latest code from the TF and HL2 branches. (diff) | |
| download | source-sdk-2013-master.tar.xz source-sdk-2013-master.zip | |
Diffstat (limited to 'mp/src/tier1/tier1.vpc')
| -rw-r--r-- | mp/src/tier1/tier1.vpc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mp/src/tier1/tier1.vpc b/mp/src/tier1/tier1.vpc index bc3438a7..6f163a8b 100644 --- a/mp/src/tier1/tier1.vpc +++ b/mp/src/tier1/tier1.vpc @@ -64,6 +64,7 @@ $Project "tier1" $File "reliabletimer.cpp" $File "stringpool.cpp" $File "strtools.cpp" + $File "strtools_unicode.cpp" $File "tier1.cpp" $File "tokenreader.cpp" $File "sparsematrix.cpp" @@ -79,6 +80,15 @@ $Project "tier1" $File "snappy-stubs-internal.cpp" } + // Select bits from the LZMA SDK to support lzmaDecoder.h + // Encoding support requires the full lzma project + $Folder "LZMA Decompression Support" + { + $File "$SRCDIR\utils\lzma\C\LzmaDec.h" + $File "$SRCDIR\utils\lzma\C\LzmaDec.c" + $File "$SRCDIR\utils\lzma\C\7zTypes.h" + } + $Folder "Header Files" { $Folder "Internal Header Files" |