diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-03-09 07:45:21 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-03-09 07:45:21 +0000 |
commit | 153210e6fef35d3d75e98a6dfe0c7dfe2421763f (patch) | |
tree | 4d2fd2f3caef2348c209d6a1f425060326f12658 /xmlsecurity/workben/makefile.mk | |
parent | 332e5a8861df59fc4a425029bf70973c38ec79fd (diff) |
INTEGRATION: CWS ause076 (1.8.2); FILE MERGED
2007/02/28 10:51:14 hjs 1.8.2.1: #i74812# cleanup *LIB and more
Diffstat (limited to 'xmlsecurity/workben/makefile.mk')
-rw-r--r-- | xmlsecurity/workben/makefile.mk | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/xmlsecurity/workben/makefile.mk b/xmlsecurity/workben/makefile.mk index 44ff536c0bf4..ba15e6281f18 100644 --- a/xmlsecurity/workben/makefile.mk +++ b/xmlsecurity/workben/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: vg $ $Date: 2007-02-06 13:04:50 $ +# last change: $Author: obo $ $Date: 2007-03-09 08:45:21 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -35,7 +35,7 @@ PRJ=.. -PRJNAME=SV +PRJNAME=xmlsecurity TARGET=signaturetest LIBTARGET=NO TARGETTYPE=GUI @@ -66,7 +66,7 @@ APP1STDLIBS= $(CPPULIB) \ $(SALLIB) \ $(VOSLIB) \ $(SOTLIB) \ - $(SVLIB) \ + $(VCLLIB) \ $(SFXLIB) \ $(XMLOFFLIB) \ $(SVXLIB) @@ -75,8 +75,5 @@ APP1STDLIBS= $(CPPULIB) \ # --- Targets ------------------------------------------------------ -ALL : ALLTAR - .INCLUDE : target.mk - |