diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-06-06 15:58:52 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-06-06 15:58:52 +0000 |
commit | 53ff3d6e11e818d0660f95cdf29189f18ce0656d (patch) | |
tree | c6022a0ffe3ecb5f0be4291cb851d6382047e17d /lingucomponent | |
parent | c53b53c4e476de843238dd9f08d3ed49a73bfb8e (diff) |
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
Diffstat (limited to 'lingucomponent')
-rw-r--r-- | lingucomponent/source/hyphenator/altlinuxhyph/hyphen/makefile.mk | 4 |
1 files 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 |