Tag: cws_src680_soli10envfixes User: vg Date: 2007-11-29 12:01:50+0000 Modified: dba/connectivity/source/drivers/kab/makefile.mk
Log: #i84079# additional library path for checkdll File Changes: Directory: /dba/connectivity/source/drivers/kab/ ================================================ File [changed]: makefile.mk Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/makefile.mk?r1=1.6&r2=1.6.98.1 Delta lines: +7 -3 ------------------- --- makefile.mk 2007-03-09 08:59:16+0000 1.6 +++ makefile.mk 2007-11-29 12:01:47+0000 1.6.98.1 @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.6.98.1 $ # -# last change: $Author: obo $ $Date: 2007/03/09 08:59:16 $ +# last change: $Author: vg $ $Date: 2007/11/29 12:01:47 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -51,6 +51,10 @@ CFLAGS+=$(KDE_CFLAGS) +.IF "$(KDE_ROOT)"!="" +EXTRALIBPATHS+=-L$(KDE_ROOT)$/lib +.ENDIF + # === KAB base library ========================== # --- Files ------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
