Files
mongo/shell/msvc
Tad Marshall c67b01be01 SERVER-4304 -- Generate .CPP files from JavaScript in Visual Studio
We no longer need mongo_vstudio.cpp and it is removed from the Git
repository with this commit.  Visual Studio 2010 will now generate its
own copies of shell/mongo.cpp and shell/mongo-server.cpp.  The code
that creates these files closely mimics the jsToH function in SConstruct
such that the resulting files are identical (quirks and all).
SConstruct no longer creates shell/mongo_vstudio.cpp and Visual Studio
creates and uses the same filename as SCons (shell/mongo.cpp).  All
projects that were using mongo_vstudio.cpp will now instead generate
shell/mongo.cpp as a "Pre-Build" step.
2011-11-19 22:49:37 -05:00
..
2010-06-16 15:10:13 -04:00
2010-06-05 20:55:11 -04:00