libs.mk (885cb3b6) libs.mk (52845faf)
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

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

44ICUUCLIB=-licuuc
45ICUDATALIB=-licudt
46.ELSE # "$(GUI)$(COM)"=="WNTGCC"
47ICUINLIB=-licui18n
48ICULELIB=-licule
49ICUUCLIB=-licuuc
50ICUDATALIB=-licudata
51.ENDIF # "$(GUI)$(COM)"=="WNTGCC"
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

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

44ICUUCLIB=-licuuc
45ICUDATALIB=-licudt
46.ELSE # "$(GUI)$(COM)"=="WNTGCC"
47ICUINLIB=-licui18n
48ICULELIB=-licule
49ICUUCLIB=-licuuc
50ICUDATALIB=-licudata
51.ENDIF # "$(GUI)$(COM)"=="WNTGCC"
52.IF "$(GUI)"=="OS2"
53I18NUTILLIB=-li18nutil
54.ELSE
52I18NUTILLIB=-li18nutil$(COMID)
55I18NUTILLIB=-li18nutil$(COMID)
56.ENDIF
53.INCLUDE .IGNORE : i18npool/version.mk
54I18NISOLANGLIB=-li18nisolang$(ISOLANG_MAJOR)$(COMID)
55I18NPAPERLIB=-li18npaper$(DLLPOSTFIX)
56.IF "$(GUI)$(COM)"=="WNTGCC"
57SALHELPERLIB=-lsalhelper$(UDK_MAJOR)$(COMID)
58.ELIF "$(GUI)"=="OS2"
59SALHELPERLIB=-lsalhelp$(UDK_MAJOR)
60.ELSE # "$(GUI)$(COM)"=="WNTGCC"

--- 124 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)
57.INCLUDE .IGNORE : i18npool/version.mk
58I18NISOLANGLIB=-li18nisolang$(ISOLANG_MAJOR)$(COMID)
59I18NPAPERLIB=-li18npaper$(DLLPOSTFIX)
60.IF "$(GUI)$(COM)"=="WNTGCC"
61SALHELPERLIB=-lsalhelper$(UDK_MAJOR)$(COMID)
62.ELIF "$(GUI)"=="OS2"
63SALHELPERLIB=-lsalhelp$(UDK_MAJOR)
64.ELSE # "$(GUI)$(COM)"=="WNTGCC"

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

189COMMUNILIB=-lcommuni$(DLLPOSTFIX)
190BTCOMMUNILIB=-lbtcommuni$(DLLPOSTFIX)
191AUTOMATIONLIB=-lsts$(DLLPOSTFIX)
192SVLLIB=-lsvl$(DLLPOSTFIX)
193TKTLIB=-ltkt$(DLLPOSTFIX)
194SAXLIB=-lsax$(DLLPOSTFIX)
195MAILLIB=-lmail
196DOCMGRLIB=-ldmg$(DLLPOSTFIX)
193.IF "$(GUI)"=="OS2"
194BASICLIB=-lbasic
195.ELSE
196BASICLIB=-lsb$(DLLPOSTFIX)
197BASICLIB=-lsb$(DLLPOSTFIX)
197.ENDIF
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 ---
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 ---