diff options
author | f1fth_freed0m <f1fth_freed0m@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-04-12 23:00:18 +0000 |
---|---|---|
committer | f1fth_freed0m <f1fth_freed0m@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-04-12 23:00:18 +0000 |
commit | 0e714a8189d8f0586f0e9520a8ae55d09b9c32e8 (patch) | |
tree | 30c36db5a8336784f07e6b9cdfc2cf36c6f30436 /Game/Code/lib/projectM/1.0/projectM.pas | |
parent | e4fc1ba3d1b0c146ea806319514d2603f0d4f112 (diff) | |
download | usdx-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/projectM/1.0/projectM.pas')
-rw-r--r-- | Game/Code/lib/projectM/1.0/projectM.pas | 2 |
1 files changed, 1 insertions, 1 deletions
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}
|