diff options
author | Kurt Zenker <kz@openoffice.org> | 2001-03-29 06:18:06 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2001-03-29 06:18:06 +0000 |
commit | 8084772c58f25bd37b1ecd7ac9678e47dd8f49ed (patch) | |
tree | 15254887bbccca12a19c7c17be773133e6d9de81 /solenv | |
parent | 9523595b6c3807946224228ccfd6ea1f450496f4 (diff) |
add. ? tg_scp.mk_bak
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/inc/libs.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/solenv/inc/libs.mk b/solenv/inc/libs.mk index d48578bf2169..9ff4fcd1d635 100644 --- a/solenv/inc/libs.mk +++ b/solenv/inc/libs.mk @@ -2,9 +2,9 @@ # # $RCSfile: libs.mk,v $ # -# $Revision: 1.15 $ +# $Revision: 1.16 $ # -# last change: $Author: kz $ $Date: 2001-03-19 09:59:01 $ +# last change: $Author: kz $ $Date: 2001-03-29 07:18:06 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -72,6 +72,7 @@ LIBPRE=libr .IF "$(OS)"=="S390" +GPC3RDLIB=$(L)$/libgpc.x SALHELPERLIB=$(L)$/libsalhelper$(SALHELPER_MAJOR)$(DLLPOSTFIX).x XMLSCRIPTLIB =$(L)$/libxcr$(UPD)$(DLLPOSTFIX).x CONNECTIVITYLIB=$(L)$/libconnectivity.x @@ -156,6 +157,7 @@ SWLIB=$(L)$/libswlib.x .ELSE # "$(OS)"=="S390" +GPC3RDLIB=-lgpc .INCLUDE .IGNORE : salhelper$/version.mk SALHELPERLIB=-lsalhelper$(SALHELPER_MAJOR)$(COM) XMLSCRIPTLIB =-lxcr$(UPD)$(DLLPOSTFIX) @@ -354,6 +356,7 @@ SETUPLIB= SSCLIB= SSLLIB= .ELSE # "$(make_xl)"!="" +GPC3RDLIB=gpc.lib SALHELPERLIB=$(LIBPRE) isalhelper.lib XMLSCRIPTLIB=ixcr.lib COMPHELPERLIB=icomphelp2.lib |