summaryrefslogtreecommitdiff
path: root/dbtests
diff options
context:
space:
mode:
authorDwight <dmerriman@gmail.com>2010-02-23 13:10:09 -0500
committerDwight <dmerriman@gmail.com>2010-02-23 13:10:09 -0500
commita61c72881ea963599ddab103bb597f84598225e4 (patch)
treecc866ee3888dee3998d786e334827b8780a9f540 /dbtests
parente7365d7c92080052d3659cb8f9eddb9bd6ffd710 (diff)
downloadmongo-a61c72881ea963599ddab103bb597f84598225e4.tar.gz
fix a couple things in vcproj for release builds
Diffstat (limited to 'dbtests')
-rw-r--r--dbtests/test.vcproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbtests/test.vcproj b/dbtests/test.vcproj
index e2b27af8bde..9f21a9929fa 100644
--- a/dbtests/test.vcproj
+++ b/dbtests/test.vcproj
@@ -144,7 +144,7 @@
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="ws2_32.lib"
+ AdditionalDependencies="ws2_32.lib psapi.lib"
LinkIncremental="1"
AdditionalLibraryDirectories="&quot;c:\program files\boost\boost_1_35_0\lib&quot;"
GenerateDebugInformation="true"