summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorMarcos Paulo de Souza <marcos.souza.org@gmail.com>2013-08-21 11:55:18 -0300
committerThorsten Behrens <tbehrens@suse.com>2013-08-22 16:16:52 +0000
commit3f8c36caef76ee1f688d35d39ac5bffe5d0f8319 (patch)
tree62cc52e74f4eb55927a3008441107ec1eb8de437 /scp2
parent91ffdf58555ea25c5ffdaee9ec741ea99370096a (diff)
fdo#60924 autoinstall - gbuild/scp2: Move more libs to OOO
Change-Id: I973a66c6f805727cfaa5a5663ce4a9c200412a66 Reviewed-on: https://gerrit.libreoffice.org/5571 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/ooo/file_library_ooo.scp110
-rw-r--r--scp2/source/ooo/module_hidden_ooo.scp11
2 files changed, 0 insertions, 121 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp
index 2e370c5fd6ed..563843907001 100644
--- a/scp2/source/ooo/file_library_ooo.scp
+++ b/scp2/source/ooo/file_library_ooo.scp
@@ -26,13 +26,6 @@
************************************************************************/
#include "macros.inc"
-#if defined ENABLE_JAVA && defined WNT
-File gid_File_Lib_Accessbridge
- PACKED_LIB_FILE_BODY;
- Name = "java_uno_accessbridge.dll";
-End
-#endif
-
#ifndef SYSTEM_CLUCENE
File gid_File_Lib_CLucene
PACKED_LIB_FILE_BODY;
@@ -117,38 +110,11 @@ End
#endif
-#ifdef WNT
-
-File gid_File_Lib_Dnd
- PACKED_LIB_FILE_BODY;
- Name = "dnd.dll";
-End
-
-#endif
-
-#ifdef WNT
-
-File gid_File_Lib_Dtrans
- PACKED_LIB_FILE_BODY;
- Name = "dtrans.dll";
-End
-
-#endif
-
/* fdo#60491 always need emboleobj library on non-WNT platforms */
#if !defined(WNT) || !defined(DISABLE_ATL)
SPECIAL_LIB_FILE(gid_File_Lib_Emboleobj,emboleobj)
#endif
-#if defined(WNT) && !defined(DISABLE_ATL)
-
-File gid_File_Lib_Inprocserv
- PACKED_LIB_FILE_BODY;
- Name = "inprocserv.dll";
-End
-
-#endif
-
#ifdef UNX
#ifdef MACOSX
@@ -165,15 +131,6 @@ End
#endif // #ifdef UNX
-#ifdef WNT
-
-File gid_File_Lib_Fps
- PACKED_LIB_FILE_BODY;
- Name = "fps.dll";
-End
-
-#endif
-
#if defined UNX && ! defined MACOSX
#ifdef ENABLE_TDE
File gid_File_Bin_TdeFilePicker
@@ -260,15 +217,6 @@ End
#endif
-#ifdef WNT
-
-File gid_File_Lib_Ftransl
- PACKED_LIB_FILE_BODY;
- Name = "ftransl.dll";
-End
-
-#endif
-
#ifndef SYSTEM_ICU
File gid_File_Lib_Icudata
@@ -312,17 +260,6 @@ End
#endif
-#if defined(WNT) && defined(HAVE_WINDOWS_SDK)
-
-File gid_File_Lib_sn_tools
- LIB_FILE_BODY;
- Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY, DONTRENAMEINPATCH);
- Dir = SCP2_OOO_LIB_DIR;
- Name = "sn_tools.dll";
-End
-
-#endif
-
#if defined(WNT)
#if defined WITH_MOZAB4WIN
@@ -411,44 +348,8 @@ End
#endif
-#if defined(WNT) && defined(HAVE_WINDOWS_SDK)
-
-File gid_File_Lib_Reg4allmsdoc
- LIB_FILE_BODY;
- Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
- Dir = SCP2_OOO_BIN_DIR;
- Name = "reg4allmsdoc.dll";
-End
-
-File gid_File_Lib_Qslnkmsi
- LIB_FILE_BODY;
- Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
- Dir = SCP2_OOO_BIN_DIR;
- Name = "qslnkmsi.dll";
-End
-
-File gid_File_Lib_Sdqsmsi
- LIB_FILE_BODY;
- Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
- Dir = SCP2_OOO_BIN_DIR;
- Name = "sdqsmsi.dll";
-End
-
-#endif /* WNT && HAVE_WINDOWS_SDK */
-
STD_LIB_FILE( gid_File_Lib_Oox , oox)
-#if defined(WNT) && defined(HAVE_WINDOWS_SDK)
-
-File gid_File_Lib_Instooofiltmsi
- LIB_FILE_BODY;
- Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
- Dir = SCP2_OOO_BIN_DIR;
- Name = "instooofiltmsi.dll";
-End
-
-#endif
-
#if defined(UNX) && !defined(MACOSX) && !defined(LIBO_HEADLESS)
File gid_File_Lib_Spa
@@ -678,14 +579,3 @@ File gid_File_Lib_Rdf
#endif
End
#endif // SYSTEM_REDLAND
-
-#if defined(WNT) && defined(HAVE_WINDOWS_SDK)
-
-File gid_File_Lib_sellangmsi
- LIB_FILE_BODY;
- Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
- Dir = gid_Brand_Dir_Program;
- Name = "sellangmsi.dll";
-End
-
-#endif
diff --git a/scp2/source/ooo/module_hidden_ooo.scp b/scp2/source/ooo/module_hidden_ooo.scp
index fd1f89247cd7..1815346b46ae 100644
--- a/scp2/source/ooo/module_hidden_ooo.scp
+++ b/scp2/source/ooo/module_hidden_ooo.scp
@@ -109,7 +109,6 @@ Module gid_Module_Root_Files_3
Files = (gid_File_Dat_Root3,
gid_File_Jar_Unoil,
gid_File_Jar_Hsqldb_Sdbc,
- gid_File_Jar_Accessbridge,
gid_File_Jar_Officebean,
gid_File_Jar_Report,
gid_File_Jar_Smoketest,
@@ -217,17 +216,7 @@ Module gid_Module_Root_Files_5
gid_File_Lib_I18n,
gid_File_Lib_Accessbridge,
gid_File_Lib_Dl,
- gid_File_Lib_Dnd,
- gid_File_Lib_Dtrans,
- gid_File_Lib_Inprocserv,
- gid_File_Lib_Fps,
- gid_File_Lib_Ftransl,
- gid_File_Lib_sn_tools,
GID_FILE_LIB_WPD,
- gid_File_Lib_Reg4allmsdoc,
- gid_File_Lib_Qslnkmsi,
- gid_File_Lib_Sdqsmsi,
- gid_File_Lib_Instooofiltmsi,
gid_File_Lib_Cli_Oootypes_Assembly,
gid_File_Lib_Policy_Cli_Oootypes_Assembly,
gid_File_Lib_Policy_Cli_Oootypes_Config);