summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-09-08 15:14:24 +0000
committerRüdiger Timm <rt@openoffice.org>2004-09-08 15:14:24 +0000
commit70d2bd6cba3c11cdb001ebfb28037b25bf1d3074 (patch)
tree439b783bc5e35b5147103f89ad1d604bfbd55f97 /xmlhelp
parente69cca1ffdd06adad70cbbf81c28cb7b48cb8fe6 (diff)
INTEGRATION: CWS ooo20040704 (1.13.74); FILE MERGED
2004/07/02 10:19:41 cmc 1.13.74.2: #i30891# revert header and namespace change 2004/06/28 10:37:28 cmc 1.13.74.1: #i30801 allow using system libs if possible
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/cxxhelp/provider/makefile.mk12
1 files changed, 10 insertions, 2 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/makefile.mk b/xmlhelp/source/cxxhelp/provider/makefile.mk
index 4bf4d0d20bb5..9694b63bcd10 100644
--- a/xmlhelp/source/cxxhelp/provider/makefile.mk
+++ b/xmlhelp/source/cxxhelp/provider/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.13 $
+# $Revision: 1.14 $
#
-# last change: $Author: hr $ $Date: 2003-04-28 16:19:35 $
+# last change: $Author: rt $ $Date: 2004-09-08 16:14:24 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -75,6 +75,14 @@ NO_BSYMBOLIC=TRUE
CFLAGS += -DHAVE_EXPAT_H
+.IF "$(SYSTEM_DB3)" == "YES"
+CFLAGS+=-DSYSTEM_DB3
+.ENDIF
+
+.IF "$(SYSTEM_SABLOT)" == "YES"
+CFLAGS+=-DSYSTEM_SABLOT
+.ENDIF
+
.IF "$(GUI)"=="WNT"
CFLAGS+=-GR
.ENDIF