diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-04-11 08:34:57 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-04-11 08:34:57 +0000 |
commit | 7e74967d0cf9a8057233ce5a4ad72b00ccad1c24 (patch) | |
tree | 200ab4a74816f976ed9298357cca76a0ac1d50fc /desktop | |
parent | 51108a4eea9b0a208f647430f4cae533562e989f (diff) |
INTEGRATION: CWS systemdb (1.6.2); FILE MERGED
2005/03/31 08:28:21 rene 1.6.2.1: fix build with system db, remove system-db3 flags, add system-db
#i34430# copy db.jar into the tree
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/deployment/misc/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/desktop/source/deployment/misc/makefile.mk b/desktop/source/deployment/misc/makefile.mk index a0a9508ce72d..abbdc67768d8 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.6 $ +# $Revision: 1.7 $ # -# last change: $Author: rt $ $Date: 2005-03-30 08:44:35 $ +# last change: $Author: hr $ $Date: 2005-04-11 09:34:57 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -68,8 +68,8 @@ ENABLE_EXCEPTIONS = TRUE .INCLUDE : settings.mk -.IF "$(SYSTEM_DB3)" == "YES" -CFLAGS+=-DSYSTEM_DB3 +.IF "$(SYSTEM_DB)" == "YES" +CFLAGS+=-DSYSTEM_DB -I$(DB_INCLUDES) .ENDIF SRS1NAME = $(TARGET) |