Skip to content

Commit 290e016

Browse files
committed
Project files compilation fixes
Forgotten dependency
1 parent 81b5c81 commit 290e016

File tree

9 files changed

+35
-12
lines changed

9 files changed

+35
-12
lines changed

src/Layers/xrRenderPC_R1/xrRender_R1.vcxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,9 @@
467467
<Project>{1daec516-e52c-4a3c-a4da-ae3553e6e0f8}</Project>
468468
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
469469
</ProjectReference>
470+
<ProjectReference Include="..\..\utils\xrMiscMath\xrMiscMath.vcxproj">
471+
<Project>{7885cf3c-ee04-4c67-9467-1fbf9a36b037}</Project>
472+
</ProjectReference>
470473
<ProjectReference Include="..\..\xrScriptEngine\xrScriptEngine.vcxproj">
471474
<Project>{132c62de-de85-4978-9675-c78ed4da46f0}</Project>
472475
<Private>true</Private>

src/Layers/xrRenderPC_R2/xrRender_R2.vcxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,9 @@
511511
<Project>{1daec516-e52c-4a3c-a4da-ae3553e6e0f8}</Project>
512512
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
513513
</ProjectReference>
514+
<ProjectReference Include="..\..\utils\xrMiscMath\xrMiscMath.vcxproj">
515+
<Project>{7885cf3c-ee04-4c67-9467-1fbf9a36b037}</Project>
516+
</ProjectReference>
514517
<ProjectReference Include="..\..\xrScriptEngine\xrScriptEngine.vcxproj">
515518
<Project>{132c62de-de85-4978-9675-c78ed4da46f0}</Project>
516519
</ProjectReference>

src/Layers/xrRenderPC_R3/xrRender_R3.vcxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,9 @@
559559
<Project>{1daec516-e52c-4a3c-a4da-ae3553e6e0f8}</Project>
560560
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
561561
</ProjectReference>
562+
<ProjectReference Include="..\..\utils\xrMiscMath\xrMiscMath.vcxproj">
563+
<Project>{7885cf3c-ee04-4c67-9467-1fbf9a36b037}</Project>
564+
</ProjectReference>
562565
<ProjectReference Include="..\..\xrScriptEngine\xrScriptEngine.vcxproj">
563566
<Project>{132c62de-de85-4978-9675-c78ed4da46f0}</Project>
564567
</ProjectReference>

src/Layers/xrRenderPC_R4/xrRender_R4.vcxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,9 @@
562562
<Project>{a0f7d1fb-59a7-4717-a7e4-96f37e91998e}</Project>
563563
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
564564
</ProjectReference>
565+
<ProjectReference Include="..\..\utils\xrMiscMath\xrMiscMath.vcxproj">
566+
<Project>{7885cf3c-ee04-4c67-9467-1fbf9a36b037}</Project>
567+
</ProjectReference>
565568
<ProjectReference Include="..\..\xrEngine\xrEngine.vcxproj">
566569
<Project>{2578c6d8-660d-48ae-9322-7422f8664f06}</Project>
567570
</ProjectReference>

src/utils/xrAI/xrAI.vcxproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
<LargeAddressAware>true</LargeAddressAware>
107107
<RandomizedBaseAddress>false</RandomizedBaseAddress>
108108
<ImportLibrary>$(xrLibDir)$(TargetName).lib</ImportLibrary>
109-
<AdditionalDependencies>FreeImaged.lib;%(AdditionalDependencies)</AdditionalDependencies>
109+
<AdditionalDependencies>FreeImage.lib;%(AdditionalDependencies)</AdditionalDependencies>
110110
</Link>
111111
</ItemDefinitionGroup>
112112
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
@@ -323,6 +323,9 @@
323323
<ProjectReference Include="$(SolutionDir)xrCore\xrCore.vcxproj">
324324
<Project>{a0f7d1fb-59a7-4717-a7e4-96f37e91998e}</Project>
325325
</ProjectReference>
326+
<ProjectReference Include="..\xrMiscMath\xrMiscMath.vcxproj">
327+
<Project>{7885cf3c-ee04-4c67-9467-1fbf9a36b037}</Project>
328+
</ProjectReference>
326329
</ItemGroup>
327330
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
328331
<ImportGroup Label="ExtensionTargets">

src/utils/xrDXT/DXT.vcxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,9 @@
241241
<ProjectReference Include="$(SolutionDir)xrCore\xrCore.vcxproj">
242242
<Project>{a0f7d1fb-59a7-4717-a7e4-96f37e91998e}</Project>
243243
</ProjectReference>
244+
<ProjectReference Include="..\xrMiscMath\xrMiscMath.vcxproj">
245+
<Project>{7885cf3c-ee04-4c67-9467-1fbf9a36b037}</Project>
246+
</ProjectReference>
244247
</ItemGroup>
245248
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
246249
<ImportGroup Label="ExtensionTargets">

