diff options
author | Peter Foley <pefoley2@verizon.net> | 2013-02-07 19:17:22 -0500 |
---|---|---|
committer | David Ostrovsky <David.Ostrovsky@gmx.de> | 2013-02-09 20:41:19 +0000 |
commit | 4261757fc6dd17811296842cc16f507be400652e (patch) | |
tree | 429ea17bb0b1d2e7afcbca5c6cb81972dc22b962 /Repository.mk | |
parent | 803137f4715ee7ab127a9718ca213db252193398 (diff) |
convert setup_native to gbuild and add to tail_build
Change-Id: Ie12338dada22c59d55d89ed9611bb1a958b04223
Reviewed-on: https://gerrit.libreoffice.org/2063
Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/Repository.mk b/Repository.mk index 627454e782af..d0307f5eb011 100644 --- a/Repository.mk +++ b/Repository.mk @@ -420,6 +420,7 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \ cli_cppuhelper \ cli_uno \ gcc3_uno \ + getuid \ java_uno \ jpipe \ juh \ @@ -514,17 +515,28 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \ fps \ ftransl \ inprocserv \ + instooofiltmsi \ + jfregca \ ooofilt \ ooofilt_x64 \ propertyhdl \ propertyhdl_x64 \ - raptor \ - rasqal \ + qslnkmsi \ + raptor \ + rasqal \ + reg4allmsdoc \ + regactivex \ + regpatchactivex \ + sdqsmsi \ + sellangmsi \ shlxthdl \ shlxthdl_x64 \ + shlxtmsi \ + sn_tools \ so_activex \ so_activex_x64 \ sysdtrans \ + thidxmsi \ )) endif @@ -665,6 +677,10 @@ $(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \ nputils \ pdfimport_s \ plugcon \ + $(if $(filter $(COM),MSC), \ + quickstarter \ + seterror \ + ) \ ssleay32 \ ooopathutils \ sample \ |