We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentaac3c30 commit220e36cCopy full SHA for 220e36c
src/tools/msvc/Project.pm
@@ -3,7 +3,7 @@ package Project;
3
#
4
# Package that encapsulates a Visual C++ project file generation
5
6
-# $PostgreSQL: pgsql/src/tools/msvc/Project.pm,v 1.19 2008/04/15 16:22:36 adunstan Exp $
+# $PostgreSQL: pgsql/src/tools/msvc/Project.pm,v 1.20 2009/07/27 07:11:15 mha Exp $
7
8
use Carp;
9
use strict;
@@ -501,6 +501,7 @@ sub WriteConfiguration
501
PreprocessorDefinitions="WIN32;_WINDOWS;__WINDOWS__;__WIN32__;EXEC_BACKEND;WIN32_STACK_RLIMIT=4194304;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE$self->{defines}$p->{defs}"
502
StringPooling="$p->{strpool}"
503
RuntimeLibrary="$p->{runtime}" DisableSpecificWarnings="$self->{disablewarnings}"
504
+AdditionalOptions="/MP"
505
EOF
506
print$f<<EOF;
507
AssemblerOutput="0" AssemblerListingLocation=".\\$cfgname\\$self->{name}\\" ObjectFile=".\\$cfgname\\$self->{name}\\"