Add missing build dependencies on minilua
This commit is contained in:
parent
b2c210ffeb
commit
135b61595c
2 changed files with 12 additions and 2 deletions
|
@ -684,4 +684,9 @@
|
|||
<Destination>unicode</Destination>
|
||||
</InstallHeader>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\luajit-minilua\luajit-minilua.vcxproj">
|
||||
<Project>{fcaed410-90ef-4ef9-916c-4b86dc13a3cf}</Project>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
</Project>
|
|
@ -59,4 +59,9 @@
|
|||
<None Include="$(SrcDir)..\bitmaps\manifest.respack" />
|
||||
<None Include="$(SrcDir)..\..\tools\respack.lua" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\luajit-minilua\luajit-minilua.vcxproj">
|
||||
<Project>{fcaed410-90ef-4ef9-916c-4b86dc13a3cf}</Project>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
</Project>
|
Loading…
Reference in a new issue