summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authoragralius <andreas.nilsson@10gen.com>2013-04-30 12:04:06 -0400
committeragralius <andreas.nilsson@10gen.com>2013-05-06 16:40:04 -0400
commitf2bf885d383cab8d4c035abb3a6b5c7ce759c563 (patch)
tree32b44b5e1378cbb1589eb09c66ce2a20eed81ea3 /SConstruct
parent19f0bbbd98ed9e8fdcbde1a855445aa678e50abb (diff)
downloadmongo-f2bf885d383cab8d4c035abb3a6b5c7ce759c563.tar.gz
SERVER-7902 added support for global /etc/mongorc.js
The corresponding Windows path is %SYSTEMROOT%\system32\drivers\etc\mongorc.js
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 0aa6bd289bd..4d12d5d6737 100644
--- a/SConstruct
+++ b/SConstruct
@@ -693,7 +693,7 @@ elif "win32" == os.sys.platform:
# This gives 32-bit programs 4 GB of user address space in WOW64, ignored in 64-bit builds
env.Append( LINKFLAGS=" /LARGEADDRESSAWARE " )
- env.Append(LIBS=['ws2_32.lib', 'kernel32.lib', 'advapi32.lib', 'Psapi.lib', 'DbgHelp.lib'])
+ env.Append(LIBS=['ws2_32.lib', 'kernel32.lib', 'advapi32.lib', 'Psapi.lib', 'DbgHelp.lib', 'shell32.lib'])
# v8 calls timeGetTime()
if usev8: