~ubuntu-branches/ubuntu/trusty/mongodb/trusty-proposed

« back to all changes in this revision

Viewing changes to msvc/msvc_scripting.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Antonin Kral
  • Date: 2010-01-29 19:48:45 UTC
  • Revision ID: james.westby@ubuntu.com-20100129194845-8wbmkf626fwcavc9
Tags: upstream-1.3.1
ImportĀ upstreamĀ versionĀ 1.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#include "stdafx.h"
 
3
 
 
4
#if defined(USESM)
 
5
#include "..\scripting\engine_spidermonkey.cpp"
 
6
#elif defined(NOJNI)
 
7
#include "..\scripting\engine_java.cpp"
 
8
#else
 
9
#include "..\scripting\engine_none.cpp"
 
10
#endif
 
 
b'\\ No newline at end of file'