diff options
author | Eliot Horowitz <eliot@10gen.com> | 2009-06-04 08:56:51 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2009-06-04 08:56:51 -0400 |
commit | 27f84df31f3253e83599aff115d40862bd41cec7 (patch) | |
tree | 528c517bc2fd76c94fba4d3c8616b31c2ec11386 /SConstruct | |
parent | 06375b3b206c6c5c507ac6495085ea8be3a7c517 (diff) | |
download | mongo-27f84df31f3253e83599aff115d40862bd41cec7.tar.gz |
add util/ntservice.cpp for windows MINOR
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct index 647e6f24e4f..9a90c10e75d 100644 --- a/SConstruct +++ b/SConstruct @@ -331,6 +331,8 @@ elif "win32" == os.sys.platform: windows = True boostDir = "C:/Program Files/Boost/boost_1_35_0" + serverOnlyFiles += [ "util/ntservice.cpp" ] + if not os.path.exists( boostDir ): print( "can't find boost" ) Exit(1) |