diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 15:25:46 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 15:25:46 +0000 |
commit | db5ee5e8f1ff37ebc1d0525671fa9b230df6e7bc (patch) | |
tree | 7da534e29d410654e78fa8b606f6e54a30e8b6a2 /i18nutil | |
parent | ff35b43ddae2578eaef51be0ba8e2d94fdefec1c (diff) |
INTEGRATION: CWS os2port01 (1.3.24); FILE MERGED
2006/12/28 15:00:07 ydario 1.3.24.1: OS/2 initial import.
Diffstat (limited to 'i18nutil')
-rw-r--r-- | i18nutil/source/utility/makefile.mk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/i18nutil/source/utility/makefile.mk b/i18nutil/source/utility/makefile.mk index 40cba40ecf6f..ca4bd9782650 100644 --- a/i18nutil/source/utility/makefile.mk +++ b/i18nutil/source/utility/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: rt $ $Date: 2005-09-07 17:40:56 $ +# last change: $Author: vg $ $Date: 2007-09-20 16:25:46 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -54,7 +54,11 @@ SLOFILES= \ $(SLO)$/oneToOneMapping.obj # Unicode utilities +.IF "$(GUI)" == "OS2" +SHL1TARGET= $(TARGET) +.ELSE SHL1TARGET= $(TARGET)$(COMID) +.ENDIF SHL1IMPLIB= i$(TARGET) DEF1DEPN= $(MISC)$/$(SHL1TARGET).flt |