diff options
author | Daniel Boelzle <dbo@openoffice.org> | 2001-03-30 10:03:34 +0000 |
---|---|---|
committer | Daniel Boelzle <dbo@openoffice.org> | 2001-03-30 10:03:34 +0000 |
commit | 9c2dc8b98dc6aaf9d9c8c0deaeea9bbb97ab1884 (patch) | |
tree | 24edeb7cc0c45ad2ffc58e02476ab0ee856cbfe3 /stoc/test/excomp/makefile.mk | |
parent | 593d7125d2a73387f8f24432c2165cac92e45a00 (diff) |
unoidl => idlc
Diffstat (limited to 'stoc/test/excomp/makefile.mk')
-rw-r--r-- | stoc/test/excomp/makefile.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/stoc/test/excomp/makefile.mk b/stoc/test/excomp/makefile.mk index 578a1880cff3..167688ce6c5c 100644 --- a/stoc/test/excomp/makefile.mk +++ b/stoc/test/excomp/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hr $ $Date: 2000-09-18 15:29:36 $ +# last change: $Author: dbo $ $Date: 2001-03-30 11:03:34 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -98,7 +98,7 @@ APP1OBJS= $(OBJ)$/excomp.obj APP1STDLIBS= \ $(CPPULIB) \ $(CPPUHELPERLIB) \ - $(VOSLIB) \ + $(SALHELPERLIB) \ $(SALLIB) # ---- objects ---- @@ -114,7 +114,7 @@ SHL1TARGET= $(TARGET1) SHL1STDLIBS= \ $(CPPULIB) \ $(CPPUHELPERLIB) \ - $(VOSLIB) \ + $(SALHELPERLIB) \ $(SALLIB) SHL1DEPN= @@ -133,7 +133,7 @@ SHL2TARGET= $(TARGET2) SHL2STDLIBS= \ $(CPPULIB) \ $(CPPUHELPERLIB) \ - $(VOSLIB) \ + $(SALHELPERLIB) \ $(SALLIB) SHL2DEPN= |