diff options
author | Michael Mi <mmi@openoffice.org> | 2004-07-23 02:00:43 +0000 |
---|---|---|
committer | Michael Mi <mmi@openoffice.org> | 2004-07-23 02:00:43 +0000 |
commit | b08ba1d6b88d67d2fd142e14d657e54e8f7cd57e (patch) | |
tree | 3be3b64516cb45b7a04fdc830b9cba53b61a8b7c /xmlsecurity/util/makefile.mk | |
parent | d60bdd6e29efbf4ab415a5ca8aa63bef295178ea (diff) |
mozilla registry.dat parsing
Issue number:
Submitted by:
Reviewed by:
Diffstat (limited to 'xmlsecurity/util/makefile.mk')
-rw-r--r-- | xmlsecurity/util/makefile.mk | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/xmlsecurity/util/makefile.mk b/xmlsecurity/util/makefile.mk index 423d95167..1780605e0 100644 --- a/xmlsecurity/util/makefile.mk +++ b/xmlsecurity/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: mt $ $Date: 2004-07-21 14:34:06 $ +# last change: $Author: mmi $ $Date: 2004-07-23 03:00:42 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -121,12 +121,15 @@ SHL2STDLIBS += \ $(SALLIB) \ $(CPPULIB) \ $(CPPUHELPERLIB) \ + $(OSLLIB) \ + $(SALLIB) \ + $(UNOTOOLSLIB) \ $(SVLLIB) \ $(TOOLSLIB) \ $(COMPHELPERLIB) \ $(CPPUHELPERLIB) \ $(XMLOFFLIB) - + .IF "$(GUI)"=="WNT" .IF "$(CRYPTO_ENGINE)" == "mscrypto" SHL2STDLIBS+= "ixml2.lib" "xmlsec.lib" "xmlsec-mscrypto.lib" "crypt32.lib" "advapi32.lib" |