INTEGRATION: CWS systemdb (1.87.2); FILE MERGED
2005/03/31 08:28:27 rene 1.87.2.1: fix build with system db, remove system-db3 flags, add system-db #i34430# copy db.jar into the tree
This commit is contained in:
parent
1d771d7bf7
commit
88f012f2d5
1 changed files with 8 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# $RCSfile: libs.mk,v $
|
||||
#
|
||||
# $Revision: 1.87 $
|
||||
# $Revision: 1.88 $
|
||||
#
|
||||
# last change: $Author: rt $ $Date: 2005-03-30 08:36:11 $
|
||||
# last change: $Author: hr $ $Date: 2005-04-11 09:30:38 $
|
||||
#
|
||||
# The Contents of this file are made available subject to the terms of
|
||||
# either of the following licenses
|
||||
|
@ -59,7 +59,7 @@
|
|||
#
|
||||
#
|
||||
#*************************************************************************
|
||||
LIBSMKREV!:="$$Revision: 1.87 $$"
|
||||
LIBSMKREV!:="$$Revision: 1.88 $$"
|
||||
|
||||
.IF "$(COM)"=="WTC"
|
||||
LIBPRE=libr
|
||||
|
@ -208,8 +208,13 @@ JPEG3RDLIB=-ljpeg
|
|||
JPEG3RDLIB=-ljpeglib
|
||||
.ENDIF
|
||||
NEON3RDLIB=-lneon
|
||||
.IF "$(SYSTEM_DB)" == "YES"
|
||||
BERKELEYLIB=-ldb
|
||||
BERKELEYCPPLIB=-ldb_cxx
|
||||
.ELSE
|
||||
BERKELEYLIB=-ldb-4.2
|
||||
BERKELEYCPPLIB=-ldb_cxx-4.2
|
||||
.ENDIF
|
||||
CURLLIB=-lcurl
|
||||
SFX2LIB=-lsfx$(OFFICEUPD)$(DLLPOSTFIX)
|
||||
SFXLIB=-lsfx$(OFFICEUPD)$(DLLPOSTFIX)
|
||||
|
|
Loading…
Reference in a new issue