diff options
author | Ira Rice <irarice@gmail.com> | 2008-12-29 14:02:01 -0700 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2008-12-29 14:06:41 -0700 |
commit | a5c8eae057746618443c788fcaa04221d8ad7ba4 (patch) | |
tree | ab104a2dd1f931730eef50365434b8ac0896ca8b /AethyraLin2WinXcompile.cbp | |
parent | 6b680b60af9084767fd50737df763a89ca2c2919 (diff) | |
download | mana-client-a5c8eae057746618443c788fcaa04221d8ad7ba4.tar.gz mana-client-a5c8eae057746618443c788fcaa04221d8ad7ba4.tar.bz2 mana-client-a5c8eae057746618443c788fcaa04221d8ad7ba4.tar.xz mana-client-a5c8eae057746618443c788fcaa04221d8ad7ba4.zip |
Added support for True Type Fonts using GUIChan's inbuilt SDLTrueType
class.
NOTE: This commit adds a brand new dependency (SDL_TTF). Make sure to
install it, regenerate your config files, reconfigure, and then install
before attempting to compile.
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'AethyraLin2WinXcompile.cbp')
-rw-r--r-- | AethyraLin2WinXcompile.cbp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/AethyraLin2WinXcompile.cbp b/AethyraLin2WinXcompile.cbp index d79c473e..3b03aca2 100644 --- a/AethyraLin2WinXcompile.cbp +++ b/AethyraLin2WinXcompile.cbp @@ -230,6 +230,8 @@ <Unit filename="src\gui\textfield.h" /> <Unit filename="src\gui\trade.cpp" /> <Unit filename="src\gui\trade.h" /> + <Unit filename="src\gui\truetypefont.cpp"/> + <Unit filename="src\gui\truetypefont.h"/> <Unit filename="src\gui\updatewindow.cpp" /> <Unit filename="src\gui\updatewindow.h" /> <Unit filename="src\gui\vbox.cpp" /> |