Index: third_party/sqlite/SConscript |
=================================================================== |
--- third_party/sqlite/SConscript (revision 7290) |
+++ third_party/sqlite/SConscript (working copy) |
@@ -93,4 +93,7 @@ |
env.ChromeStaticLibrary('sqlite', input_files) |
+env.ChromeMSVSProject('$SQLITE_DIR/sqlite.vcproj', |
+ guid='{6EAD4A4B-2BBC-4974-8E45-BB5C16CC2AC9}') |
+ |
# TODO(tc): There should be a target to build the stand alone sqlite shell. |