diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-06-24 11:18:35 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-06-24 11:18:35 +0000 |
commit | d204720bd6299a6bb84e08a6246d39040f685082 (patch) | |
tree | ac667971ed8f423de089e6b935c7ad5510dc4303 /scp2/source/canvas | |
parent | d054a369caf5a387fee56678a39563b361104c11 (diff) |
INTEGRATION: CWS canvas05 (1.3.424); FILE MERGED
2008/04/21 07:56:58 thb 1.3.424.2: RESYNC: (1.3-1.4); FILE MERGED
2008/04/16 15:17:14 thb 1.3.424.1: Also pack cairo dll on win32
Diffstat (limited to 'scp2/source/canvas')
-rw-r--r-- | scp2/source/canvas/cairocanvas.scp | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/scp2/source/canvas/cairocanvas.scp b/scp2/source/canvas/cairocanvas.scp index c0390c48b6c6..22903da4dbbc 100644 --- a/scp2/source/canvas/cairocanvas.scp +++ b/scp2/source/canvas/cairocanvas.scp @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: cairocanvas.scp,v $ - * $Revision: 1.4 $ + * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * @@ -41,3 +41,12 @@ File gid_File_Lib_CairoCanvas Name = "cairocanvas.uno.dll"; #endif End + +#ifdef WNT +File gid_File_Lib_Cairo + TXT_FILE_BODY; + Styles = (PACKED); + Dir = gid_Dir_Program; + Name = "libcairo-2.dll"; +End +#endif |