diff options
author | mm <mm@openoffice.org> | 2000-10-12 15:18:51 +0000 |
---|---|---|
committer | mm <mm@openoffice.org> | 2000-10-12 15:18:51 +0000 |
commit | f198ed89a14bbf0938311aa163e0c05acdd87b8e (patch) | |
tree | 65395d3de1b41b08041e26c71c724fd433302ca7 /sot/util | |
parent | 75f77cff1d7925a47edae17a56beb97c5c25da31 (diff) |
use file API from SAL
Diffstat (limited to 'sot/util')
-rw-r--r-- | sot/util/makefile.mk | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/sot/util/makefile.mk b/sot/util/makefile.mk index 626dcced4761..a1d45f6ca83a 100644 --- a/sot/util/makefile.mk +++ b/sot/util/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 16:56:52 $ +# last change: $Author: mm $ $Date: 2000-10-12 16:18:03 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -89,11 +89,7 @@ SHL1TARGET= $(TARGET)$(UPD)$(DLLPOSTFIX) SHL1IMPLIB= $(TARGET) SHL1LIBS= $(SLB)$/$(TARGET).lib -.IF "$(VCL)" != "" -SHL1STDLIBS=$(TOOLSLIB) $(RTLLIB) -.ELSE -SHL1STDLIBS=$(SVLIB) $(TOOLSLIB) -.ENDIF +SHL1STDLIBS=$(TOOLSLIB) $(RTLLIB) $(SALLIB) .IF "$(COM)"=="ICC" || "$(COM)"=="WTC" SHL1OBJS= $(SLO)$/object.obj |