summaryrefslogtreecommitdiff
path: root/hunspell
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-07-02 08:47:17 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-07-02 08:47:17 +0000
commitd71cf8e041f757857bc2b360dde6290c56be616d (patch)
tree0496171788f33d5f7fa7969e36b4b8523b59f060 /hunspell
parent8f7e4b56db3a93cd0be8b09b716534cd28c6bc02 (diff)
INTEGRATION: CWS mingwport14 (1.6.6); FILE MERGED
2008/06/21 14:21:02 tono 1.6.6.1: #i90950#: mingw port
Diffstat (limited to 'hunspell')
-rw-r--r--hunspell/makefile.mk9
1 files changed, 8 insertions, 1 deletions
diff --git a/hunspell/makefile.mk b/hunspell/makefile.mk
index 154b0e2c3092..f5f01306ce8a 100644
--- a/hunspell/makefile.mk
+++ b/hunspell/makefile.mk
@@ -8,7 +8,7 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
# This file is part of OpenOffice.org.
#
@@ -72,7 +72,14 @@ OUT2LIB=$(BUILD_DIR)$/src$/hunspell$/.libs$/libhunspell-1.1.a
.IF "$(GUI)"=="WNT"
+.IF "$(COM)"=="GCC"
+CONFIGURE_ACTION=configure
+CONFIGURE_FLAGS= --disable-shared --with-pic
+BUILD_ACTION=make
+OUT2LIB=$(BUILD_DIR)$/src$/hunspell$/.libs$/libhunspell-1.1.a
+.ELSE
BUILD_ACTION=cd src/hunspell && dmake
+.ENDIF
.ENDIF # "$(GUI)"=="WNT"