aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/lib/JEDI-SDL
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/lib/JEDI-SDL')
-rw-r--r--Game/Code/lib/JEDI-SDL/SDL/Pas/sdl.pas2
-rw-r--r--Game/Code/lib/JEDI-SDL/SDL_Image/Pas/sdl_image.pas2
-rw-r--r--Game/Code/lib/JEDI-SDL/SDL_ttf/Pas/sdl_ttf.pas2
3 files changed, 3 insertions, 3 deletions
diff --git a/Game/Code/lib/JEDI-SDL/SDL/Pas/sdl.pas b/Game/Code/lib/JEDI-SDL/SDL/Pas/sdl.pas
index d2e30270..29bc7123 100644
--- a/Game/Code/lib/JEDI-SDL/SDL/Pas/sdl.pas
+++ b/Game/Code/lib/JEDI-SDL/SDL/Pas/sdl.pas
@@ -357,7 +357,7 @@ uses
const
{$IFDEF WINDOWS}
- SDLLibName = 'Libraries\SDL.dll';
+ SDLLibName = 'SDL.dll';
{$ENDIF}
{$IFDEF UNIX}
diff --git a/Game/Code/lib/JEDI-SDL/SDL_Image/Pas/sdl_image.pas b/Game/Code/lib/JEDI-SDL/SDL_Image/Pas/sdl_image.pas
index 1013e322..d0699761 100644
--- a/Game/Code/lib/JEDI-SDL/SDL_Image/Pas/sdl_image.pas
+++ b/Game/Code/lib/JEDI-SDL/SDL_Image/Pas/sdl_image.pas
@@ -144,7 +144,7 @@ uses
const
{$IFDEF WINDOWS}
- SDL_ImageLibName = 'Libraries\SDL_Image.dll';
+ SDL_ImageLibName = 'SDL_Image.dll';
{$ENDIF}
{$IFDEF UNIX}
diff --git a/Game/Code/lib/JEDI-SDL/SDL_ttf/Pas/sdl_ttf.pas b/Game/Code/lib/JEDI-SDL/SDL_ttf/Pas/sdl_ttf.pas
index 73001038..88966f82 100644
--- a/Game/Code/lib/JEDI-SDL/SDL_ttf/Pas/sdl_ttf.pas
+++ b/Game/Code/lib/JEDI-SDL/SDL_ttf/Pas/sdl_ttf.pas
@@ -179,7 +179,7 @@ uses
const
{$IFDEF WINDOWS}
- SDLttfLibName = 'Libraries\SDL_ttf.dll';
+ SDLttfLibName = 'SDL_ttf.dll';
{$ENDIF}
{$IFDEF UNIX}