0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 00:56:44 +01:00

don't use asio for mongos with win vcproj yet

This commit is contained in:
Dwight 2010-01-26 12:19:14 -05:00
parent c86eda25ac
commit 60c2a79e9c
3 changed files with 5 additions and 35 deletions

View File

@ -42,7 +42,7 @@
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories=""..\pcre-7.4";"C:\Program Files\boost\boost_1_35_0""
PreprocessorDefinitions="USE_ASIO;WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;HAVE_CONFIG_H;PCRE_STATIC"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;HAVE_CONFIG_H;PCRE_STATIC"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
@ -497,40 +497,8 @@
>
</File>
<File
RelativePath="..\util\message_server_asio.cpp"
RelativePath="..\util\message_server_port.cpp"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="release_nojni|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug Recstore|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\db\nonce.cpp"

View File

@ -18,7 +18,7 @@
// hacked in right now from engine_spidermonkey.cpp
#include "../client/syncclusterconnection.h"
#include "util/base64.h"
#include "../util/base64.h"
namespace mongo {

View File

@ -15,6 +15,8 @@
* limitations under the License.
*/
#include "stdafx.h"
#ifndef USE_ASIO
#include "message.h"