diff options
author | David Tardon <dtardon@redhat.com> | 2012-04-13 16:24:16 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-04-13 16:27:18 +0200 |
commit | 4d6a36dd0c3c0f61ee8e80f748dd6d8ec2cebbd5 (patch) | |
tree | 619cdc25faa1a4e0dae31a3ff80ed4af9834b028 /scp2 | |
parent | 370e3b6d6031aba675b66ed7495505f605c41779 (diff) |
renaming dlls makes little sense on windows
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index 66735681da4d..1f3b6056cee4 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -1573,9 +1573,9 @@ File gid_File_Lib_Raptor #endif #else #ifdef _gcc3 - Name = "libraptor-lo-1.dll"; + Name = "libraptor-1.dll"; #else - Name = "raptor-lo.dll"; + Name = "raptor.dll"; #endif #endif End @@ -1592,9 +1592,9 @@ File gid_File_Lib_Rasqal #endif #else #ifdef _gcc3 - Name = STRING(CONCAT3(librasqal-lo-,RASQAL_MAJOR,.dll)); + Name = STRING(CONCAT3(librasqal-,RASQAL_MAJOR,.dll)); #else - Name = "rasqal-lo.dll"; + Name = "rasqal.dll"; #endif #endif End @@ -1611,9 +1611,9 @@ File gid_File_Lib_Rdf #endif #else #ifdef _gcc3 - Name = "librdf-lo-0.dll"; + Name = "librdf-0.dll"; #else - Name = "librdf-lo.dll"; + Name = "librdf.dll"; #endif #endif End |