libs.mk (dd99249c) | libs.mk (2e2269f7) |
---|---|
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 --- 152 unchanged lines hidden (view full) --- 161 162.IF "$(SYSTEM_AGG)" == "YES" 163AGGLIB=-lagg 164.ELSE 165AGGLIB=-lagg$(DLLPOSTFIX) 166.ENDIF 167FREETYPE_LIBS*=-lfreetype 168FREETYPELIB=$(FREETYPE_LIBS) | 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 --- 152 unchanged lines hidden (view full) --- 161 162.IF "$(SYSTEM_AGG)" == "YES" 163AGGLIB=-lagg 164.ELSE 165AGGLIB=-lagg$(DLLPOSTFIX) 166.ENDIF 167FREETYPE_LIBS*=-lfreetype 168FREETYPELIB=$(FREETYPE_LIBS) |
169TKLIB=-ltk$(DLLPOSTFIX) | 169TKLIB=-lootk$(DLLPOSTFIX) |
170LAYOUTLIB=-ltklayout$(DLLPOSTFIX) 171SVTOOLLIB=-lsvt$(DLLPOSTFIX) 172XMLSECLIB=-lxmlsec1 173XMLSECLIB-NSS=-lxmlsec1-nss 174.IF "$(SYSTEM_LIBXML)"=="YES" 175LIBXML2LIB=$(LIBXML_LIBS) 176.ELSE 177LIBXML2LIB=-lxml2 --- 280 unchanged lines hidden (view full) --- 458DRAWINGLAYERLIB=idrawinglayer.lib 459SVGIOLIB=isvgio.lib 460BASEBMPLIB=ibasebmp.lib 461CANVASTOOLSLIB=icanvastools.lib 462CPPCANVASLIB=icppcanvas.lib 463FORLIB=ifor.lib 464FORUILIB=iforui.lib 465AGGLIB=iagg.lib | 170LAYOUTLIB=-ltklayout$(DLLPOSTFIX) 171SVTOOLLIB=-lsvt$(DLLPOSTFIX) 172XMLSECLIB=-lxmlsec1 173XMLSECLIB-NSS=-lxmlsec1-nss 174.IF "$(SYSTEM_LIBXML)"=="YES" 175LIBXML2LIB=$(LIBXML_LIBS) 176.ELSE 177LIBXML2LIB=-lxml2 --- 280 unchanged lines hidden (view full) --- 458DRAWINGLAYERLIB=idrawinglayer.lib 459SVGIOLIB=isvgio.lib 460BASEBMPLIB=ibasebmp.lib 461CANVASTOOLSLIB=icanvastools.lib 462CPPCANVASLIB=icppcanvas.lib 463FORLIB=ifor.lib 464FORUILIB=iforui.lib 465AGGLIB=iagg.lib |
466TKLIB=itk.lib | 466TKLIB=iootk.lib |
467LAYOUTLIB=itklayout.lib 468SVXLLIB=svxl.lib 469FREETYPELIB=freetype.lib 470PKGCHKLIB=ipkgchk.lib 471HELPLINKERLIB=ihelplinker.lib 472JVMACCESSLIB = ijvmaccess.lib 473XSLTLIB = libxslt.lib $(LIBXML2LIB) 474CPPUNITLIB = icppunit_dll.lib --- 29 unchanged lines hidden --- | 467LAYOUTLIB=itklayout.lib 468SVXLLIB=svxl.lib 469FREETYPELIB=freetype.lib 470PKGCHKLIB=ipkgchk.lib 471HELPLINKERLIB=ihelplinker.lib 472JVMACCESSLIB = ijvmaccess.lib 473XSLTLIB = libxslt.lib $(LIBXML2LIB) 474CPPUNITLIB = icppunit_dll.lib --- 29 unchanged lines hidden --- |