mirror of https://github.com/odrling/Aegisub
Add missing build dependencies on minilua
This commit is contained in:
parent
b2c210ffeb
commit
135b61595c
|
@ -684,4 +684,9 @@
|
||||||
<Destination>unicode</Destination>
|
<Destination>unicode</Destination>
|
||||||
</InstallHeader>
|
</InstallHeader>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\luajit-minilua\luajit-minilua.vcxproj">
|
||||||
|
<Project>{fcaed410-90ef-4ef9-916c-4b86dc13a3cf}</Project>
|
||||||
|
</ProjectReference>
|
||||||
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
|
@ -59,4 +59,9 @@
|
||||||
<None Include="$(SrcDir)..\bitmaps\manifest.respack" />
|
<None Include="$(SrcDir)..\bitmaps\manifest.respack" />
|
||||||
<None Include="$(SrcDir)..\..\tools\respack.lua" />
|
<None Include="$(SrcDir)..\..\tools\respack.lua" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\luajit-minilua\luajit-minilua.vcxproj">
|
||||||
|
<Project>{fcaed410-90ef-4ef9-916c-4b86dc13a3cf}</Project>
|
||||||
|
</ProjectReference>
|
||||||
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
Loading…
Reference in New Issue