diff options
author | jaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-10-01 11:35:25 +0000 |
---|---|---|
committer | jaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-10-01 11:35:25 +0000 |
commit | c83a2d2149582187c79958f9cda90013e550ce8f (patch) | |
tree | 9a7d5b5ab9904a33bda1bc6adcb2b87065b44f68 | |
parent | 47128a387be23abfb800909e4662a968c9846397 (diff) | |
download | usdx-c83a2d2149582187c79958f9cda90013e550ce8f.tar.gz usdx-c83a2d2149582187c79958f9cda90013e550ce8f.tar.xz usdx-c83a2d2149582187c79958f9cda90013e550ce8f.zip |
fix mogs compile error :) ( In lazarus build )
hmmm need to get this to $Include the DPR or something ....
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@457 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | Game/Code/UltraStar.lpr | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Game/Code/UltraStar.lpr b/Game/Code/UltraStar.lpr index e2c08aeb..026d0d69 100644 --- a/Game/Code/UltraStar.lpr +++ b/Game/Code/UltraStar.lpr @@ -42,6 +42,7 @@ uses opengl12 in 'lib\JEDI-SDLv1.0\OpenGL\Pas\opengl12.pas',
sdl in 'lib\JEDI-SDLv1.0\SDL\Pas\sdl.pas',
sdl_image in 'lib\JEDI-SDLv1.0\SDL_Image\Pas\sdl_image.pas',
+ sdl_ttf in 'lib\JEDI-SDLv1.0\SDL_ttf\Pas\sdl_ttf.pas',
sdlutils in 'lib\JEDI-SDLv1.0\SDL\Pas\sdlutils.pas',
|