aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/lib/projectM
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/lib/projectM')
-rw-r--r--Game/Code/lib/projectM/0.9/projectM.pas2
-rw-r--r--Game/Code/lib/projectM/1.0/projectM.pas2
2 files changed, 2 insertions, 2 deletions
diff --git a/Game/Code/lib/projectM/0.9/projectM.pas b/Game/Code/lib/projectM/0.9/projectM.pas
index 609448fd..cf98150e 100644
--- a/Game/Code/lib/projectM/0.9/projectM.pas
+++ b/Game/Code/lib/projectM/0.9/projectM.pas
@@ -16,7 +16,7 @@ uses
const
{$IFDEF win32}
- libprojectM = 'libprojectM.dll';
+ libprojectM = 'Libraries\libprojectM';
{$ELSE}
libprojectM = 'libprojectM.so';
{$ENDIF}
diff --git a/Game/Code/lib/projectM/1.0/projectM.pas b/Game/Code/lib/projectM/1.0/projectM.pas
index 47da36cc..c16873af 100644
--- a/Game/Code/lib/projectM/1.0/projectM.pas
+++ b/Game/Code/lib/projectM/1.0/projectM.pas
@@ -16,7 +16,7 @@ uses
const
{$IFDEF win32}
- libprojectM = 'projectM-cwrapper.dll';
+ libprojectM = 'Libraries\projectM-cwrapper.dll';
{$ELSE}
libprojectM = 'libprojectM-cwrapper.so';
{$ENDIF}