Skip to content

Commit 2b80c0b

Browse files
committed
set LanguageStandard=stdcpp17 for ETools and xrSound. xrSE_Factory still stdcpp14
1 parent 9b8cc35 commit 2b80c0b

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

src/utils/ETools/ETools.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
</PropertyGroup>
9696
<ItemDefinitionGroup>
9797
<ClCompile>
98-
<LanguageStandard>stdcpp14</LanguageStandard>
98+
<LanguageStandard>stdcpp17</LanguageStandard>
9999
</ClCompile>
100100
</ItemDefinitionGroup>
101101
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">

src/utils/xrSE_Factory/xrSE_Factory.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<ClCompile>
8080
<AdditionalIncludeDirectories>$(xrExternals)pugixml\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
8181
<PreprocessorDefinitions>XRSE_FACTORY_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
82-
<LanguageStandard>stdcpp14</LanguageStandard>
82+
<LanguageStandard>stdcpp14</LanguageStandard>
8383
</ClCompile>
8484
</ItemDefinitionGroup>
8585
<ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">

src/xrSound/xrSound.vcxproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
</PropertyGroup>
9797
<ItemDefinitionGroup>
9898
<ClCompile>
99-
<LanguageStandard>stdcpp14</LanguageStandard>
99+
<LanguageStandard>stdcpp17</LanguageStandard>
100100
</ClCompile>
101101
</ItemDefinitionGroup>
102102
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
@@ -139,7 +139,6 @@
139139
<ClCompile>
140140
<AdditionalIncludeDirectories>$(xrExternals)libvorbis\include;$(xrExternals)libogg\include;$(xrExternals)OpenAL\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
141141
<PreprocessorDefinitions>_USRDLL;XRSOUND_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
142-
<LanguageStandard>stdcpp17</LanguageStandard>
143142
</ClCompile>
144143
<Link>
145144
<AdditionalDependencies>eax.lib;dsound.lib;%(AdditionalDependencies)</AdditionalDependencies>

0 commit comments

Comments
 (0)