|
181 | 181 | <DataExecutionPrevention />
|
182 | 182 | <ImportLibrary>$(xrLibDir)$(TargetName).lib</ImportLibrary>
|
183 | 183 | <TargetMachine>NotSet</TargetMachine>
|
184 |
| - <AdditionalDependencies>LuaJIT.lib;%(AdditionalDependencies)</AdditionalDependencies> |
185 | 184 | </Link>
|
186 | 185 | </ItemDefinitionGroup>
|
187 | 186 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
233 | 232 | <DataExecutionPrevention>
|
234 | 233 | </DataExecutionPrevention>
|
235 | 234 | <ImportLibrary>$(xrLibDir)$(TargetName).lib</ImportLibrary>
|
236 |
| - <AdditionalDependencies>LuaJIT.lib;%(AdditionalDependencies)</AdditionalDependencies> |
237 | 235 | </Link>
|
238 | 236 | </ItemDefinitionGroup>
|
239 | 237 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">
|
|
278 | 276 | <DataExecutionPrevention />
|
279 | 277 | <ImportLibrary>$(xrLibDir)$(TargetName).lib</ImportLibrary>
|
280 | 278 | <TargetMachine>NotSet</TargetMachine>
|
281 |
| - <AdditionalDependencies>LuaJIT.lib;%(AdditionalDependencies)</AdditionalDependencies> |
282 | 279 | </Link>
|
283 | 280 | </ItemDefinitionGroup>
|
284 | 281 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|x64'">
|
|
323 | 320 | <DataExecutionPrevention>
|
324 | 321 | </DataExecutionPrevention>
|
325 | 322 | <ImportLibrary>$(xrLibDir)$(TargetName).lib</ImportLibrary>
|
326 |
| - <AdditionalDependencies>LuaJIT.lib;%(AdditionalDependencies)</AdditionalDependencies> |
327 | 323 | </Link>
|
328 | 324 | </ItemDefinitionGroup>
|
329 | 325 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
370 | 366 | <DataExecutionPrevention />
|
371 | 367 | <ImportLibrary>$(xrLibDir)$(TargetName).lib</ImportLibrary>
|
372 | 368 | <TargetMachine>NotSet</TargetMachine>
|
373 |
| - <AdditionalDependencies>LuaJIT.lib;%(AdditionalDependencies)</AdditionalDependencies> |
374 | 369 | </Link>
|
375 | 370 | </ItemDefinitionGroup>
|
376 | 371 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
416 | 411 | <DataExecutionPrevention>
|
417 | 412 | </DataExecutionPrevention>
|
418 | 413 | <ImportLibrary>$(xrLibDir)$(TargetName).lib</ImportLibrary>
|
419 |
| - <AdditionalDependencies>LuaJIT.lib;%(AdditionalDependencies)</AdditionalDependencies> |
420 | 414 | </Link>
|
421 | 415 | </ItemDefinitionGroup>
|
422 | 416 | <ItemGroup>
|
|
431 | 425 | <ProjectReference Include="$(xrExternals)luabind\src\luabind.vcxproj">
|
432 | 426 | <Project>{ccd4afae-aa10-42c6-a452-fdee497ccdf1}</Project>
|
433 | 427 | </ProjectReference>
|
| 428 | + <ProjectReference Include="..\..\Externals\LuaJIT\src\LuaJIT.vcxproj"> |
| 429 | + <Project>{632aeeb6-dc06-4e15-9551-b2b09a4b73c5}</Project> |
| 430 | + </ProjectReference> |
434 | 431 | <ProjectReference Include="..\utils\xrMiscMath\xrMiscMath.vcxproj">
|
435 | 432 | <Project>{7885cf3c-ee04-4c67-9467-1fbf9a36b037}</Project>
|
436 | 433 | </ProjectReference>
|
|
0 commit comments