diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-03-18 13:43:57 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-03-18 13:43:57 +0000 |
commit | 80b23f3b799008455930abf3a4ea2f68513f610e (patch) | |
tree | 3091117aa49cb10e235e12be7c0a191b60016db2 /libxslt | |
parent | 6b049efa8ba849a03ed347940fce34385a138f61 (diff) |
INTEGRATION: CWS mingwport12 (1.11.4); FILE MERGED
2008/03/17 10:43:37 vg 1.11.4.1: #i86795# fix for mingw
Diffstat (limited to 'libxslt')
-rw-r--r-- | libxslt/makefile.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/libxslt/makefile.mk b/libxslt/makefile.mk index 23894b84d012..ed80d22e7d48 100644 --- a/libxslt/makefile.mk +++ b/libxslt/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.11 $ +# $Revision: 1.12 $ # -# last change: $Author: obo $ $Date: 2008-01-04 14:56:44 $ +# last change: $Author: vg $ $Date: 2008-03-18 14:43:57 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -67,6 +67,9 @@ CONFIGURE_FLAGS=--enable-ipv6=no --without-crypto --without-python --enable-stat BUILD_ACTION=$(GNUMAKE) BUILD_FLAGS+= -j$(EXTMAXPROCESS) BUILD_DIR=$(CONFIGURE_DIR) +.IF "$(GUI)$(COM)"=="WNTGCC" +.EXPORT : PWD +.ENDIF .ELSE CONFIGURE_DIR=win32 CONFIGURE_ACTION=cscript configure.js |