diff options
author | David Tardon <dtardon@redhat.com> | 2012-10-31 12:48:36 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-10-31 13:22:29 +0100 |
commit | 13b967e0edf0372fbd76e3ec5282fac7de6763a8 (patch) | |
tree | 852a4fab6584bafeadb9d456ff9cb7a66e64d293 /scp2 | |
parent | a6f97a750dda531deabc00223c89abf043640701 (diff) |
fdo#55514 put liblangtag dll into the install set
Change-Id: I81019488c06d83e80ff63f43d416fa0b74be8e15
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index 48fab43b377a..07a2cd771474 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -761,7 +761,11 @@ File gid_File_Lib_Langtag #ifdef MACOSX Name = STRING(CONCAT4(liblangtag,.,0,UNXSUFFIX)); #elif defined WNT - // Nothing, statically linked to libi18nisolang1 + #if defined _gcc3 + Name = STRING(CONCAT4(liblangtag,-,0,.dll)); + #else + // Nothing, statically linked to libi18nisolang1 + #endif #else // FIXME: use version vars Name = STRING(CONCAT4(liblangtag,UNXSUFFIX,.,0)); |