aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/lib/JEDI-SDL
diff options
context:
space:
mode:
authorf1fth_freed0m <f1fth_freed0m@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-04-12 23:00:18 +0000
committerf1fth_freed0m <f1fth_freed0m@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-04-12 23:00:18 +0000
commit0e714a8189d8f0586f0e9520a8ae55d09b9c32e8 (patch)
tree30c36db5a8336784f07e6b9cdfc2cf36c6f30436 /Game/Code/lib/JEDI-SDL
parente4fc1ba3d1b0c146ea806319514d2603f0d4f112 (diff)
downloadusdx-0e714a8189d8f0586f0e9520a8ae55d09b9c32e8.tar.gz
usdx-0e714a8189d8f0586f0e9520a8ae55d09b9c32e8.tar.xz
usdx-0e714a8189d8f0586f0e9520a8ae55d09b9c32e8.zip
started to implement the new folder structure (like suggested in the wiki)
-merged Skins and Themes in Themes -moved some libs to Libraries git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1021 b956fd51-792f-4845-bead-9b4dfca2ff2c
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 29bc7123..d2e30270 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 = 'SDL.dll';
+ SDLLibName = 'Libraries\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 d0699761..1013e322 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 = 'SDL_Image.dll';
+ SDL_ImageLibName = 'Libraries\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 88966f82..73001038 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 = 'SDL_ttf.dll';
+ SDLttfLibName = 'Libraries\SDL_ttf.dll';
{$ENDIF}
{$IFDEF UNIX}