Skip to content

Commit 036e80d

Browse files
committed
Fix windows build after update LuaJIT. Part 2
1 parent 28325e3 commit 036e80d

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

src/Layers/xrRenderPC_GL/xrRender_GL.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@
464464
<ProjectReference Include="$(xrExternals)luabind.vcxproj">
465465
<Project>{ccd4afae-aa10-42c6-a452-fdee497ccdf1}</Project>
466466
</ProjectReference>
467-
<ProjectReference Include="$(xrExternals)LuaJIT\src\LuaJIT.vcxproj">
467+
<ProjectReference Include="$(xrExternals)LuaJIT-proj\LuaJIT.vcxproj">
468468
<Project>{632aeeb6-dc06-4e15-9551-b2b09a4b73c5}</Project>
469469
</ProjectReference>
470470
<ProjectReference Include="$(xrExternals)oalib.vcxproj">

src/Layers/xrRenderPC_R1/xrRender_R1.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@
468468
<ProjectReference Include="$(xrExternals)luabind.vcxproj">
469469
<Project>{ccd4afae-aa10-42c6-a452-fdee497ccdf1}</Project>
470470
</ProjectReference>
471-
<ProjectReference Include="..\..\..\Externals\LuaJIT\src\LuaJIT.vcxproj">
471+
<ProjectReference Include="..\..\..\Externals\LuaJIT-proj\LuaJIT.vcxproj">
472472
<Project>{632aeeb6-dc06-4e15-9551-b2b09a4b73c5}</Project>
473473
</ProjectReference>
474474
<ProjectReference Include="..\..\..\Externals\oalib.vcxproj">

src/Layers/xrRenderPC_R2/xrRender_R2.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@
515515
<ProjectReference Include="$(xrExternals)luabind.vcxproj">
516516
<Project>{ccd4afae-aa10-42c6-a452-fdee497ccdf1}</Project>
517517
</ProjectReference>
518-
<ProjectReference Include="..\..\..\Externals\LuaJIT\src\LuaJIT.vcxproj">
518+
<ProjectReference Include="..\..\..\Externals\LuaJIT-proj\LuaJIT.vcxproj">
519519
<Project>{632aeeb6-dc06-4e15-9551-b2b09a4b73c5}</Project>
520520
</ProjectReference>
521521
<ProjectReference Include="..\..\..\Externals\oalib.vcxproj">

src/Layers/xrRenderPC_R3/xrRender_R3.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@
563563
<ProjectReference Include="$(xrExternals)luabind.vcxproj">
564564
<Project>{ccd4afae-aa10-42c6-a452-fdee497ccdf1}</Project>
565565
</ProjectReference>
566-
<ProjectReference Include="..\..\..\Externals\LuaJIT\src\LuaJIT.vcxproj">
566+
<ProjectReference Include="..\..\..\Externals\LuaJIT-proj\LuaJIT.vcxproj">
567567
<Project>{632aeeb6-dc06-4e15-9551-b2b09a4b73c5}</Project>
568568
</ProjectReference>
569569
<ProjectReference Include="..\..\..\Externals\oalib.vcxproj">

src/Layers/xrRenderPC_R4/xrRender_R4.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@
574574
<ProjectReference Include="$(xrExternals)luabind.vcxproj">
575575
<Project>{ccd4afae-aa10-42c6-a452-fdee497ccdf1}</Project>
576576
</ProjectReference>
577-
<ProjectReference Include="..\..\..\Externals\LuaJIT\src\LuaJIT.vcxproj">
577+
<ProjectReference Include="..\..\..\Externals\LuaJIT-proj\LuaJIT.vcxproj">
578578
<Project>{632aeeb6-dc06-4e15-9551-b2b09a4b73c5}</Project>
579579
</ProjectReference>
580580
<ProjectReference Include="..\..\..\Externals\oalib.vcxproj">

src/utils/xrSE_Factory/xrSE_Factory.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@
610610
<ProjectReference Include="$(xrExternals)luabind.vcxproj">
611611
<Project>{ccd4afae-aa10-42c6-a452-fdee497ccdf1}</Project>
612612
</ProjectReference>
613-
<ProjectReference Include="..\..\..\Externals\luajit\src\luajit.vcxproj">
613+
<ProjectReference Include="..\..\..\Externals\LuaJIT-proj\LuaJIT.vcxproj">
614614
<Project>{632aeeb6-dc06-4e15-9551-b2b09a4b73c5}</Project>
615615
</ProjectReference>
616616
<ProjectReference Include="..\..\..\Externals\pugixml_vs2017_static.vcxproj">

src/xrAICore/xrAICore.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
<ProjectReference Include="$(SolutionDir)xrCore\xrCore.vcxproj">
143143
<Project>{a0f7d1fb-59a7-4717-a7e4-96f37e91998e}</Project>
144144
</ProjectReference>
145-
<ProjectReference Include="$(xrExternals)LuaJIT\src\LuaJIT.vcxproj">
145+
<ProjectReference Include="$(xrExternals)LuaJIT-proj\LuaJIT.vcxproj">
146146
<Project>{632aeeb6-dc06-4e15-9551-b2b09a4b73c5}</Project>
147147
</ProjectReference>
148148
<ProjectReference Include="$(SolutionDir)utils\xrMiscMath\xrMiscMath.vcxproj">

src/xrEngine/xrEngine.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@
426426
<ProjectReference Include="..\..\Externals\libtheora_static.vcxproj">
427427
<Project>{653f3841-3f26-49b9-afcf-091db4b67031}</Project>
428428
</ProjectReference>
429-
<ProjectReference Include="..\..\Externals\LuaJIT\src\LuaJIT.vcxproj">
429+
<ProjectReference Include="..\..\Externals\LuaJIT-proj\LuaJIT.vcxproj">
430430
<Project>{632aeeb6-dc06-4e15-9551-b2b09a4b73c5}</Project>
431431
</ProjectReference>
432432
<ProjectReference Include="..\..\Externals\oalib.vcxproj">

src/xrGame/xrGame.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3808,7 +3808,7 @@
38083808
<ProjectReference Include="$(SolutionDir)xrAICore\xrAICore.vcxproj">
38093809
<Project>{5cb057d8-4464-40a6-af10-c26b826d1d90}</Project>
38103810
</ProjectReference>
3811-
<ProjectReference Include="$(xrExternals)LuaJIT\src\LuaJIT.vcxproj">
3811+
<ProjectReference Include="$(xrExternals)LuaJIT-proj\LuaJIT.vcxproj">
38123812
<Project>{632aeeb6-dc06-4e15-9551-b2b09a4b73c5}</Project>
38133813
</ProjectReference>
38143814
<ProjectReference Include="$(xrExternals)pugixml_vs2017_static.vcxproj">

src/xrScriptEngine/xrScriptEngine.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
<ProjectReference Include="$(xrExternals)luabind.vcxproj">
199199
<Project>{ccd4afae-aa10-42c6-a452-fdee497ccdf1}</Project>
200200
</ProjectReference>
201-
<ProjectReference Include="..\..\Externals\LuaJIT\src\LuaJIT.vcxproj">
201+
<ProjectReference Include="..\..\Externals\LuaJIT-proj\LuaJIT.vcxproj">
202202
<Project>{632aeeb6-dc06-4e15-9551-b2b09a4b73c5}</Project>
203203
</ProjectReference>
204204
</ItemGroup>

0 commit comments

Comments
 (0)