|
Today, I added some more files to be included in the installer.
The build can now produce a working C++ driver. When you run scons with --sharedclient and provide a target of "all" or "mongoclient", the build will now produce four files:
sharedclient\mongoclient.lib
sharedclient\mongoclient.dll
sharedclient\mongoclient.pdb
sharedclient\mongoclient.exp
These four files will be necessary to develop an application with the MongoDB C++ driver on Windows (obviously, not all the files need to be redistributed by an application developer consuming the library, but hopefully they will already know how this works).
I think we should add these files to the installer and keep them in this subdirectory, and store them in Program Files (I guess?). We can then document that they exist and illustrate how to use them.
|