diff options
-rw-r--r-- | desktop/source/deployment/misc/makefile.mk | 8 |
1 files changed, 6 insertions, 2 deletions
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 |