diff options
author | jaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-09-19 13:13:37 +0000 |
---|---|---|
committer | jaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-09-19 13:13:37 +0000 |
commit | 84beb7412eaca48cbf5c9915b83e5f8c79c9a0e7 (patch) | |
tree | 1356601393266644728a0ee1d1e3cc26dab4a135 /Game/Code/Menu | |
parent | 90bf63406cd1dbcc9c041a858ef2f030d58f1f25 (diff) | |
download | usdx-84beb7412eaca48cbf5c9915b83e5f8c79c9a0e7.tar.gz usdx-84beb7412eaca48cbf5c9915b83e5f8c79c9a0e7.tar.xz usdx-84beb7412eaca48cbf5c9915b83e5f8c79c9a0e7.zip |
fixes to get working in lazarus..
compiling, linking, starting to run.. just fixing stuff :)
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@397 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/Menu')
-rw-r--r-- | Game/Code/Menu/UDisplay.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/Menu/UDisplay.pas b/Game/Code/Menu/UDisplay.pas index 160e8a73..ed65d62d 100644 --- a/Game/Code/Menu/UDisplay.pas +++ b/Game/Code/Menu/UDisplay.pas @@ -62,7 +62,7 @@ implementation uses
{$IFDEF FPC}
- lazjpeg,
+ ulazjpeg,
{$ELSE}
JPEG,
{$ENDIF}
|