fix linux project files

This commit is contained in:
Vadim Lopatin 2015-12-10 16:49:23 +03:00
parent 93b44db66b
commit b2b6802885
5 changed files with 15 additions and 0 deletions

View File

@ -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\" />

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>