File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package Project;
33#
44# Package that encapsulates a Visual C++ project file generation
55#
6- # $PostgreSQL: pgsql/src/tools/msvc/Project.pm,v 1.19 2008/04/15 16:22:36 adunstan Exp $
6+ # $PostgreSQL: pgsql/src/tools/msvc/Project.pm,v 1.20 2009/07/27 07:11:15 mha Exp $
77#
88use Carp;
99use strict;
@@ -501,6 +501,7 @@ sub WriteConfiguration
501501 PreprocessorDefinitions="WIN32;_WINDOWS;__WINDOWS__;__WIN32__;EXEC_BACKEND;WIN32_STACK_RLIMIT=4194304;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE$self ->{defines}$p ->{defs}"
502502 StringPooling="$p ->{strpool}"
503503 RuntimeLibrary="$p ->{runtime}" DisableSpecificWarnings="$self ->{disablewarnings}"
504+ AdditionalOptions="/MP"
504505EOF
505506 print $f <<EOF ;
506507 AssemblerOutput="0" AssemblerListingLocation=".\\ $cfgname \\ $self ->{name}\\ " ObjectFile=".\\ $cfgname \\ $self ->{name}\\ "
You can’t perform that action at this time.
0 commit comments