Skip to content

Commit 4bbb6d8

Browse files
committed
xrRenderPC_GL: Fix compilation again.
1 parent 79c6868 commit 4bbb6d8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Externals/glbinding.vcxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,15 @@
8585
<MultiProcessorCompilation>true</MultiProcessorCompilation>
8686
<Optimization>Disabled</Optimization>
8787
<PrecompiledHeader>NotUsing</PrecompiledHeader>
88-
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
88+
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
8989
<RuntimeTypeInfo>true</RuntimeTypeInfo>
9090
<SmallerTypeCheck>true</SmallerTypeCheck>
9191
<StringPooling>false</StringPooling>
9292
<SuppressStartupBanner>true</SuppressStartupBanner>
9393
<TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
9494
<TreatWarningAsError>true</TreatWarningAsError>
9595
<WarningLevel>Level4</WarningLevel>
96-
<PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;GLBINDING_STATIC;STRINGS_BY_GL;WIN32;UNICODE;_UNICODE;_SCL_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_DEBUG;CMAKE_INTDIR="Debug";%(PreprocessorDefinitions)</PreprocessorDefinitions>
96+
<PreprocessorDefinitions>WIN32;DEBUG;_WINDOWS;GLBINDING_STATIC;STRINGS_BY_GL;_SCL_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
9797
<ObjectFileName>$(IntDir)</ObjectFileName>
9898
</ClCompile>
9999
<ResourceCompile>
@@ -135,7 +135,7 @@
135135
<TreatWarningAsError>true</TreatWarningAsError>
136136
<WarningLevel>Level4</WarningLevel>
137137
<WholeProgramOptimization>true</WholeProgramOptimization>
138-
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;GLBINDING_STATIC;STRINGS_BY_GL;WIN32;UNICODE;_UNICODE;_SCL_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;NDEBUG;CMAKE_INTDIR="Release";%(PreprocessorDefinitions)</PreprocessorDefinitions>
138+
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;GLBINDING_STATIC;STRINGS_BY_GL;_SCL_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
139139
<ObjectFileName>$(IntDir)</ObjectFileName>
140140
<DebugInformationFormat>
141141
</DebugInformationFormat>

src/Layers/xrRenderPC_GL/xrRender_GL.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<ExceptionHandling>Sync</ExceptionHandling>
8686
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
8787
<SmallerTypeCheck>true</SmallerTypeCheck>
88-
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
88+
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
8989
<FunctionLevelLinking>true</FunctionLevelLinking>
9090
<FloatingPointModel>Fast</FloatingPointModel>
9191
<ForceConformanceInForLoopScope>false</ForceConformanceInForLoopScope>

0 commit comments

Comments
 (0)