diff options
author | Tad Marshall <tad@10gen.com> | 2012-11-07 08:03:55 -0500 |
---|---|---|
committer | Tad Marshall <tad@10gen.com> | 2012-11-07 08:32:39 -0500 |
commit | 5a7456f2c726953fd7c433d96c76e9b0a1ba6105 (patch) | |
tree | 6c0d608fd7c9acaea69b7f433f35162a253a9358 /src/mongo/scripting/sm_db.cpp | |
parent | 15a65451256ae84e7b5062ce995c2956e8c6f37b (diff) | |
download | mongo-5a7456f2c726953fd7c433d96c76e9b0a1ba6105.tar.gz |
SERVER-7565 SERVER-7126 SERVER-7576 Visual Studio require Python, run Python scripts
This commit makes the Visual Studio builds require Python to be installed.
Add Pre-Build Events to Visual Studio projects to run the same Python
scripts that the scons build runs to create src/mongo/base/error_codes.cpp,
src/mongo/base/error_codes.h, src/mongo/db/auth/action_type.h and
src/mongo/db/auth/action_type.cpp.
Diffstat (limited to 'src/mongo/scripting/sm_db.cpp')
-rw-r--r-- | src/mongo/scripting/sm_db.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/scripting/sm_db.cpp b/src/mongo/scripting/sm_db.cpp index d33f1708a10..c9ab4d7abe7 100644 --- a/src/mongo/scripting/sm_db.cpp +++ b/src/mongo/scripting/sm_db.cpp @@ -15,7 +15,7 @@ * limitations under the License. */ -#include <third_party/js-1.7/jsapi.h> +//#include <third_party/js-1.7/jsapi.h> #include "mongo/client/dbclientcursor.h" #include "mongo/db/namespacestring.h" |