Skip to content

Commit

Permalink
compile msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
dwight committed Oct 15, 2010
1 parent 505a7ef commit 087fac1
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion db/commands/isself.cpp
@@ -1,6 +1,6 @@
// isself.cpp

#include "../../pch.h"
#include "pch.h"
#include "../../util/message.h"
#include "../commands.h"
#include "../../client/dbclient.h"
Expand Down
1 change: 1 addition & 0 deletions db/db.vcxproj
Expand Up @@ -468,6 +468,7 @@
<ClCompile Include="cap.cpp" />
<ClCompile Include="commands\distinct.cpp" />
<ClCompile Include="commands\group.cpp" />
<ClCompile Include="commands\isself.cpp" />
<ClCompile Include="commands\mr.cpp" />
<ClCompile Include="dbcommands_generic.cpp" />
<ClCompile Include="geo\2d.cpp" />
Expand Down
3 changes: 3 additions & 0 deletions db/db.vcxproj.filters
Expand Up @@ -405,6 +405,9 @@
<ClCompile Include="mongommf.cpp">
<Filter>db\storage engine</Filter>
</ClCompile>
<ClCompile Include="commands\isself.cpp">
<Filter>db\commands</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="repl\rs_config.h">
Expand Down
1 change: 0 additions & 1 deletion db/db_10.sln
Expand Up @@ -11,7 +11,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{2B262D59
..\tools\export.cpp = ..\tools\export.cpp
..\tools\restore.cpp = ..\tools\restore.cpp
..\tools\sniffer.cpp = ..\tools\sniffer.cpp
..\tools\stat.cpp = ..\tools\stat.cpp
..\tools\tool.h = ..\tools\tool.h
EndProjectSection
EndProject
Expand Down
1 change: 1 addition & 0 deletions dbtests/test.vcxproj
Expand Up @@ -260,6 +260,7 @@
<ClCompile Include="..\client\model.cpp" />
<ClCompile Include="..\client\parallel.cpp" />
<ClCompile Include="..\db\cap.cpp" />
<ClCompile Include="..\db\commands\isself.cpp" />
<ClCompile Include="..\db\compact.cpp" />
<ClCompile Include="..\db\dur.cpp" />
<ClCompile Include="..\db\geo\2d.cpp" />
Expand Down
3 changes: 3 additions & 0 deletions dbtests/test.vcxproj.filters
Expand Up @@ -692,6 +692,9 @@
<ClCompile Include="..\db\compact.cpp">
<Filter>db\cpp</Filter>
</ClCompile>
<ClCompile Include="..\db\commands\isself.cpp">
<Filter>db\cpp</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="..\SConstruct">
Expand Down

0 comments on commit 087fac1

Please sign in to comment.