mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-13 07:08:23 +01:00
Parallel compile
removed 2008 file, replaced with 2012 file Revised character definitions to remove "*" usage. Removed comma separator in write statements. Eliminated some diagnostics. Excluded dw.cpp git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@9453 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
5b157ab847
commit
40c8ebdae6
@ -230,6 +230,7 @@
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||
</ClCompile>
|
||||
<ResourceCompile>
|
||||
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
@ -461,7 +462,16 @@
|
||||
<ClCompile Include="src\phreeqcpp\cvdense.cpp" />
|
||||
<ClCompile Include="src\phreeqcpp\cvode.cpp" />
|
||||
<ClCompile Include="src\phreeqcpp\dense.cpp" />
|
||||
<ClCompile Include="src\phreeqcpp\dw.cpp" />
|
||||
<ClCompile Include="src\phreeqcpp\dw.cpp">
|
||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='ReleaseDll|Win32'">true</ExcludedFromBuild>
|
||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='DebugDll|Win32'">true</ExcludedFromBuild>
|
||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='ReleaseDll|x64'">true</ExcludedFromBuild>
|
||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='DebugDll|x64'">true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\phreeqcpp\gases.cpp" />
|
||||
<ClCompile Include="src\phreeqcpp\input.cpp" />
|
||||
<ClCompile Include="src\phreeqcpp\integrate.cpp" />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user