diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-07-26 15:43:59 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-07-26 15:43:59 +0000 |
commit | 4a4a64450f80aa1bf5dd58b455d21a8ea87e6811 (patch) | |
tree | 1517fc4fac4c8c6478edd0ed6f87c817a6e76491 /scripting/source/protocolhandler | |
parent | dde8cd7c9a2e6d25f560e0f77ba46006c089762a (diff) |
#i10000# VCLLIB added
Diffstat (limited to 'scripting/source/protocolhandler')
-rw-r--r-- | scripting/source/protocolhandler/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripting/source/protocolhandler/makefile.mk b/scripting/source/protocolhandler/makefile.mk index 767d0546a989..0e8f9a76d723 100644 --- a/scripting/source/protocolhandler/makefile.mk +++ b/scripting/source/protocolhandler/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: dfoster $ $Date: 2003-10-31 10:47:31 $ +# last change: $Author: kz $ $Date: 2004-07-26 16:43:59 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -86,6 +86,7 @@ SHL1STDLIBS= \ $(TOOLSLIB) \ $(CPPULIB) \ $(CPPUHELPERLIB) \ + $(VCLLIB) \ $(SALLIB) SHL1DEPN= |