libs.mk (59ddfc10) | libs.mk (dcefce6c) |
---|---|
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 --- 176 unchanged lines hidden (view full) --- 185COMMUNILIB=-lcommuni$(DLLPOSTFIX) 186BTCOMMUNILIB=-lbtcommuni$(DLLPOSTFIX) 187AUTOMATIONLIB=-lsts$(DLLPOSTFIX) 188SVLLIB=-lsvl$(DLLPOSTFIX) 189TKTLIB=-ltkt$(DLLPOSTFIX) 190SAXLIB=-lsax$(DLLPOSTFIX) 191MAILLIB=-lmail 192DOCMGRLIB=-ldmg$(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 --- 176 unchanged lines hidden (view full) --- 185COMMUNILIB=-lcommuni$(DLLPOSTFIX) 186BTCOMMUNILIB=-lbtcommuni$(DLLPOSTFIX) 187AUTOMATIONLIB=-lsts$(DLLPOSTFIX) 188SVLLIB=-lsvl$(DLLPOSTFIX) 189TKTLIB=-ltkt$(DLLPOSTFIX) 190SAXLIB=-lsax$(DLLPOSTFIX) 191MAILLIB=-lmail 192DOCMGRLIB=-ldmg$(DLLPOSTFIX) |
193.IF "$(GUI)"=="OS2" 194BASICLIB=-lbasic 195.ELSE |
|
193BASICLIB=-lsb$(DLLPOSTFIX) | 196BASICLIB=-lsb$(DLLPOSTFIX) |
197.ENDIF |
|
194VBAHELPERLIB=-lvbahelper$(DLLPOSTFIX) 195DBTOOLSLIB=-ldbtools$(DLLPOSTFIX) 196HM2LIBSH=-lhmwrpdll 197HM2LIBST=-lhmwrap 198LINGULIB=$(HM2LIBST) 199LNGLIB=-llng$(DLLPOSTFIX) 200.IF "$(SYSTEM_EXPAT)"=="YES" 201EXPAT3RDLIB=-lexpat --- 334 unchanged lines hidden --- | 198VBAHELPERLIB=-lvbahelper$(DLLPOSTFIX) 199DBTOOLSLIB=-ldbtools$(DLLPOSTFIX) 200HM2LIBSH=-lhmwrpdll 201HM2LIBST=-lhmwrap 202LINGULIB=$(HM2LIBST) 203LNGLIB=-llng$(DLLPOSTFIX) 204.IF "$(SYSTEM_EXPAT)"=="YES" 205EXPAT3RDLIB=-lexpat --- 334 unchanged lines hidden --- |