diff options
author | Eliot Horowitz <eliot@10gen.com> | 2009-10-01 13:58:55 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2009-10-01 13:58:55 -0400 |
commit | eca1e97b76dca3cb995ee2e806ae1b1071c3c837 (patch) | |
tree | 0d633eb4c4e72096c367b3d6b8816f7d004b457c /dbtests/test.vcproj | |
parent | 15a86d57ff2243680b7fbdd631d1e0186a4b78a3 (diff) | |
parent | 3d263b1f46b4a2c437fde45eac95af65db15ab18 (diff) | |
download | mongo-r1.1.1.tar.gz |
Merge branch 'master' of git@github.com:mongodb/mongor1.1.1
Diffstat (limited to 'dbtests/test.vcproj')
-rw-r--r-- | dbtests/test.vcproj | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/dbtests/test.vcproj b/dbtests/test.vcproj index fb485a7efb0..2e559a0de22 100644 --- a/dbtests/test.vcproj +++ b/dbtests/test.vcproj @@ -350,30 +350,30 @@ >
</File>
<File
- RelativePath="..\..\js\js\Debug\js.lib"
+ RelativePath="..\..\js\js\Release\js.lib"
>
<FileConfiguration
- Name="Release|Win32"
+ Name="Debug|Win32"
ExcludedFromBuild="true"
>
<Tool
Name="VCCustomBuildTool"
/>
</FileConfiguration>
- </File>
- <File
- RelativePath="..\..\js\js\Release\js.lib"
- >
<FileConfiguration
- Name="Debug|Win32"
+ Name="Debug Recstore|Win32"
ExcludedFromBuild="true"
>
<Tool
Name="VCCustomBuildTool"
/>
</FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\js\js\Debug\js.lib"
+ >
<FileConfiguration
- Name="Debug Recstore|Win32"
+ Name="Release|Win32"
ExcludedFromBuild="true"
>
<Tool
@@ -1683,6 +1683,10 @@ >
</File>
<File
+ RelativePath="..\util\base64.cpp"
+ >
+ </File>
+ <File
RelativePath="..\util\httpclient.cpp"
>
</File>
|