-
Type: Improvement
-
Resolution: Cannot Reproduce
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Build
-
None
-
Environment:Windows Visual Studio
On windows the linker produces files in addition to the exe that are not deleted by "scons -c" For example the following side effects are created along with mongod.exe:
mongod.exe.manifest
mongod.exp
mongod.lib
mongod.pdb
These can be cleaned with an env.Clean() command.
See here for info http://scons.tigris.org/ds/viewMessage.do?dsForumId=1272&dsMessageId=2629048
I will submit a patch for this.