summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorMichael Stahl <mst@apache.org>2011-09-17 21:34:55 +0000
committerMichael Stahl <mst@apache.org>2011-09-17 21:34:55 +0000
commitd0147f2caa0f569beda7677acd5f9d65647be1a5 (patch)
tree122175b01423872e0b7628f9cd436470e6ba503b /xmlsecurity
parent116c35c31b2e0b20916c2bc6d28ead8f2fbf018e (diff)
mingwport35: i#117797: MinGW port: xmlsecurity for nss backend
# HG changeset patch # User tono@openoffice.org # Date 1302529891 -32400 # Node ID 46e3df4d9579f722b22f8e8d1d018f3259ba1901 # Parent 319be9ae99cb27a1809663dfee2fcd9d808a2196
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/source/xmlsec/nss/makefile.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/xmlsecurity/source/xmlsec/nss/makefile.mk b/xmlsecurity/source/xmlsec/nss/makefile.mk
index 5e968a334ed5..77388ca1d08d 100644
--- a/xmlsecurity/source/xmlsec/nss/makefile.mk
+++ b/xmlsecurity/source/xmlsec/nss/makefile.mk
@@ -71,15 +71,22 @@ INCPRE += \
-I$(MOZ_INC)$/profile \
-I$(MOZ_INC)$/string \
-I$(MOZ_INC)$/embed_base
+.IF "$(COM)"=="GCC"
+CFLAGS += $(CFLAGSDEBUG)
+.ELSE
CFLAGS += -GR- -W3 -Gy -MD -UDEBUG
+.ENDIF
.ELSE
INCPRE += \
-I$(MOZ_INC)$/profile \
-I$(MOZ_INC)$/string \
-I$(MOZ_INC)$/embed_base
+.IF "$(COM)"=="GCC"
+.ELSE
CFLAGS += -Zi -GR- -W3 -Gy -MDd -UNDEBUG
.ENDIF
.ENDIF
+.ENDIF
.IF "$(GUI)" == "UNX"
INCPOST += \
$(MOZ_INC)$/profile \