mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-30 17:10:48 +01:00
23 lines
922 B
Plaintext
23 lines
922 B
Plaintext
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||
|
<VisualStudioPropertySheet
|
||
|
ProjectType="Visual C++"
|
||
|
Version="8.00"
|
||
|
Name="mongo_app"
|
||
|
>
|
||
|
<Tool
|
||
|
Name="VCCLCompilerTool"
|
||
|
AdditionalIncludeDirectories=""c:\Program Files\boost\boost_1_35_0";"..\..\pcre-7.4";..\..\.;..\..\..\js\src;"C:\Program Files\Java\jdk\lib""
|
||
|
PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS;HAVE_CONFIG_H;PCRE_STATIC;USESM;OLDJS;STATIC_JS_API;XP_WIN;USE_ASIO"
|
||
|
UsePrecompiledHeader="0"
|
||
|
DisableSpecificWarnings="4355;4800;4244;4996"
|
||
|
/>
|
||
|
<Tool
|
||
|
Name="VCLinkerTool"
|
||
|
AdditionalLibraryDirectories=""..\lib\$(ConfigurationName)";"..\..\..\js\js\$(ConfigurationName)";"c:\Program Files\boost\boost_1_35_0\lib""
|
||
|
/>
|
||
|
<Tool
|
||
|
Name="VCPostBuildEventTool"
|
||
|
CommandLine="copy "$(OutDir)\$(ProjectName).exe" "..\bin\$(ConfigurationName)\.""
|
||
|
/>
|
||
|
</VisualStudioPropertySheet>
|