mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 00:28:23 +01:00
added /MP option to configurations
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/ErrorHandling@6193 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
b4b4fc0288
commit
1564c0cf1a
@ -44,6 +44,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="/MP"
|
||||
Optimization="2"
|
||||
InlineFunctionExpansion="1"
|
||||
AdditionalIncludeDirectories="src;src/phreeqcpp;src/phreeqcpp/phreeqc"
|
||||
@ -187,6 +188,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="/MP"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="src;src/phreeqcpp;src/phreeqcpp/phreeqc"
|
||||
PreprocessorDefinitions="_DEBUG;WIN32;_LIB"
|
||||
@ -332,6 +334,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="/MP"
|
||||
Optimization="2"
|
||||
InlineFunctionExpansion="1"
|
||||
AdditionalIncludeDirectories="src;src/phreeqcpp;src/phreeqcpp/phreeqc"
|
||||
@ -495,6 +498,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="/MP"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="src;src/phreeqcpp;src/phreeqcpp/phreeqc"
|
||||
PreprocessorDefinitions="_DEBUG;WIN32;_LIB"
|
||||
|
||||
@ -46,6 +46,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="/MP"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories=""$(DEV_CPPUNIT_1.10)/include";../src;../src/phreeqcpp;../src/phreeqcpp/phreeqc"
|
||||
PreprocessorDefinitions="CPPUNIT;WIN32;_DEBUG;_CONSOLE"
|
||||
@ -207,6 +208,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="/MP"
|
||||
Optimization="2"
|
||||
InlineFunctionExpansion="1"
|
||||
AdditionalIncludeDirectories=""$(DEV_CPPUNIT_1.10)/include";../src;../src/phreeqcpp;../src/phreeqcpp/phreeqc"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user