mirror of https://github.com/buggins/dlangui.git
fix project files
This commit is contained in:
parent
b2b6802885
commit
d186cad30a
|
@ -225,5 +225,16 @@
|
|||
<Compile Include="deps\x11\source\x11\Xresource.d" />
|
||||
<Compile Include="deps\x11\source\x11\Xtos.d" />
|
||||
<Compile Include="deps\x11\source\x11\Xutil.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>
|
||||
</Project>
|
|
@ -16,6 +16,7 @@
|
|||
<Includes>
|
||||
<Includes>
|
||||
<Path>../../src</Path>
|
||||
<Path>../../3rdparty</Path>
|
||||
<Path>../../deps/gl3n</Path>
|
||||
<Path>../../deps/DerelictGL3/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/DerelictGL3/source</Path>
|
||||
<Path>../../deps/DerelictSDL2/source</Path>
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
<Includes>
|
||||
<Includes>
|
||||
<Path>../../src</Path>
|
||||
<Path>../../3rdparty</Path>
|
||||
<Path>../../deps/gl3n</Path>
|
||||
<Path>../../deps/DerelictGL3/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/DerelictGL3/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/DerelictGL3/source</Path>
|
||||
<Path>../../deps/DerelictSDL2/source</Path>
|
||||
|
|
Loading…
Reference in New Issue