diff options
author | alanw <alanwright.atex@googlemail.com> | 2009-06-04 11:26:15 +0100 |
---|---|---|
committer | alanw <alanwright.atex@googlemail.com> | 2009-06-04 11:26:15 +0100 |
commit | ad297c79c7e6fadd96729fa682834ce876295220 (patch) | |
tree | 5cd31162a41d8d8200ca9bfad3c0719265ad363a /msvc | |
parent | 7d9befe0e06a373a3212496993fa54f52948b4f1 (diff) | |
download | mongo-ad297c79c7e6fadd96729fa682834ce876295220.tar.gz |
Added support for running mongod as a Windows NT Service
Diffstat (limited to 'msvc')
-rw-r--r-- | msvc/server_only/server_only.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/msvc/server_only/server_only.vcproj b/msvc/server_only/server_only.vcproj index 3f45dee5e6c..cbafeff1b0f 100644 --- a/msvc/server_only/server_only.vcproj +++ b/msvc/server_only/server_only.vcproj @@ -335,6 +335,14 @@ RelativePath="..\..\util\miniwebserver.h"
>
</File>
+ <File
+ RelativePath="..\..\util\ntservice.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\util\ntservice.h"
+ >
+ </File>
</Filter>
<Filter
Name="s"
|