Skip to content

Commit 143f4c2

Browse files
committed
Fix LuaJIT project references.
1 parent 82212e4 commit 143f4c2

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

src/utils/xrSE_Factory/xrSE_Factory.vcxproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -586,14 +586,6 @@
586586
<ClCompile Include="xrUIXmlParser.cpp" />
587587
</ItemGroup>
588588
<ItemGroup>
589-
<ProjectReference Include="..\..\Externals\luabind\luabind.beta7-devel.rc4.vcxproj">
590-
<Project>{cc52e0b3-cc35-4934-9302-035b748f3f2c}</Project>
591-
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
592-
</ProjectReference>
593-
<ProjectReference Include="..\..\Externals\luajit\lua.JIT.1.1.4.vcxproj">
594-
<Project>{f6c4f74a-152c-4612-9e3b-d02346234855}</Project>
595-
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
596-
</ProjectReference>
597589
<ProjectReference Include="..\..\xrCore\xrCore.vcxproj">
598590
<Project>{a0f7d1fb-59a7-4717-a7e4-96f37e91998e}</Project>
599591
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>

src/xrScriptEngine/xrScriptEngine.vcxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,9 @@
209209
<Project>{a0f7d1fb-59a7-4717-a7e4-96f37e91998e}</Project>
210210
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
211211
</ProjectReference>
212+
<ProjectReference Include="..\Externals\luajit\src\luajit.vcxproj">
213+
<Project>{632aeeb6-dc06-4e15-9551-b2b09a4b73c5}</Project>
214+
</ProjectReference>
212215
</ItemGroup>
213216
<ItemGroup>
214217
<ClInclude Include="BindingsDumper.hpp" />

0 commit comments

Comments
 (0)