diff options
author | Christof Pintaske <cp@openoffice.org> | 2001-02-23 17:37:48 +0000 |
---|---|---|
committer | Christof Pintaske <cp@openoffice.org> | 2001-02-23 17:37:48 +0000 |
commit | b15e50d9b55debf26ea392cb6e8f86b983793461 (patch) | |
tree | 56a2d23b9885825bde67097df62d9dcc022926f8 /vcl/workben/makefile.mk | |
parent | 72b3d751713f13e8f54817ec4a08c2e270029a74 (diff) |
fix typo
Diffstat (limited to 'vcl/workben/makefile.mk')
-rw-r--r-- | vcl/workben/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/vcl/workben/makefile.mk b/vcl/workben/makefile.mk index f942436c12b6..a18b83fb5fb5 100644 --- a/vcl/workben/makefile.mk +++ b/vcl/workben/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: mm $ $Date: 2001-02-22 16:03:13 $ +# last change: $Author: cp $ $Date: 2001-02-23 18:37:48 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -80,11 +80,12 @@ OBJFILES= $(OBJ)$/svdem.obj APP1NOSAL= TRUE APP1TARGET= $(TARGET) -APP1OBJS= $(OBJFILES) \ +APP1OBJS= $(OBJFILES) # $(OBJ)$/salmain.obj APP1STDLIBS= $(CPPULIB) \ + $(VCLLIB) \ $(TOOLSLIB) \ $(SALLIB) \ $(VOSLIB) \ |