diff options
author | Kai Ahrens <ka@openoffice.org> | 2001-02-13 12:35:20 +0000 |
---|---|---|
committer | Kai Ahrens <ka@openoffice.org> | 2001-02-13 12:35:20 +0000 |
commit | dcbe62695d37d69fc481ca1b2ef89f160a5d597f (patch) | |
tree | 0878de8421a710ad345e2e20cd3afdb89c5467e2 /sc/util | |
parent | 4c8ad5804f4908affd9728a9f5d24ab5918d1084 (diff) |
sim.lib removed
Diffstat (limited to 'sc/util')
-rw-r--r-- | sc/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/util/makefile.mk b/sc/util/makefile.mk index d03092bad335..7090617bddee 100644 --- a/sc/util/makefile.mk +++ b/sc/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: mh $ $Date: 2000-12-07 10:09:39 $ +# last change: $Author: ka $ $Date: 2001-02-13 13:35:20 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -143,7 +143,7 @@ SHL1OBJS= $(SLO)$/scdll.obj .ENDIF .IF "$(GUI)"=="UNX" -SHL1STDLIBS+= $(SIMLIB) $(SCHLIB) +SHL1STDLIBS+= $(SCHLIB) .ENDIF SHL1DEF= $(MISC)$/$(SHL1TARGET).def |