From c46015d4267101c2e9cda78a6eb564eb1ba3a556 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 8 Sep 2004 15:48:52 +0000 Subject: INTEGRATION: CWS ooo20040704 (1.3.10); FILE MERGED 2004/07/02 11:19:48 cmc 1.3.10.2: #i30891# revert header and namespace change 2004/06/28 13:13:39 cmc 1.3.10.1: #i30801# allow using system stl if possible --- desktop/source/deployment/misc/makefile.mk | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'desktop') diff --git a/desktop/source/deployment/misc/makefile.mk b/desktop/source/deployment/misc/makefile.mk index 2e5ba775aee6..764a6f30826f 100644 --- a/desktop/source/deployment/misc/makefile.mk +++ b/desktop/source/deployment/misc/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: obo $ $Date: 2004-08-12 12:09:28 $ +# last change: $Author: rt $ $Date: 2004-09-08 16:48:52 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -68,6 +68,10 @@ ENABLE_EXCEPTIONS = TRUE .INCLUDE : settings.mk +.IF "$(SYSTEM_DB3)" == "YES" +CFLAGS+=-DSYSTEM_DB3 +.ENDIF + SRS1NAME = $(TARGET) SRC1FILES = \ dp_misc.src -- cgit