diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-07-01 11:18:00 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-07-01 11:18:53 +0300 |
commit | 2cf6cd66a22a7458f7c7c8b3c33416783cf269e7 (patch) | |
tree | 80717e60f876d350cd6502d831ed5c033b75cf1d /scp2 | |
parent | abc8bcf6d6eeaaf1d49ed04027d16e552d4e07a8 (diff) |
We build a static libpixman on Windows, it seems
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index 905bbaac8593..fee49c335c75 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -593,6 +593,8 @@ File gid_File_Lib_Cairo #endif End +#ifndef WNT + File gid_File_Lib_Pixman TXT_FILE_BODY; Styles = (PACKED); @@ -603,13 +605,13 @@ File gid_File_Lib_Pixman #else Name = STRING(CONCAT3(libpixman-1,UNXSUFFIX,.0)); #endif - #elif defined(WNT) - Name = "libpixman-1-0.dll"; #endif End #endif +#endif + STD_LIB_FILE( gid_File_Lib_Frm , frm) SPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Fsstorage, fsstorage.uno ) |