diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-12-01 16:26:55 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-12-01 16:26:55 +0000 |
commit | cca2916075f3d7a25303c08559cbb1e118eacde8 (patch) | |
tree | a852736b61e9e371eb0f2f5f11b9abbbf96aa33b /cppu | |
parent | d23ffe1c9fce7c7bac9e31e4ebac1741c30c2cdc (diff) |
INTEGRATION: CWS bunoidmap (1.31.8); FILE MERGED
2006/11/09 09:04:41 kr 1.31.8.1: implemented: i71242 - Binary Uno should support Ident Mappings
Diffstat (limited to 'cppu')
-rw-r--r-- | cppu/test/makefile.mk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/cppu/test/makefile.mk b/cppu/test/makefile.mk index ea73a9644923..6f38a9075036 100644 --- a/cppu/test/makefile.mk +++ b/cppu/test/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.31 $ +# $Revision: 1.32 $ # -# last change: $Author: rt $ $Date: 2006-10-27 12:15:53 $ +# last change: $Author: rt $ $Date: 2006-12-01 17:26:55 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -89,6 +89,10 @@ APP3TARGET := Environment.test APP3OBJS := $(OBJ)$/Environment.test.obj APP3STDLIBS := $(CPPULIB) $(SALLIB) +APP4TARGET := IdentityMapping.test +APP4OBJS := $(OBJ)$/IdentityMapping.test.obj +APP4STDLIBS := $(CPPULIB) $(SALLIB) + # --- Targets ------------------------------------------------------ |