diff options
author | Antonin Kral <a.kral@bobek.cz> | 2010-08-11 12:38:57 +0200 |
---|---|---|
committer | Antonin Kral <a.kral@bobek.cz> | 2010-08-11 12:38:57 +0200 |
commit | 7645618fd3914cb8a20561625913c20d49504a49 (patch) | |
tree | 8370f846f58f6d71165b7a0e2eda04648584ec76 /msvc/mongo_lib.vsprops | |
parent | 68c73c3c7608b4c87f07440dc3232801720b1168 (diff) | |
download | mongodb-7645618fd3914cb8a20561625913c20d49504a49.tar.gz |
Imported Upstream version 1.6.0
Diffstat (limited to 'msvc/mongo_lib.vsprops')
-rw-r--r-- | msvc/mongo_lib.vsprops | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/msvc/mongo_lib.vsprops b/msvc/mongo_lib.vsprops deleted file mode 100644 index d2caf0a..0000000 --- a/msvc/mongo_lib.vsprops +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioPropertySheet - ProjectType="Visual C++" - Version="8.00" - Name="mongo_lib" - > - <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="VCLibrarianTool" - AdditionalLibraryDirectories="..\lib\$(ConfigurationName)" - /> - <Tool - Name="VCPostBuildEventTool" - CommandLine="copy "$(OutDir)\$(ProjectName).lib" "..\lib\$(ConfigurationName)\."" - /> -</VisualStudioPropertySheet> |