diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-05-18 09:10:23 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-05-18 09:10:23 +0000 |
commit | c8e8e6b3506c2e0882c85aeb2adac1428682f0e1 (patch) | |
tree | d74f1c6046549df8f1a256bcb49a6205820213a5 /xmlsecurity/workben | |
parent | c15aa145f0c6c5d9d802bef0b407bf22df38b278 (diff) |
INTEGRATION: CWS xmlsec12 (1.5.10); FILE MERGED
2005/04/13 10:15:22 mt 1.5.10.1: Clean-Ups...
Diffstat (limited to 'xmlsecurity/workben')
-rw-r--r-- | xmlsecurity/workben/makefile.mk | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/xmlsecurity/workben/makefile.mk b/xmlsecurity/workben/makefile.mk index e803b47013bd..fad2ede674f0 100644 --- a/xmlsecurity/workben/makefile.mk +++ b/xmlsecurity/workben/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: vg $ $Date: 2005-03-10 18:19:34 $ +# last change: $Author: rt $ $Date: 2005-05-18 10:10:23 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -100,13 +100,6 @@ APP1STDLIBS= $(CPPULIB) \ $(XMLOFFLIB) \ $(SVXLIB) -.IF "$(GUI)"=="WNT" -#APP1STDLIBS+= "libxmlsec.lib" "helper.lib" "dialogs.lib" "xsec_xmlsec.lib" -APP1STDLIBS+= "xsec_xmlsec.lib" -.ELSE -#APP1STDLIBS+= "-lxml2" "-lnss3" "-lnspr4" "-lxmlsec1" "-lhelper" "-ldialogs" "-lxsec_xmlsec" -APP1STDLIBS+= "-lxsec_xmlsec" -.ENDIF # --- Targets ------------------------------------------------------ |