diff options
author | Matthias Huetsch <mhu@openoffice.org> | 2001-03-13 20:07:32 +0000 |
---|---|---|
committer | Matthias Huetsch <mhu@openoffice.org> | 2001-03-13 20:07:32 +0000 |
commit | df26b61ac2fed30f53f68e23613b5dc7a5677b58 (patch) | |
tree | 6349b627b5a3296b328379af2092f08d81b0dfb8 /store/util | |
parent | 245d8ffe1be6fe20d09c0cbf0d056088f5f1fc03 (diff) |
Major revision. Removed usage of module 'vos'.
Diffstat (limited to 'store/util')
-rw-r--r-- | store/util/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/store/util/makefile.mk b/store/util/makefile.mk index 7b063ce8784d..edd7d8ac719e 100644 --- a/store/util/makefile.mk +++ b/store/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: pluby $ $Date: 2001-02-22 22:54:39 $ +# last change: $Author: mhu $ $Date: 2001-03-13 21:07:32 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -97,10 +97,10 @@ SHL1IMPLIB= istore SHL1VERSIONMAP= $(TARGET).map .ENDIF -SHL1STDLIBS= $(VOSLIB) $(SALLIB) +SHL1STDLIBS= $(SALLIB) SHL1DEF= $(MISC)$/$(SHL1TARGET).def -SHL1DEPN= $(L)$/ivos.lib $(L)$/isal.lib +SHL1DEPN= $(L)$/isal.lib SHL1LIBS= $(SLB)$/store.lib # --- Def-File --- |