summaryrefslogtreecommitdiff
path: root/xmlsecurity/workben/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/workben/makefile.mk')
-rw-r--r--xmlsecurity/workben/makefile.mk11
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 ------------------------------------------------------