diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-06-06 15:59:22 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-06-06 15:59:22 +0000 |
commit | 2bd6f51cc98c00c370cbf7eb9428f8212809d9b5 (patch) | |
tree | 6661c76f8665778181b2bcd3c27da5a1d8c44ab5 /hyphen | |
parent | 788e88c329ee37ea25fb9e6335cfb1e808fcc5eb (diff) |
INTEGRATION: CWS mingwport13 (1.5.2); FILE MERGED
2008/05/30 11:08:16 vg 1.5.2.3: #i88772# mingw port catch-up fixes
2008/05/23 11:24:32 vg 1.5.2.2: #i88772# mingw port catch-up fixes
2008/05/16 15:15:31 vg 1.5.2.1: #i88772# MinGW port catch-up fixes
Diffstat (limited to 'hyphen')
-rw-r--r-- | hyphen/makefile.mk | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/hyphen/makefile.mk b/hyphen/makefile.mk index bf5f1b15dbba..b328652b62db 100644 --- a/hyphen/makefile.mk +++ b/hyphen/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # # This file is part of OpenOffice.org. # @@ -68,7 +68,15 @@ OUT2INC += hyphen.h .IF "$(GUI)"=="WNT" +.IF "$(COM)"=="GCC" +CONFIGURE_ACTION=configure +CONFIGURE_FLAGS= --disable-shared --with-pic + +BUILD_ACTION=make + +.ELSE BUILD_ACTION=dmake +.ENDIF # "$(COM)"=="GCC" OUT2INC += hyphen.h .ENDIF # "$(GUI)"=="WNT" |