summaryrefslogtreecommitdiffstats
path: root/third_party/lzma_sdk
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/lzma_sdk')
-rw-r--r--third_party/lzma_sdk/lzma_sdk.scons4
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/lzma_sdk/lzma_sdk.scons b/third_party/lzma_sdk/lzma_sdk.scons
index 82da4b4..fc16f9e 100644
--- a/third_party/lzma_sdk/lzma_sdk.scons
+++ b/third_party/lzma_sdk/lzma_sdk.scons
@@ -47,3 +47,7 @@ input_files = [
]
env.ChromeStaticLibrary('lzma_sdk', input_files)
+
+env.ChromeMSVSProject('$LZMA_SDK_DIR/7z_C.vcproj',
+ name='lzma_sdk',
+ guid='{B84553C8-5676-427B-B3E4-23DDDC4DBC7B}')