libs.mk (ba6ea854) libs.mk (fdf35928)
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

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

350MYTHESLIB=$(MYTHES_LIBS)
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
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

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

350MYTHESLIB=$(MYTHES_LIBS)
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
358SERFLIBS=-lapr-1 -laprutil-1 -lserf-1
358INTERNAL_APR_LIBS=-lapr-1
359INTERNAL_APRUTIL_LIBS=-laprutil-1
360INTERNAL_SERF_LIBS=-lserf-1
359SOFFICELIB=-lsofficeapp
360UNOPKGAPPLIB=-lunopkgapp
361TESTLIB=-ltest
362XMLREADERLIB=-lxmlreader
363
364.ELSE # ("$(GUI)"=="UNX" || "$(COM)"=="GCC")
365
366AWTLIB*=jawt.lib

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

521.IF "$(SYSTEM_HUNSPELL)" == "YES"
522HUNSPELLLIB=$(HUNSPELL_LIBS)
523.ELSE
524HUNSPELLLIB=$(LIBPRE) libhunspell.lib
525.ENDIF
526MYTHESLIB=libmythes.lib
527PYUNOLIB=ipyuno.lib
528COINMPLIBS=CoinMP.lib
361SOFFICELIB=-lsofficeapp
362UNOPKGAPPLIB=-lunopkgapp
363TESTLIB=-ltest
364XMLREADERLIB=-lxmlreader
365
366.ELSE # ("$(GUI)"=="UNX" || "$(COM)"=="GCC")
367
368AWTLIB*=jawt.lib

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

523.IF "$(SYSTEM_HUNSPELL)" == "YES"
524HUNSPELLLIB=$(HUNSPELL_LIBS)
525.ELSE
526HUNSPELLLIB=$(LIBPRE) libhunspell.lib
527.ENDIF
528MYTHESLIB=libmythes.lib
529PYUNOLIB=ipyuno.lib
530COINMPLIBS=CoinMP.lib
529SERFLIBS=libapr-1.lib iapr-util.lib iserf.lib
531INTERNAL_APR_LIBS=libapr-1.lib
532INTERNAL_APRUTIL_LIBS=iapr-util.lib
533INTERNAL_SERF_LIBS=iserf.lib
530SOFFICELIB=isofficeapp.lib
531UNOPKGAPPLIB=iunopkgapp.lib
532TESTLIB=itest.lib
533XMLREADERLIB=ixmlreader.lib
534
535.ENDIF # ("$(GUI)"=="UNX" || "$(COM)"=="GCC")
534SOFFICELIB=isofficeapp.lib
535UNOPKGAPPLIB=iunopkgapp.lib
536TESTLIB=itest.lib
537XMLREADERLIB=ixmlreader.lib
538
539.ENDIF # ("$(GUI)"=="UNX" || "$(COM)"=="GCC")