diff options
author | Duncan Foster <dfoster@openoffice.org> | 2002-10-31 10:51:46 +0000 |
---|---|---|
committer | Duncan Foster <dfoster@openoffice.org> | 2002-10-31 10:51:46 +0000 |
commit | 36e2a0b9e46517bfa6ab77bb4a61dcaf357456ca (patch) | |
tree | e843d44e0e10609631839cd609ff376d090817b3 /scripting/source/runtimemgr/makefile.mk | |
parent | e00dd4a2f44d88b96513e494b49822ba00eac75c (diff) |
Added missing lib (toolslib) to link.
Diffstat (limited to 'scripting/source/runtimemgr/makefile.mk')
-rw-r--r-- | scripting/source/runtimemgr/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripting/source/runtimemgr/makefile.mk b/scripting/source/runtimemgr/makefile.mk index 0dda4e51e752..37a2f126325a 100644 --- a/scripting/source/runtimemgr/makefile.mk +++ b/scripting/source/runtimemgr/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: lkovacs $ $Date: 2002-10-29 16:52:34 $ +# last change: $Author: dfoster $ $Date: 2002-10-31 11:51:46 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -90,10 +90,10 @@ SLOFILES=\ SHL1TARGET= $(TARGET) SHL1STDLIBS= \ + $(TOOLSLIB) \ $(CPPULIB) \ $(CPPUHELPERLIB) \ - $(SALLIB) \ - $(VCLLIB) + $(SALLIB) SHL1DEPN= \ $(SHL1RES) |