summaryrefslogtreecommitdiff
path: root/libxml2
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-10-18 07:48:21 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-10-18 07:48:21 +0000
commitf6b55a9f1f5771e5617287d6887835c701a9e99b (patch)
treef5c525be97871203e6bf8fef65e1d585d0d42289 /libxml2
parent020992ad3c9e3ee22e3864f3767e9a1f2e835a0c (diff)
INTEGRATION: CWS kso201bugs01 (1.11.8); FILE MERGED
2005/10/06 10:40:23 kso 1.11.8.2: RESYNC: (1.11-1.12); FILE MERGED 2005/08/24 11:37:44 kso 1.11.8.1: #122205# - Windows debug build now possible.
Diffstat (limited to 'libxml2')
-rw-r--r--libxml2/makefile.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/libxml2/makefile.mk b/libxml2/makefile.mk
index e2295eb449d5..dfbb3aae8535 100644
--- a/libxml2/makefile.mk
+++ b/libxml2/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.12 $
+# $Revision: 1.13 $
#
-# last change: $Author: rt $ $Date: 2005-09-07 19:37:31 $
+# last change: $Author: rt $ $Date: 2005-10-18 08:48:21 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -61,6 +61,9 @@ PATCH_FILE_NAME=$(TARFILE_NAME).patch
CONFIGURE_DIR=win32
CONFIGURE_ACTION=cscript configure.js
CONFIGURE_FLAGS=iconv=no sax1=yes
+.IF "$(debug)"!=""
+CONFIGURE_FLAGS+=debug=yes
+.ENDIF
BUILD_ACTION=nmake
BUILD_DIR=$(CONFIGURE_DIR)
.ELSE