makefile.mk (8809db7a) | makefile.mk (03c97e34) |
---|---|
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 --- 33 unchanged lines hidden (view full) --- 42 $(SLB)$/breakiterator.lib \ 43 $(SLB)$/transliterationImpl.lib \ 44 $(SLB)$/characterclassification.lib \ 45 $(SLB)$/collator.lib \ 46 $(SLB)$/inputchecker.lib \ 47 $(SLB)$/textconversion.lib \ 48 $(SLB)$/ordinalsuffix.lib 49 | 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 --- 33 unchanged lines hidden (view full) --- 42 $(SLB)$/breakiterator.lib \ 43 $(SLB)$/transliterationImpl.lib \ 44 $(SLB)$/characterclassification.lib \ 45 $(SLB)$/collator.lib \ 46 $(SLB)$/inputchecker.lib \ 47 $(SLB)$/textconversion.lib \ 48 $(SLB)$/ordinalsuffix.lib 49 |
50.IF "$(GUI)" == "OS2" 51SHL1TARGET= i18npool 52.ELSE |
|
50SHL1TARGET= $(TARGET) | 53SHL1TARGET= $(TARGET) |
54.ENDIF |
|
51# WNT needs implib name even if there is none 52SHL1IMPLIB= i$(SHL1TARGET) 53 54SHL1DEPN= makefile.mk \ 55 $(SLB)/i18nisolang$(ISOLANG_MAJOR)$(COMID).lib 56SHL1VERSIONMAP=$(SOLARENV)/src/component.map 57SHL1DEF=$(MISC)$/$(SHL1TARGET).def 58DEF1NAME=$(SHL1TARGET) --- 24 unchanged lines hidden --- | 55# WNT needs implib name even if there is none 56SHL1IMPLIB= i$(SHL1TARGET) 57 58SHL1DEPN= makefile.mk \ 59 $(SLB)/i18nisolang$(ISOLANG_MAJOR)$(COMID).lib 60SHL1VERSIONMAP=$(SOLARENV)/src/component.map 61SHL1DEF=$(MISC)$/$(SHL1TARGET).def 62DEF1NAME=$(SHL1TARGET) --- 24 unchanged lines hidden --- |