diff options
author | dwight <dwight@10gen.com> | 2011-05-02 20:53:11 -0400 |
---|---|---|
committer | dwight <dwight@10gen.com> | 2011-05-02 20:53:11 -0400 |
commit | ce74c015fcf5503b55dc4b50064a923f517eb941 (patch) | |
tree | 7fac6af931ca8a83e14886ab0597b6d599cd32dc /s | |
parent | 1f6df26f345fdeb1c936d9a61fed38fd9cb4065d (diff) | |
download | mongo-ce74c015fcf5503b55dc4b50064a923f517eb941.tar.gz |
update vcxproj files for ramlog.cpp
Diffstat (limited to 's')
-rw-r--r-- | s/dbgrid.vcxproj | 1 | ||||
-rwxr-xr-x | s/dbgrid.vcxproj.filters | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/s/dbgrid.vcxproj b/s/dbgrid.vcxproj index b74055321af..ded4118e15a 100644 --- a/s/dbgrid.vcxproj +++ b/s/dbgrid.vcxproj @@ -211,6 +211,7 @@ <ClCompile Include="..\util\log.cpp" />
<ClCompile Include="..\util\miniwebserver.cpp" />
<ClCompile Include="..\util\processinfo.cpp" />
+ <ClCompile Include="..\util\ramlog.cpp" />
<ClCompile Include="..\util\signal_handlers.cpp" />
<ClCompile Include="..\util\stringutils.cpp" />
<ClCompile Include="..\util\text.cpp" />
diff --git a/s/dbgrid.vcxproj.filters b/s/dbgrid.vcxproj.filters index 0e4f768a5b9..5e0885bffab 100755 --- a/s/dbgrid.vcxproj.filters +++ b/s/dbgrid.vcxproj.filters @@ -326,6 +326,9 @@ <ClCompile Include="..\db\querypattern.cpp">
<Filter>Shared Source Files</Filter>
</ClCompile>
+ <ClCompile Include="..\util\ramlog.cpp">
+ <Filter>Shared Source Files</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="gridconfig.h">
|