diff options
author | Rüdiger Timm <rt@openoffice.org> | 2001-10-01 11:33:42 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2001-10-01 11:33:42 +0000 |
commit | 34bae24808f47be2f98d4e7ba2bf368f32dd9419 (patch) | |
tree | f15dc2a1411af5eb3c7b33be0be419eaf4c37516 /vcl | |
parent | 312f79320b30bf489dd20d6cf6bb98f26072774f (diff) |
#65293# svdem needs to be linked against CPPUHELPERLIB and COMPHELPERLIB
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/workben/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/workben/makefile.mk b/vcl/workben/makefile.mk index 5aebee5f67f0..8196ff6605a6 100644 --- a/vcl/workben/makefile.mk +++ b/vcl/workben/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: ssa $ $Date: 2001-08-10 11:20:10 $ +# last change: $Author: rt $ $Date: 2001-10-01 12:33:42 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -87,6 +87,8 @@ APP1OBJS= $(OBJFILES) # $(OBJ)$/salmain.obj APP1STDLIBS= $(CPPULIB) \ + $(CPPUHELPERLIB) \ + $(COMPHELPERLIB) \ $(VCLLIB) \ $(TOOLSLIB) \ $(SALLIB) \ @@ -96,10 +98,8 @@ APP1STDLIBS= $(CPPULIB) \ .IF "$(remote)"!="" APP1STDLIBS+= $(UNOLIBS) \ - $(CPPUHELPERLIB) \ $(UNOTOOLSLIB) \ $(UCBHELPERLIB) \ - $(COMPHELPERLIB) \ $(SALHELPERLIB) .ENDIF |