summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-16 14:47:11 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-16 14:47:11 +0100
commitc85c4bd785eb4704e7c356dfb8ae35a8d4ede2a6 (patch)
tree5fd219b127e1097eb692a158d1a9e061ccc99997 /Repository.mk
parent22ba66e403efddd6e861051848571c8c2274742e (diff)
park this as close to linking
Diffstat (limited to 'Repository.mk')
-rw-r--r--Repository.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/Repository.mk b/Repository.mk
index d57c126dddab..dfad57d16123 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -232,9 +232,20 @@ $(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
toolshelpers \
vclmain \
writerperfect \
+))
+
+ifeq ($(OS),WNT)
+$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
+ xmlsec1 \
+ xmlsec1-nss \
+ xmlsec1-mscrypto \
+))
+else
+$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
xmlsec1 \
xmlsec1-nss \
xmlsec1-mscrypto \
))
+endif
# vim: set noet sw=4 ts=4: