0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

vstudio compile

This commit is contained in:
Dwight 2010-10-01 16:33:15 -04:00
parent 47b6945cf0
commit 5369650ebb
4 changed files with 10 additions and 2 deletions

View File

@ -220,6 +220,7 @@
<ClCompile Include="grid.cpp" />
<ClCompile Include="request.cpp" />
<ClCompile Include="shardconnection.cpp" />
<ClCompile Include="shard_version.cpp" />
<ClCompile Include="s_only.cpp" />
<ClCompile Include="server.cpp" />
<ClCompile Include="shard.cpp" />
@ -520,6 +521,7 @@
<ClCompile Include="..\util\sock.cpp" />
<ClCompile Include="..\client\syncclusterconnection.cpp" />
<ClCompile Include="..\util\util.cpp" />
<ClCompile Include="writeback_listener.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\util\processinfo.h" />

View File

@ -299,6 +299,12 @@
<ClCompile Include="..\db\mongommf.cpp">
<Filter>Shared Source Files</Filter>
</ClCompile>
<ClCompile Include="writeback_listener.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="shard_version.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="gridconfig.h">

View File

@ -16,7 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "../pch.h"
#include "pch.h"
#include "chunk.h"
#include "config.h"

View File

@ -16,7 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "../pch.h"
#include "pch.h"
#include "../util/timer.h"