libs.mk (7871dc3e) | libs.mk (27b2fc91) |
---|---|
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 --- 5 unchanged lines hidden (view full) --- 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# 20#************************************************************** 21 | 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 --- 5 unchanged lines hidden (view full) --- 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# 20#************************************************************** 21 |
22 | |
23LIBSMKREV!:="$$Revision: 1.134.2.3 $$" 24 25.IF ("$(GUI)"=="UNX" || "$(COM)"=="GCC") && "$(GUI)"!="OS2" 26 27# 28#externe libs in plattform.mk 29# 30.IF "$(GUI)$(COM)"=="WNTGCC" --- 299 unchanged lines hidden (view full) --- 330HUNSPELLLIB=-lhunspell-1.2 331.ENDIF 332.IF "$(SYSTEM_MYTHES)" == "YES" 333MYTHESLIB=$(MYTHES_LIBS) 334.ELSE 335MYTHESLIB=-lmythes-1.2 336.ENDIF 337PYUNOLIB=-lpyuno | 22LIBSMKREV!:="$$Revision: 1.134.2.3 $$" 23 24.IF ("$(GUI)"=="UNX" || "$(COM)"=="GCC") && "$(GUI)"!="OS2" 25 26# 27#externe libs in plattform.mk 28# 29.IF "$(GUI)$(COM)"=="WNTGCC" --- 299 unchanged lines hidden (view full) --- 329HUNSPELLLIB=-lhunspell-1.2 330.ENDIF 331.IF "$(SYSTEM_MYTHES)" == "YES" 332MYTHESLIB=$(MYTHES_LIBS) 333.ELSE 334MYTHESLIB=-lmythes-1.2 335.ENDIF 336PYUNOLIB=-lpyuno |
338LPSOLVELIB=-llpsolve55 | 337COINMPLIB=-lCoinMP -lCoinUtils -lClp -lCbc -lOsi -lOsiClp -lCgl -lCbcSolver 338.IF "$(OS)" == "MACOSX" 339COINMPLIB+=-lbz2 340.ELSE 341COINMPLIB+=-lz 342.ENDIF |
339SOFFICELIB=-lsofficeapp 340UNOPKGAPPLIB=-lunopkgapp 341TESTLIB=-ltest 342XMLREADERLIB=-lxmlreader 343 344.ELSE # ("$(GUI)"=="UNX" || "$(COM)"=="GCC") && "$(GUI)"!="OS2" 345 346AWTLIB*=jawt.lib --- 165 unchanged lines hidden (view full) --- 512ULINGULIB=$(LIBPRE) libulingu.lib 513.IF "$(SYSTEM_HUNSPELL)" == "YES" 514HUNSPELLLIB=$(HUNSPELL_LIBS) 515.ELSE 516HUNSPELLLIB=$(LIBPRE) libhunspell.lib 517.ENDIF 518MYTHESLIB=libmythes.lib 519PYUNOLIB=ipyuno.lib | 343SOFFICELIB=-lsofficeapp 344UNOPKGAPPLIB=-lunopkgapp 345TESTLIB=-ltest 346XMLREADERLIB=-lxmlreader 347 348.ELSE # ("$(GUI)"=="UNX" || "$(COM)"=="GCC") && "$(GUI)"!="OS2" 349 350AWTLIB*=jawt.lib --- 165 unchanged lines hidden (view full) --- 516ULINGULIB=$(LIBPRE) libulingu.lib 517.IF "$(SYSTEM_HUNSPELL)" == "YES" 518HUNSPELLLIB=$(HUNSPELL_LIBS) 519.ELSE 520HUNSPELLLIB=$(LIBPRE) libhunspell.lib 521.ENDIF 522MYTHESLIB=libmythes.lib 523PYUNOLIB=ipyuno.lib |
520LPSOLVELIB=lpsolve55.lib | 524COINMPLIB=CoinMP.lib |
521SOFFICELIB=isofficeapp.lib 522UNOPKGAPPLIB=iunopkgapp.lib 523TESTLIB=itest.lib 524XMLREADERLIB=ixmlreader.lib 525 526.ENDIF # ("$(GUI)"=="UNX" || "$(COM)"=="GCC") && "$(GUI)"!="OS2" | 525SOFFICELIB=isofficeapp.lib 526UNOPKGAPPLIB=iunopkgapp.lib 527TESTLIB=itest.lib 528XMLREADERLIB=ixmlreader.lib 529 530.ENDIF # ("$(GUI)"=="UNX" || "$(COM)"=="GCC") && "$(GUI)"!="OS2" |