Skip to content

Commit

Permalink
Fix LuaJIT project references.
Browse files Browse the repository at this point in the history
  • Loading branch information
CrossVR committed Mar 9, 2017
1 parent c5c3e31 commit 9de1ed1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/utils/xrSE_Factory/xrSE_Factory.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -586,14 +586,6 @@
<ClCompile Include="xrUIXmlParser.cpp" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Externals\luabind\luabind.beta7-devel.rc4.vcxproj">
<Project>{cc52e0b3-cc35-4934-9302-035b748f3f2c}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="..\..\Externals\luajit\lua.JIT.1.1.4.vcxproj">
<Project>{f6c4f74a-152c-4612-9e3b-d02346234855}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="..\..\xrCore\xrCore.vcxproj">
<Project>{a0f7d1fb-59a7-4717-a7e4-96f37e91998e}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
Expand Down
3 changes: 3 additions & 0 deletions src/xrScriptEngine/xrScriptEngine.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,9 @@
<Project>{a0f7d1fb-59a7-4717-a7e4-96f37e91998e}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="..\Externals\luajit\src\luajit.vcxproj">
<Project>{632aeeb6-dc06-4e15-9551-b2b09a4b73c5}</Project>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<ClInclude Include="BindingsDumper.hpp" />
Expand Down

0 comments on commit 9de1ed1

Please sign in to comment.