libs.mk (2e2269f7) | libs.mk (f3ecff4e) |
---|---|
1#************************************************************** 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 --- 111 unchanged lines hidden (view full) --- 120DBFILELIB=-lfile$(DLLPOSTFIX) 121.IF "$(GUI)$(COM)"=="WNTGCC" || "$(GUI)"=="OS2" 122RMCXTLIB=-lrmcxt$(UDK_MAJOR) 123.ELSE # "$(GUI)$(COM)"=="WNTGCC" 124RMCXTLIB=-lrmcxt 125.ENDIF # "$(GUI)$(COM)"=="WNTGCC" 126BTSTRPLIB=-lbtstrp 127BTSTRPDTLIB=-lbootstrpdt$(DLLPOSTFIX) | 1#************************************************************** 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 --- 111 unchanged lines hidden (view full) --- 120DBFILELIB=-lfile$(DLLPOSTFIX) 121.IF "$(GUI)$(COM)"=="WNTGCC" || "$(GUI)"=="OS2" 122RMCXTLIB=-lrmcxt$(UDK_MAJOR) 123.ELSE # "$(GUI)$(COM)"=="WNTGCC" 124RMCXTLIB=-lrmcxt 125.ENDIF # "$(GUI)$(COM)"=="WNTGCC" 126BTSTRPLIB=-lbtstrp 127BTSTRPDTLIB=-lbootstrpdt$(DLLPOSTFIX) |
128SOLDEPLIB=-lsoldep$(DLLPOSTFIX) | |
129TRANSEXLIB=-ltransex 130OTXLIB=-lotx_ind 131OSXLIB=-losx 132UNOTOOLSLIB=-lutl$(DLLPOSTFIX) 133SOTLIB=-lsot$(DLLPOSTFIX) 134.IF "$(GUI)$(COM)"=="WNTGCC" 135MOZBASELIBST=$(STATIC) -lnspr4_s -lxpcombase_s 136.ELSE # "$(GUI)$(COM)"=="WNTGCC" --- 251 unchanged lines hidden (view full) --- 388LDAPSDKLIB=nsldap32v50.lib 389PAPILIB=ipap.lib 390SFX2LIB=sfx.lib 391SFXLIB=$(SFX2LIB) 392FWELIB=ifwe.lib 393FWILIB=ifwi.lib 394BTSTRPLIB=btstrp.lib 395BTSTRPDTLIB=bootstrpdt.lib | 128TRANSEXLIB=-ltransex 129OTXLIB=-lotx_ind 130OSXLIB=-losx 131UNOTOOLSLIB=-lutl$(DLLPOSTFIX) 132SOTLIB=-lsot$(DLLPOSTFIX) 133.IF "$(GUI)$(COM)"=="WNTGCC" 134MOZBASELIBST=$(STATIC) -lnspr4_s -lxpcombase_s 135.ELSE # "$(GUI)$(COM)"=="WNTGCC" --- 251 unchanged lines hidden (view full) --- 387LDAPSDKLIB=nsldap32v50.lib 388PAPILIB=ipap.lib 389SFX2LIB=sfx.lib 390SFXLIB=$(SFX2LIB) 391FWELIB=ifwe.lib 392FWILIB=ifwi.lib 393BTSTRPLIB=btstrp.lib 394BTSTRPDTLIB=bootstrpdt.lib |
396SOLDEPLIB=soldep.lib | |
397TRANSEXLIB=transex.lib 398ICOLIB=icom.lib 399SVTOOLLIB=svtool.lib 400XMLSECLIB=libxmlsec.lib 401XMLSECLIB-MS=libxmlsec-mscrypto.lib 402XMLSECLIB-NSS=libxmlsec-nss.lib 403LIBXML2LIB=libxml2.lib 404NSS3LIB=nss3.lib --- 99 unchanged lines hidden --- | 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 --- 99 unchanged lines hidden --- |