libs.mk (fdf35928) | libs.mk (58b02f87) |
---|---|
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 --- 342 unchanged lines hidden (view full) --- 351.ELIF "$(GUI)" == "OS2" 352MYTHESLIB=-lmythes 353.ELSE 354MYTHESLIB=-lmythes-1.2 355.ENDIF 356PYUNOLIB=-lpyuno 357COINMPLIBS=-lCoinMP -lCoinUtils -lClp -lCbc -lOsi -lOsiClp -lCgl -lCbcSolver 358INTERNAL_APR_LIBS=-lapr-1 | 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 --- 342 unchanged lines hidden (view full) --- 351.ELIF "$(GUI)" == "OS2" 352MYTHESLIB=-lmythes 353.ELSE 354MYTHESLIB=-lmythes-1.2 355.ENDIF 356PYUNOLIB=-lpyuno 357COINMPLIBS=-lCoinMP -lCoinUtils -lClp -lCbc -lOsi -lOsiClp -lCgl -lCbcSolver 358INTERNAL_APR_LIBS=-lapr-1 |
359INTERNAL_APRUTIL_LIBS=-laprutil-1 | 359INTERNAL_APR_UTIL_LIBS=-laprutil-1 |
360INTERNAL_SERF_LIBS=-lserf-1 361SOFFICELIB=-lsofficeapp 362UNOPKGAPPLIB=-lunopkgapp 363TESTLIB=-ltest 364XMLREADERLIB=-lxmlreader 365 366.ELSE # ("$(GUI)"=="UNX" || "$(COM)"=="GCC") 367 --- 156 unchanged lines hidden (view full) --- 524HUNSPELLLIB=$(HUNSPELL_LIBS) 525.ELSE 526HUNSPELLLIB=$(LIBPRE) libhunspell.lib 527.ENDIF 528MYTHESLIB=libmythes.lib 529PYUNOLIB=ipyuno.lib 530COINMPLIBS=CoinMP.lib 531INTERNAL_APR_LIBS=libapr-1.lib | 360INTERNAL_SERF_LIBS=-lserf-1 361SOFFICELIB=-lsofficeapp 362UNOPKGAPPLIB=-lunopkgapp 363TESTLIB=-ltest 364XMLREADERLIB=-lxmlreader 365 366.ELSE # ("$(GUI)"=="UNX" || "$(COM)"=="GCC") 367 --- 156 unchanged lines hidden (view full) --- 524HUNSPELLLIB=$(HUNSPELL_LIBS) 525.ELSE 526HUNSPELLLIB=$(LIBPRE) libhunspell.lib 527.ENDIF 528MYTHESLIB=libmythes.lib 529PYUNOLIB=ipyuno.lib 530COINMPLIBS=CoinMP.lib 531INTERNAL_APR_LIBS=libapr-1.lib |
532INTERNAL_APRUTIL_LIBS=iapr-util.lib | 532INTERNAL_APR_UTIL_LIBS=iapr-util.lib |
533INTERNAL_SERF_LIBS=iserf.lib 534SOFFICELIB=isofficeapp.lib 535UNOPKGAPPLIB=iunopkgapp.lib 536TESTLIB=itest.lib 537XMLREADERLIB=ixmlreader.lib 538 539.ENDIF # ("$(GUI)"=="UNX" || "$(COM)"=="GCC") | 533INTERNAL_SERF_LIBS=iserf.lib 534SOFFICELIB=isofficeapp.lib 535UNOPKGAPPLIB=iunopkgapp.lib 536TESTLIB=itest.lib 537XMLREADERLIB=ixmlreader.lib 538 539.ENDIF # ("$(GUI)"=="UNX" || "$(COM)"=="GCC") |