libs.mk (8a106958) libs.mk (da7ca839)
1#**************************************************************
1#**************************************************************
2#
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance
9# with the License. You may obtain a copy of the License at
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance
9# with the License. You may obtain a copy of the License at
10#
10#
11# http://www.apache.org/licenses/LICENSE-2.0
11# http://www.apache.org/licenses/LICENSE-2.0
12#
12#
13# Unless required by applicable law or agreed to in writing,
14# software distributed under the License is distributed on an
15# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16# KIND, either express or implied. See the License for the
17# specific language governing permissions and limitations
18# under the License.
13# Unless required by applicable law or agreed to in writing,
14# software distributed under the License is distributed on an
15# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16# KIND, either express or implied. See the License for the
17# specific language governing permissions and limitations
18# under the License.
19#
19#
20#**************************************************************
21
22LIBSMKREV!:="$$Revision$$"
23
24.IF ("$(GUI)"=="UNX" || "$(COM)"=="GCC")
25
26#
27#external libs in platform.mk

--- 350 unchanged lines hidden (view full) ---

378XMLOFFLLIB=xol.lib
379STORELIB=istore.lib
380OTXLIB=otx_ind.lib
381OSXLIB=osx.lib
382REGLIB=ireg.lib
383EXTLIB=iext.lib
384SOTLIB=isot.lib
385MOZBASELIBST=nspr4_s.lib xpcombase_s.lib
20#**************************************************************
21
22LIBSMKREV!:="$$Revision$$"
23
24.IF ("$(GUI)"=="UNX" || "$(COM)"=="GCC")
25
26#
27#external libs in platform.mk

--- 350 unchanged lines hidden (view full) ---

378XMLOFFLLIB=xol.lib
379STORELIB=istore.lib
380OTXLIB=otx_ind.lib
381OSXLIB=osx.lib
382REGLIB=ireg.lib
383EXTLIB=iext.lib
384SOTLIB=isot.lib
385MOZBASELIBST=nspr4_s.lib xpcombase_s.lib
386MOZBASELIB=nspr4.lib xpcom.lib
386MOZBASELIB=libnspr4.lib xpcom.lib
387LDAPSDKLIB=nsldap32v50.lib
388PAPILIB=ipap.lib
389SFX2LIB=sfx.lib
390SFXLIB=$(SFX2LIB)
391FWELIB=ifwe.lib
392FWILIB=ifwi.lib
393BTSTRPLIB=btstrp.lib
394BTSTRPDTLIB=bootstrpdt.lib
395TRANSEXLIB=transex.lib
396ICOLIB=icom.lib
397SVTOOLLIB=svtool.lib
398XMLSECLIB=libxmlsec.lib
399XMLSECLIB-MS=libxmlsec-mscrypto.lib
400XMLSECLIB-NSS=libxmlsec-nss.lib
401LIBXML2LIB=libxml2.lib
402NSS3LIB=nss3.lib
387LDAPSDKLIB=nsldap32v50.lib
388PAPILIB=ipap.lib
389SFX2LIB=sfx.lib
390SFXLIB=$(SFX2LIB)
391FWELIB=ifwe.lib
392FWILIB=ifwi.lib
393BTSTRPLIB=btstrp.lib
394BTSTRPDTLIB=bootstrpdt.lib
395TRANSEXLIB=transex.lib
396ICOLIB=icom.lib
397SVTOOLLIB=svtool.lib
398XMLSECLIB=libxmlsec.lib
399XMLSECLIB-MS=libxmlsec-mscrypto.lib
400XMLSECLIB-NSS=libxmlsec-nss.lib
401LIBXML2LIB=libxml2.lib
402NSS3LIB=nss3.lib
403NSPR4LIB=nspr4.lib
403NSPR4LIB=libnspr4.lib
404PLC4LIB=plc4.lib
405NSSCRYPTOLIBS=$(XMLSECLIB-NSS) $(XMLSECLIB) $(LIBXML2LIB) $(NSS3LIB) $(NSPR4LIB) $(PLC4LIB)
406MSCRYPTOLIBS=$(XMLSECLIB-MS) $(XMLSECLIB) $(LIBXML2LIB) crypt32.lib advapi32.lib
407BROOKERLIB=ibrooker.lib
408SIMPLECMLIB=isimplecm.lib
409COMMUNILIB=icommuni.lib
410BTCOMMUNILIB=ibtcommuni.lib
411AUTOMATIONLIB=ists.lib

--- 89 unchanged lines hidden ---
404PLC4LIB=plc4.lib
405NSSCRYPTOLIBS=$(XMLSECLIB-NSS) $(XMLSECLIB) $(LIBXML2LIB) $(NSS3LIB) $(NSPR4LIB) $(PLC4LIB)
406MSCRYPTOLIBS=$(XMLSECLIB-MS) $(XMLSECLIB) $(LIBXML2LIB) crypt32.lib advapi32.lib
407BROOKERLIB=ibrooker.lib
408SIMPLECMLIB=isimplecm.lib
409COMMUNILIB=icommuni.lib
410BTCOMMUNILIB=ibtcommuni.lib
411AUTOMATIONLIB=ists.lib

--- 89 unchanged lines hidden ---