mirror of https://github.com/buggins/dlangide.git
remove dlib dependency
This commit is contained in:
parent
d51f700bc2
commit
615c8bb059
|
@ -143,9 +143,7 @@ Clone dependency libraries to dlangui/deps directory
|
|||
git clone https://github.com/DerelictOrg/DerelictGL3.git
|
||||
git clone https://github.com/DerelictOrg/DerelictFT.git
|
||||
git clone https://github.com/DerelictOrg/DerelictSDL2.git
|
||||
git clone https://github.com/gecko0307/dlib.git
|
||||
git clone https://github.com/Dav1dde/gl3n.git
|
||||
git clone https://github.com/Devisualization/image.git de_image
|
||||
git clone https://github.com/Hackerpilot/libdparse.git
|
||||
git clone https://github.com/nomad-software/x11.git
|
||||
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
<Includes>
|
||||
<Includes>
|
||||
<Path>../dlangui/src</Path>
|
||||
<Path>../dlangui/deps/dlib</Path>
|
||||
<Path>../dlangui/deps/gl3n</Path>
|
||||
<Path>../dlangui/deps/DerelictSDL2/source</Path>
|
||||
<Path>../dlangui/deps/DerelictFT/source</Path>
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
<Includes>
|
||||
<Includes>
|
||||
<Path>../dlangui/src</Path>
|
||||
<Path>../dlangui/deps/dlib</Path>
|
||||
<Path>../dlangui/deps/gl3n</Path>
|
||||
<Path>../dlangui/deps/DerelictGL3/source</Path>
|
||||
<Path>../dlangui/deps/DerelictSDL2/source</Path>
|
||||
|
|
|
@ -155,7 +155,7 @@
|
|||
<cccmd>$(CC) -c</cccmd>
|
||||
<ccTransOpt>1</ccTransOpt>
|
||||
<program>$(DMDInstallDir)windows\bin\dmd.exe</program>
|
||||
<imppath>$(ProjectDir)/../dlangui/src $(ProjectDir)/../dlangui/3rdparty $(ProjectDir)/../dlangui/deps/DerelictGL3/source $(ProjectDir)/../dlangui/deps/DerelictUtil/source $(ProjectDir)/../dlangui/deps/DerelictFT/source $(ProjectDir)/../dlangui/deps/DerelictSDL2/source $(ProjectDir)/../dlangui/deps/de_image/source/interfaces $(ProjectDir)/../dlangui/deps/de_image/source/png $(ProjectDir)/../dlangui/deps/dlib $(ProjectDir)/../dlangui/deps/libdparse/src</imppath>
|
||||
<imppath>$(ProjectDir)/../dlangui/src $(ProjectDir)/../dlangui/3rdparty $(ProjectDir)/../dlangui/deps/DerelictGL3/source $(ProjectDir)/../dlangui/deps/DerelictUtil/source $(ProjectDir)/../dlangui/deps/DerelictFT/source $(ProjectDir)/../dlangui/deps/DerelictSDL2/source $(ProjectDir)/../dlangui/deps/libdparse/src</imppath>
|
||||
<fileImppath>views views/res views/res/i18n views/res/mdpi views/res/hdpi</fileImppath>
|
||||
<outdir>$(ConfigurationName)</outdir>
|
||||
<objdir>$(OutDir)</objdir>
|
||||
|
@ -359,7 +359,7 @@
|
|||
<cccmd>$(CC) -c</cccmd>
|
||||
<ccTransOpt>1</ccTransOpt>
|
||||
<program>$(DMDInstallDir)windows\bin\dmd.exe</program>
|
||||
<imppath>$(ProjectDir)/../dlangui/src $(ProjectDir)/../dlangui/3rdparty $(ProjectDir)/../dlangui/deps/DerelictGL3/source $(ProjectDir)/../dlangui/deps/DerelictUtil/source $(ProjectDir)/../dlangui/deps/DerelictFT/source $(ProjectDir)/../dlangui/deps/DerelictSDL2/source $(ProjectDir)/../dlangui/deps/de_image/source/interfaces $(ProjectDir)/../dlangui/deps/de_image/source/png $(ProjectDir)/../dlangui/deps/dlib $(ProjectDir)/../dlangui/deps/libdparse/src</imppath>
|
||||
<imppath>$(ProjectDir)/../dlangui/src $(ProjectDir)/../dlangui/3rdparty $(ProjectDir)/../dlangui/deps/DerelictGL3/source $(ProjectDir)/../dlangui/deps/DerelictUtil/source $(ProjectDir)/../dlangui/deps/DerelictFT/source $(ProjectDir)/../dlangui/deps/DerelictSDL2/source $(ProjectDir)/../dlangui/deps/libdparse/src</imppath>
|
||||
<fileImppath>views views/res views/res/i18n views/res/mdpi views/res/hdpi</fileImppath>
|
||||
<outdir>$(ConfigurationName)</outdir>
|
||||
<objdir>$(OutDir)</objdir>
|
||||
|
|
Loading…
Reference in New Issue