From 53ff3d6e11e818d0660f95cdf29189f18ce0656d Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Fri, 6 Jun 2008 15:58:52 +0000 Subject: [PATCH] INTEGRATION: CWS mingwport13 (1.19.6); FILE MERGED 2008/05/30 11:34:50 vg 1.19.6.5: #i88772# mingw port catch-up fixes 2008/05/23 11:24:58 vg 1.19.6.4: #i88772# mingw port catch-up fixes 2008/05/16 15:15:26 vg 1.19.6.3: #i88772# MinGW port catch-up fixes 2008/05/14 09:34:47 vg 1.19.6.2: RESYNC MERGED DEV300_m12 1.19 1.21 2008/05/05 13:51:06 vg 1.19.6.1: #i88772# MinGW fixes for DEV300 --- .../source/hyphenator/altlinuxhyph/hyphen/makefile.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/makefile.mk b/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/makefile.mk index a9ac761484bf..703580bad7fa 100644 --- a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/makefile.mk +++ b/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.21 $ +# $Revision: 1.22 $ # # This file is part of OpenOffice.org. # @@ -36,7 +36,7 @@ TARGET = hyphen_lib ENABLE_EXCEPTIONS=TRUE USE_DEFFILE=TRUE -.IF "$(GUI)"=="UNX" +.IF "$(GUI)"=="UNX" || "$(COM)"=="GCC" HNJLIB=-lhyphen .ELIF "$(GUI)"=="OS2" HNJLIB=$(SLB)\hyphen.lib