diff options
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" |