src/utils/xrLC/xrLC.vcxproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,11 @@
315315
<ClCompile Include="xrSectors.cpp" />
316316
<ClCompile Include="xrT_Junction.cpp" />
317317
</ItemGroup>
318+
<ItemGroup>
319+
<ProjectReference Include="..\xrMiscMath\xrMiscMath.vcxproj">
320+
<Project>{7885cf3c-ee04-4c67-9467-1fbf9a36b037}</Project>
321+
</ProjectReference>
322+
</ItemGroup>
318323
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
319324
<ImportGroup Label="ExtensionTargets">
320325
</ImportGroup>

src/utils/xrLC_Light/xrLC_Light.vcxproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,9 +350,12 @@
350350
<Project>{a0f7d1fb-59a7-4717-a7e4-96f37e91998e}</Project>
351351
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
352352
</ProjectReference>
353-
<ProjectReference Include="..\..\Externals\zlib.vcxproj">
353+
<ProjectReference Include="..\..\..\Externals\zlib.vcxproj">
354354
<Project>{745dec58-ebb3-47a9-a9b8-4c6627c01bf8}</Project>
355355
</ProjectReference>
356+
<ProjectReference Include="..\xrMiscMath\xrMiscMath.vcxproj">
357+
<Project>{7885cf3c-ee04-4c67-9467-1fbf9a36b037}</Project>
358+
</ProjectReference>
356359
</ItemGroup>
357360
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
358361
<ImportGroup Label="ExtensionTargets">

src/utils/xrSE_Factory/xrSE_Factory.vcxproj

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@
8383
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
8484
<StructMemberAlignment>Default</StructMemberAlignment>
8585
<FloatingPointModel>Fast</FloatingPointModel>
86-
<ForceConformanceInForLoopScope>false</ForceConformanceInForLoopScope>
8786
<RuntimeTypeInfo>true</RuntimeTypeInfo>
8887
<PrecompiledHeader>Use</PrecompiledHeader>
8988
<PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
@@ -124,7 +123,6 @@
124123
<BufferSecurityCheck>true</BufferSecurityCheck>
125124
<FunctionLevelLinking>false</FunctionLevelLinking>
126125
<FloatingPointModel>Fast</FloatingPointModel>
127-
<ForceConformanceInForLoopScope>false</ForceConformanceInForLoopScope>
128126
<RuntimeTypeInfo>true</RuntimeTypeInfo>
129127
<PrecompiledHeader>Use</PrecompiledHeader>
130128
<PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
@@ -162,7 +160,6 @@
162160
<FunctionLevelLinking>false</FunctionLevelLinking>
163161
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
164162
<FloatingPointModel>Fast</FloatingPointModel>
165-
<ForceConformanceInForLoopScope>false</ForceConformanceInForLoopScope>
166163
<RuntimeTypeInfo>true</RuntimeTypeInfo>
167164
<PrecompiledHeader>Use</PrecompiledHeader>
168165
<PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
@@ -224,10 +221,10 @@
224221
<ClInclude Include="..\..\xrServerEntities\PHSynchronize.h" />
225222
<ClInclude Include="..\..\xrServerEntities\PropertiesListTypes.h" />
226223
<ClInclude Include="..\..\xrServerEntities\restriction_space.h" />
227-
<ClInclude Include="..\..\xrServerEntities\script_callStack.h" />
228-
<ClInclude Include="..\..\xrServerEntities\script_debugger.h" />
229-
<ClInclude Include="..\..\xrServerEntities\script_debugger_messages.h" />
230-
<ClInclude Include="..\..\xrServerEntities\script_debugger_threads.h" />
224+
<ClInclude Include="..\..\xrScriptEngine\script_callStack.hpp" />
225+
<ClInclude Include="..\..\xrScriptEngine\script_debugger.hpp" />
226+
<ClInclude Include="..\..\xrScriptEngine\script_debugger_messages.hpp" />
227+
<ClInclude Include="..\..\xrScriptEngine\script_debugger_threads.hpp" />
231228
<ClInclude Include="..\..\xrServerEntities\script_export.hpp" />
232229
<ClInclude Include="..\..\xrServerEntities\script_export_macroses.h" />
233230
<ClInclude Include="..\..\xrServerEntities\script_export_space.h" />
@@ -340,9 +337,9 @@
340337
</ClCompile>
341338
<ClCompile Include="..\..\xrServerEntities\PHNetState.cpp" />
342339
<ClCompile Include="..\..\xrServerEntities\PHSynchronize.cpp" />
343-
<ClCompile Include="..\..\xrServerEntities\script_callStack.cpp" />
344-
<ClCompile Include="..\..\xrServerEntities\script_debugger.cpp" />
345-
<ClCompile Include="..\..\xrServerEntities\script_debugger_threads.cpp" />
340+
<ClCompile Include="..\..\xrScriptEngine\script_callStack.cpp" />
341+
<ClCompile Include="..\..\xrScriptEngine\script_debugger.cpp" />
342+
<ClCompile Include="..\..\xrScriptEngine\script_debugger_threads.cpp" />
346343
<ClCompile Include="..\..\xrServerEntities\script_engine_script.cpp">
347344
<PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">pch_script.h</PrecompiledHeaderFile>
348345
<PrecompiledHeaderOutputFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)$(ProjectName)_script.pch</PrecompiledHeaderOutputFile>

0 commit comments

Comments
 (0)