diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-09-07 15:18:23 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-09-07 15:18:23 +0000 |
commit | e6b89ee8a3185e398a26dc0a7d491c16a51bf9f1 (patch) | |
tree | 1414921cba1b14de3da742e1080f9fad7b594d10 /svx/util | |
parent | 78c1f49b51e6ede2c911901fe34dd4f29f4d8b6b (diff) |
INTEGRATION: CWS ause034 (1.43.200); FILE MERGED
2005/08/10 09:38:58 hjs 1.43.200.1: #i52994# added dependency from patch
Diffstat (limited to 'svx/util')
-rw-r--r-- | svx/util/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/util/makefile.mk b/svx/util/makefile.mk index 3eac695b9320..c7ce2ce4d415 100644 --- a/svx/util/makefile.mk +++ b/svx/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.43 $ +# $Revision: 1.44 $ # -# last change: $Author: hr $ $Date: 2005-04-04 12:51:02 $ +# last change: $Author: rt $ $Date: 2005-09-07 16:18:23 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -162,6 +162,7 @@ DEFLIB1NAME=$(TARGET) SHL2TARGET= cui$(UPD)$(DLLPOSTFIX) SHL2VERSIONMAP= cui.map SHL2IMPLIB=icui +SHL2DEPN=$(SHL1TARGETN) SHL2DEF= $(MISC)$/$(SHL2TARGET).def DEF2NAME= $(SHL2TARGET) |