diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-04-22 10:40:39 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-04-22 10:40:39 +0000 |
commit | 20c23b777b7554d89d1f47f0e138eb618a1cda8b (patch) | |
tree | 6c1dc63e764544daf81bf17a26f83aeb796630c0 | |
parent | 44a56470a449ee14fc0fb96bb08fb7d05ff08943 (diff) |
INTEGRATION: CWS ause025 (1.4.226); FILE MERGED
2005/04/14 15:47:59 hjs 1.4.226.2: #i46481# dependency fix - correct issueid
2005/04/14 15:45:02 hjs 1.4.226.1: #i46316# dependency fix
-rw-r--r-- | svx/source/unodialogs/textconversiondlgs/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/unodialogs/textconversiondlgs/makefile.mk b/svx/source/unodialogs/textconversiondlgs/makefile.mk index 08d28eda3563..90322ed617fe 100644 --- a/svx/source/unodialogs/textconversiondlgs/makefile.mk +++ b/svx/source/unodialogs/textconversiondlgs/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: rt $ $Date: 2005-01-26 15:25:17 $ +# last change: $Author: obo $ $Date: 2005-04-22 11:40:39 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -68,7 +68,6 @@ USE_DEFFILE=TRUE LOCALIZE_ME=chinese_direction_tmpl.hrc - # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk @@ -116,5 +115,6 @@ DEF1NAME= $(SHL1TARGET) # --- Targets ------------------------------------------------------ .INCLUDE : target.mk -$(SLO)$/chinese_dictionarydialog.obj: $(INCCOM)$/chinese_direction.hrc +$(SLO)$/chinese_dictionarydialog.obj: $(INCCOM)$/chinese_direction.hrc +$(SLO)$/chinese_translationdialog.obj: $(INCCOM)$/chinese_direction.hrc |