summaryrefslogtreecommitdiff
path: root/xmlsecurity/util
diff options
context:
space:
mode:
authorMichael Mi <mmi@openoffice.org>2004-07-23 02:00:43 +0000
committerMichael Mi <mmi@openoffice.org>2004-07-23 02:00:43 +0000
commit9f3abd38e07252fe00cab97c35057c9f81a22db0 (patch)
tree0ee5944c4bba89061b8c3c77d878c1b902191fca /xmlsecurity/util
parent1cc5cc574a55ed0b57ddbf487e38b907c3790395 (diff)
mozilla registry.dat parsing
Issue number: Submitted by: Reviewed by:
Diffstat (limited to 'xmlsecurity/util')
-rw-r--r--xmlsecurity/util/makefile.mk9
-rw-r--r--xmlsecurity/util/target.pmk8
2 files changed, 10 insertions, 7 deletions
diff --git a/xmlsecurity/util/makefile.mk b/xmlsecurity/util/makefile.mk
index 423d95167ab0..1780605e01de 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"
diff --git a/xmlsecurity/util/target.pmk b/xmlsecurity/util/target.pmk
index cd44f80fc067..fde65a6600f5 100644
--- a/xmlsecurity/util/target.pmk
+++ b/xmlsecurity/util/target.pmk
@@ -3,9 +3,9 @@
#
# $RCSfile: target.pmk,v $
#
-# $Revision: 1.1.1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: mt $ $Date: 2004-07-12 13:15:31 $
+# last change: $Author: mmi $ $Date: 2004-07-23 03:00:43 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -61,8 +61,8 @@
#
#*************************************************************************
.IF "$(GUI)" == "WNT"
-CRYPTO_ENGINE = mscrypto
-#CRYPTO_ENGINE = nss
+#CRYPTO_ENGINE = mscrypto
+CRYPTO_ENGINE = nss
.ELSE
CRYPTO_ENGINE = nss
.ENDIF