See the previous commit. Fix the freetype dependency.

master
poikilos 2021-03-28 16:40:17 -04:00
parent ff0ac8b279
commit 15b5e335d3
1 changed files with 2 additions and 5 deletions

View File

@ -13,9 +13,8 @@
<Option type="1" /> <Option type="1" />
<Option compiler="gcc" /> <Option compiler="gcc" />
<Compiler> <Compiler>
<Add option="-g" />
<Add option="-std=c++17" /> <Add option="-std=c++17" />
<Add directory="$(freetype)" /> <Add option="-g" />
</Compiler> </Compiler>
<Linker> <Linker>
<Add library="freetype" /> <Add library="freetype" />
@ -43,6 +42,7 @@
<Add option="-Wall" /> <Add option="-Wall" />
<Add option="-std=c++11" /> <Add option="-std=c++11" />
<Add directory="$(#irrlicht.include)" /> <Add directory="$(#irrlicht.include)" />
<Add directory="$(#freetype.include)" />
</Compiler> </Compiler>
<Linker> <Linker>
<Add library="Irrlicht" /> <Add library="Irrlicht" />
@ -69,9 +69,6 @@
<Unit filename="settings.cpp" /> <Unit filename="settings.cpp" />
<Unit filename="settings.h" /> <Unit filename="settings.h" />
<Extensions> <Extensions>
<code_completion />
<envvars />
<debugger />
<lib_finder disable_auto="1"> <lib_finder disable_auto="1">
<lib name="freetype2" /> <lib name="freetype2" />
</lib_finder> </lib_finder>