diff options
author | Kurt Zenker <kz@openoffice.org> | 2010-07-13 14:04:59 +0200 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2010-07-13 14:04:59 +0200 |
commit | 7b43eb48bac2cfe6810fe6a784519cef5875c597 (patch) | |
tree | 64492440ea485b1bbcf897cf5d15d2d079e14a7b | |
parent | 28f79d55c7900075316d77bcc8efd4f1d5a4b24b (diff) | |
parent | d744f302abda5a607c094d27554e69ef79ae0bc7 (diff) |
CWS-TOOLING: integrate CWS mingwport31_OOO330
Notes
split repo tag: libs-extern_ooo/OOO330_m1
-rw-r--r-- | mythes/makefile.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mythes/makefile.mk b/mythes/makefile.mk index 77d88bc4ca5f..0aa8f2fdc6fe 100644 --- a/mythes/makefile.mk +++ b/mythes/makefile.mk @@ -88,7 +88,9 @@ OUT2INC += mythes.hxx .IF "$(GUI)"=="WNT" .IF "$(COM)"=="GCC" CONFIGURE_ACTION=configure -CONFIGURE_FLAGS= --disable-shared --with-pic +CONFIGURE_FLAGS= --disable-shared --with-pic \ + HUNSPELL_CFLAGS=-I$(SOLARINCDIR)$/hunspell \ + HUNSPELL_LIBS="-L$(SOLARLIBDIR) -lhunspell-1.2" BUILD_ACTION=make |