diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 14:02:02 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 14:02:02 +0000 |
commit | a1372c40c16a5c9761e9135e6773d8fbce26438a (patch) | |
tree | 0815c9f68f2b26954ae3a6f5df5165747fbf85c2 /xmlsecurity/workben | |
parent | 964daac4a6d0ee12ee079b8ac0897edd7eeefaee (diff) |
INTEGRATION: CWS xmlsec06 (1.3.2); FILE MERGED
2004/10/19 13:32:11 mt 1.3.2.1: #i35098# Removed pre-MAV09 hacks
Diffstat (limited to 'xmlsecurity/workben')
-rw-r--r-- | xmlsecurity/workben/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xmlsecurity/workben/makefile.mk b/xmlsecurity/workben/makefile.mk index 24a67835f50a..3515d51c0d5b 100644 --- a/xmlsecurity/workben/makefile.mk +++ b/xmlsecurity/workben/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: mmi $ $Date: 2004-07-16 05:22:13 $ +# last change: $Author: rt $ $Date: 2004-11-26 15:02:02 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -77,8 +77,8 @@ TARGETTYPE=GUI # --- Files -------------------------------------------------------- -OBJFILES= $(OBJ)$/signaturetest.obj $(OBJ)$/storagehelper.obj -EXCEPTIONSFILES=$(OBJ)$/signaturetest.obj $(OBJ)$/storagehelper.obj +OBJFILES= $(OBJ)$/signaturetest.obj +EXCEPTIONSFILES=$(OBJ)$/signaturetest.obj APP1NOSAL= TRUE APP1TARGET= $(TARGET) |