mirror of https://github.com/buggins/dlangui.git
fix linux project files
This commit is contained in:
parent
93b44db66b
commit
b2b6802885
|
@ -373,6 +373,17 @@
|
|||
<Compile Include="src\dlangui\platforms\x11\x11app.d" />
|
||||
<Compile Include="src\dlangui\platforms\common\startup.d" />
|
||||
<Compile Include="src\dlangui\core\config.d" />
|
||||
<Compile Include="3rdparty\dimage\array.d" />
|
||||
<Compile Include="3rdparty\dimage\bitio.d" />
|
||||
<Compile Include="3rdparty\dimage\compound.d" />
|
||||
<Compile Include="3rdparty\dimage\huffman.d" />
|
||||
<Compile Include="3rdparty\dimage\idct.d" />
|
||||
<Compile Include="3rdparty\dimage\image.d" />
|
||||
<Compile Include="3rdparty\dimage\jpeg.d" />
|
||||
<Compile Include="3rdparty\dimage\memory.d" />
|
||||
<Compile Include="3rdparty\dimage\png.d" />
|
||||
<Compile Include="3rdparty\dimage\stream.d" />
|
||||
<Compile Include="3rdparty\dimage\zlib.d" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="src\dlangui\platforms\x11\" />
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
<Includes>
|
||||
<Includes>
|
||||
<Path>../../src</Path>
|
||||
<Path>../../3rdparty</Path>
|
||||
<Path>../../deps/gl3n</Path>
|
||||
<Path>../../deps/DerelictSDL2/source</Path>
|
||||
<Path>../../deps/DerelictFT/source</Path>
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
<Includes>
|
||||
<Includes>
|
||||
<Path>../../src</Path>
|
||||
<Path>../../3rdparty</Path>
|
||||
<Path>../../deps/gl3n</Path>
|
||||
<Path>../../deps/x11/source</Path>
|
||||
<Path>../../deps/DerelictSDL2/source</Path>
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
<Includes>
|
||||
<Includes>
|
||||
<Path>../../src</Path>
|
||||
<Path>../../3rdparty</Path>
|
||||
<Path>../../deps/gl3n</Path>
|
||||
<Path>../../deps/DerelictSDL2/source</Path>
|
||||
<Path>../../deps/DerelictFT/source</Path>
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
<Includes>
|
||||
<Includes>
|
||||
<Path>../../src</Path>
|
||||
<Path>../../3rdparty</Path>
|
||||
<Path>../../deps/gl3n</Path>
|
||||
<Path>../../deps/DerelictSDL2/source</Path>
|
||||
<Path>../../deps/DerelictFT/source</Path>
|
||||
|
|
Loading…
Reference in New Issue