diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 12:43:54 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 12:43:54 +0000 |
commit | 254369a832a615240cbcbcef0c40e686082cbabb (patch) | |
tree | 591a1d5f5f1228c8ca81f5961205d181efb589d8 /sj2/util | |
parent | e4011ab35003d2cb9e436e6af92d5ed78b1f275f (diff) |
INTEGRATION: CWS tune01 (1.5.40); FILE MERGED
2003/04/02 19:31:13 mhu 1.5.40.1: #108383# Removed excess shared library dependencies.
Diffstat (limited to 'sj2/util')
-rw-r--r-- | sj2/util/makefile.mk | 23 |
1 files changed, 5 insertions, 18 deletions
diff --git a/sj2/util/makefile.mk b/sj2/util/makefile.mk index 770a6621e0bc..26856f78fb64 100644 --- a/sj2/util/makefile.mk +++ b/sj2/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: pl $ $Date: 2001-10-24 16:25:03 $ +# last change: $Author: vg $ $Date: 2003-04-15 13:43:54 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -83,24 +83,11 @@ SHL1TARGET= j$(UPD)$(DLLPOSTFIX)_g SHL1IMPLIB= $(TARGET) SHL1STDLIBS= \ - $(SVTOOLLIB) \ - $(SVLLIB) \ - $(TKLIB) \ - $(VCLLIB) - -.IF "$(GUI)"=="UNX" -.IF "$(OS)"!="MACOSX" -SHL1STDLIBS+=-lX11 -.ENDIF -.ENDIF - -SHL1STDLIBS+=\ + $(VCLLIB) \ + $(UNOTOOLSLIB) \ $(TOOLSLIB) \ - $(VOSLIB) \ - $(SALLIB) \ - $(RTLLIB) \ $(CPPULIB) \ - $(UNOTOOLSLIB) + $(SALLIB) SHL1LIBS= $(SLB)$/$(TARGET).lib SHL1DEF= $(MISC)$/$(SHL1TARGET).def |