diff options
author | Dwight <dmerriman@gmail.com> | 2009-01-29 18:38:35 -0500 |
---|---|---|
committer | Dwight <dmerriman@gmail.com> | 2009-01-29 18:38:35 -0500 |
commit | dcf90d4def6aa68082c1ec95f2699dfbbc8a1d2d (patch) | |
tree | ea77da77b7a9917d1d604bbac5fe7ef621c475ce /db/db.vcproj | |
parent | 9406c59f8037773ce3494cf45dfd88f74f83000f (diff) | |
download | mongo-dcf90d4def6aa68082c1ec95f2699dfbbc8a1d2d.tar.gz |
sort() for c++ client
Diffstat (limited to 'db/db.vcproj')
-rw-r--r-- | db/db.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/db/db.vcproj b/db/db.vcproj index 165e8798dbf..56a2bb90d85 100644 --- a/db/db.vcproj +++ b/db/db.vcproj @@ -341,6 +341,10 @@ >
</File>
<File
+ RelativePath="..\util\mmap_win.cpp"
+ >
+ </File>
+ <File
RelativePath=".\namespace.cpp"
>
</File>
|