diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 11:20:04 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 11:20:04 +0000 |
commit | dab95753cf844ea31147de234756d8dcc96b6be2 (patch) | |
tree | d31b895fd4023be6e98da5affc8d6fc559f9fd7b /svx | |
parent | 9888dc04208b7cbe3ad9705d2d42c981f2745a09 (diff) |
INTEGRATION: CWS os2port02 (1.7.1004); FILE MERGED
2007/10/04 19:44:53 ydario 1.7.1004.1: Issue number: i82034
Submitted by: ydario
Reviewed by: ydario
Commit of changes for OS/2 CWS source code integration.
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/unodialogs/textconversiondlgs/makefile.mk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/svx/source/unodialogs/textconversiondlgs/makefile.mk b/svx/source/unodialogs/textconversiondlgs/makefile.mk index 37a08a92f818..027bcf1ae1df 100644 --- a/svx/source/unodialogs/textconversiondlgs/makefile.mk +++ b/svx/source/unodialogs/textconversiondlgs/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: hr $ $Date: 2005-09-28 15:45:44 $ +# last change: $Author: hr $ $Date: 2007-11-02 12:20:04 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -62,7 +62,11 @@ SRC1FILES= \ RESLIB1NAME=$(TARGET) RESLIB1SRSFILES= $(SRS)$/$(TARGET).srs +.IF "$(GUI)" == "OS2" +SHL1TARGET= txcnvdlg +.ELSE SHL1TARGET= $(TARGET)$(UPD)$(DLLPOSTFIX) +.ENDIF SHL1VERSIONMAP= export.map SHL1STDLIBS= \ |