diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-12-06 15:46:46 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-12-06 15:46:46 +0000 |
commit | bf23a81a12b7cb70ad1eba08d7bd28084a16bc0f (patch) | |
tree | e47c9170f815a6bff554e37b28be1bb03ca0e8d1 /vcl/util | |
parent | da015d1935b7e1e54fa5c02d54fea9f6cb734fef (diff) |
INTEGRATION: CWS soli10envfixes (1.100.46); FILE MERGED
2007/11/29 12:01:30 vg 1.100.46.1: #i84079# additional library path for checkdll
Diffstat (limited to 'vcl/util')
-rw-r--r-- | vcl/util/makefile.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/vcl/util/makefile.mk b/vcl/util/makefile.mk index 3e3f69acd7ea..4a724ba5f22f 100644 --- a/vcl/util/makefile.mk +++ b/vcl/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.100 $ +# $Revision: 1.101 $ # -# last change: $Author: vg $ $Date: 2007-10-15 13:07:51 $ +# last change: $Author: vg $ $Date: 2007-12-06 16:46:46 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -379,6 +379,9 @@ SHL4STDLIBS+=\ # KDE plugin .IF "$(ENABLE_KDE)" != "" +.IF "$(KDE_ROOT)"!="" +EXTRALIBPATHS+=-L$(KDE_ROOT)$/lib +.ENDIF LIB5TARGET=$(SLB)$/ikde_plug_ LIB5FILES=$(SLB)$/kdeplug.lib SHL5TARGET=vclplug_kde$(UPD)$(DLLPOSTFIX) |