diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 12:58:24 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 12:58:24 +0000 |
commit | 23ed1d0eb8d9f3ead161d0515058b106e5ceb4bb (patch) | |
tree | 93bd2a6dc3805e75990069ec931ee3203a78d6cc /libxmlsec | |
parent | 68fb6ff2267c03e9c370128177e6afce95c6c8e2 (diff) |
INTEGRATION: CWS obo11 (1.12.4); FILE MERGED
2007/04/23 11:28:03 obo 1.12.4.1: #i76441# support --enable-dbgutil for wntmsci11
Diffstat (limited to 'libxmlsec')
-rw-r--r-- | libxmlsec/makefile.mk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/libxmlsec/makefile.mk b/libxmlsec/makefile.mk index 47bed53d8a1d..445106a6ab34 100644 --- a/libxmlsec/makefile.mk +++ b/libxmlsec/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.12 $ +# $Revision: 1.13 $ # -# last change: $Author: vg $ $Date: 2007-03-27 09:10:13 $ +# last change: $Author: hr $ $Date: 2007-06-27 13:58:24 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -92,7 +92,11 @@ BUILD_DIR=$(CONFIGURE_DIR) .ELSE CONFIGURE_DIR=win32 CONFIGURE_ACTION=cscript configure.js +.IF "$(product)"!="full" && "$(CCNUMVER)" >= "001399999999" +CONFIGURE_FLAGS=crypto=$(CRYPTOLIB) debug=yes xslt=no iconv=no static=no include=$(BASEINC) lib=$(BASELIB) +.ELSE CONFIGURE_FLAGS=crypto=$(CRYPTOLIB) xslt=no iconv=no static=no include=$(BASEINC) lib=$(BASELIB) +.ENDIF BUILD_ACTION=nmake BUILD_DIR=$(CONFIGURE_DIR) .ENDIF |