diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 13:34:44 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 13:34:44 +0000 |
commit | daa53b876f0882229a768d8a9dbaa18b4ab746e3 (patch) | |
tree | ebda8aa0cb65178f3d82c50b1013a2987f8c64b9 /psprint/util | |
parent | 8fb43b98a4c2a0b87ddef36550da195c80f85bc6 (diff) |
INTEGRATION: CWS tune01 (1.7.6.3.14); FILE MERGED
2003/03/28 18:09:25 mhu 1.7.6.3.14.1: #108383# Removed excess shared library dependencies.
Diffstat (limited to 'psprint/util')
-rw-r--r-- | psprint/util/makefile.mk | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/psprint/util/makefile.mk b/psprint/util/makefile.mk index c3fb7425afd3..7a48407ea68c 100644 --- a/psprint/util/makefile.mk +++ b/psprint/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: hr $ $Date: 2003-03-26 14:24:11 $ +# last change: $Author: vg $ $Date: 2003-04-15 14:34:44 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -86,17 +86,16 @@ LIB1FILES= $(SLB)$/fontman.lib \ SHL1TARGET= psp$(UPD)$(DLLPOSTFIX) SHL1IMPLIB= ipsp SHL1LIBS=$(LIB1FILES) + .IF "$(OS)"=="SOLARIS" SHL1VERSIONMAP=libpsp_solaris.map .ELSE # should work for all gcc/binutils based linker (ld) SHL1VERSIONMAP=libpsp_linux.map .ENDIF + SHL1STDLIBS=$(UNOTOOLSLIB) \ $(TOOLSLIB) \ - $(VOSLIB) \ - $(JVMACCESSLIB) \ - $(CPPUHELPERLIB) \ - $(CPPULIB) \ + $(JVMACCESSLIB) \ $(SALLIB) \ -lX11 |