diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-12-05 15:15:49 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-12-05 15:15:49 +0000 |
commit | 5220966b9a5dd20171e7d7665617736bb0119fd9 (patch) | |
tree | bdb6aba58bdb572d95e595aef54e498352635822 | |
parent | e1b905b3e7bac29b3efe1172e9f867c8c01d2b90 (diff) |
INTEGRATION: CWS obo20 (1.265.10); FILE MERGED
2007/12/03 14:30:55 obo 1.265.10.1: #i84191# Pack .Net 2005 runtime librarys for Professional Edition only
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index 6d38dd03257c..923a02a8c066 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -4,9 +4,9 @@ * * $RCSfile: file_library_ooo.scp,v $ * - * $Revision: 1.265 $ + * $Revision: 1.266 $ * - * last change: $Author: ihi $ $Date: 2007-11-23 13:37:59 $ + * last change: $Author: vg $ $Date: 2007-12-05 16:15:49 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1576,6 +1576,7 @@ End #if defined(WNT) #if defined(M1400) +#if defined(PROF_EDITION) File gid_File_Lib_Msvcr80 BIN_FILE_BODY; Styles = (PACKED, PATCH); @@ -1588,9 +1589,11 @@ File gid_File_Lib_Msvcr80 End #endif #endif +#endif #if defined(WNT) #if defined(M1400) +#if defined(PROF_EDITION) File gid_File_Lib_Msvcp80 BIN_FILE_BODY; Styles = (PACKED, PATCH); @@ -1603,9 +1606,11 @@ File gid_File_Lib_Msvcp80 End #endif #endif +#endif #if defined(WNT) #if defined(M1400) +#if defined(PROF_EDITION) File gid_File_Lib_Msvcm80 BIN_FILE_BODY; Styles = (PACKED, PATCH); @@ -1618,9 +1623,11 @@ File gid_File_Lib_Msvcm80 End #endif #endif +#endif #if defined(WNT) #if defined(M1400) +#if defined(PROF_EDITION) File gid_File_Msvcm80crt_Manifest BIN_FILE_BODY; Styles = (PACKED, PATCH); @@ -1633,6 +1640,7 @@ File gid_File_Msvcm80crt_Manifest End #endif #endif +#endif File gid_File_Lib_Mysql_2 TXT_FILE_BODY; |