diff options
Diffstat (limited to 'third_party/bspatch/bspatch.scons')
-rw-r--r-- | third_party/bspatch/bspatch.scons | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/bspatch/bspatch.scons b/third_party/bspatch/bspatch.scons index 06db297..97cf01c 100644 --- a/third_party/bspatch/bspatch.scons +++ b/third_party/bspatch/bspatch.scons @@ -28,3 +28,6 @@ input_files = [ ] env.ChromeStaticLibrary('bspatch', input_files) + +env.ChromeMSVSProject('$BSPATCH_DIR/bspatch.vcproj', + guid='{D7ED06E8-6138-4CE3-A906-5EF1D9C804E0}') |