summaryrefslogtreecommitdiff
path: root/scp2/source
diff options
context:
space:
mode:
authorYuri Dario <ydario@apache.org>2017-12-14 13:50:08 +0000
committerYuri Dario <ydario@apache.org>2017-12-14 13:50:08 +0000
commit612633c96398a91795331b248625cac8dc98fd55 (patch)
tree2bc46f01a920e31a780e8709406488d8dd9e18f7 /scp2/source
parent21dad5bff119504c4a389c925951ba9593a730ea (diff)
#i126518# OS/2 build system updates: use full names for slideshow and sysdtrans, remove unneeded libraries, use standard toolkit path, fix DLL short names, disable libs for coin-or.
Notes
Notes: ignore: aoo
Diffstat (limited to 'scp2/source')
-rw-r--r--scp2/source/ooo/file_library_ooo.scp10
1 files changed, 5 insertions, 5 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp
index d433b01df9c0..e367fb3d9723 100644
--- a/scp2/source/ooo/file_library_ooo.scp
+++ b/scp2/source/ooo/file_library_ooo.scp
@@ -1221,7 +1221,7 @@ File gid_File_Lib_Expwrap_Uno
#ifdef UNX
Name = STRING(CONCAT2(expwrap.uno,UNXSUFFIX));
#elif defined(OS2)
- Name = "expwrap_uno.dll";
+ Name = "expwrap.dll";
#else
Name = "expwrap.uno.dll";
#endif
@@ -1473,7 +1473,7 @@ File gid_File_Lib_Ucbhelper
#ifdef UNX
Name = STRING(CONCAT3(libucbhelper,COMID,UNXSUFFIX));
#elif defined OS2
- Name = "ucbh.dll";
+ Name = "ucbhelp.dll";
#else
Name = STRING(CONCAT3(ucbhelper,COMID,.dll));
#endif
@@ -1843,7 +1843,7 @@ File gid_File_Lib_Raptor
Name = STRING(CONCAT4(libraptor2,UNXSUFFIX,.,RAPTOR_MAJOR));
#endif
#elif defined(OS2)
- Name = "raptor.dll";
+ Name = "raptor20.dll";
#else
#ifdef _gcc3
Name = "libraptor-1.dll";
@@ -1864,7 +1864,7 @@ File gid_File_Lib_Rasqal
Name = STRING(CONCAT4(librasqal,UNXSUFFIX,.,RASQAL_MAJOR));
#endif
#elif defined(OS2)
- Name = "rasqal.dll";
+ Name = "rasqal3.dll";
#else
#ifdef _gcc3
Name = STRING(CONCAT3(librasqal-,RASQAL_MAJOR,.dll));
@@ -1885,7 +1885,7 @@ File gid_File_Lib_Rdf
Name = STRING(CONCAT4(librdf,UNXSUFFIX,.,REDLAND_MAJOR));
#endif
#elif defined(OS2)
- Name = "librdf.dll";
+ Name = "rdf0.dll";
#else
#ifdef _gcc3
Name = "librdf-0.dll";