makefile.mk (53c3ed26) | makefile.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 --- 39 unchanged lines hidden (view full) --- 48.IF "$(GUI)" == "WNT" 49.IF "$(COM)"=="GCC" 50LINK_LOCALEDATA_EN_LIB=-l$(SHL1TARGET) 51LINK_LOCALEDATA_ES_LIB=-l$(SHL2TARGET) 52.ELSE 53LINK_LOCALEDATA_EN_LIB=$(LB)$/i$(SHL1TARGET).lib 54LINK_LOCALEDATA_ES_LIB=$(LB)$/i$(SHL2TARGET).lib 55.ENDIF | 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 --- 39 unchanged lines hidden (view full) --- 48.IF "$(GUI)" == "WNT" 49.IF "$(COM)"=="GCC" 50LINK_LOCALEDATA_EN_LIB=-l$(SHL1TARGET) 51LINK_LOCALEDATA_ES_LIB=-l$(SHL2TARGET) 52.ELSE 53LINK_LOCALEDATA_EN_LIB=$(LB)$/i$(SHL1TARGET).lib 54LINK_LOCALEDATA_ES_LIB=$(LB)$/i$(SHL2TARGET).lib 55.ENDIF |
56.ELIF "$(GUI)" == "OS2" 57LINK_LOCALEDATA_EN_LIB=$(LB)$/i$(SHL1TARGET).lib 58LINK_LOCALEDATA_ES_LIB=$(LB)$/i$(SHL2TARGET).lib | |
59.ELSE 60LINK_LOCALEDATA_EN_LIB=-l$(SHL1TARGET) 61LINK_LOCALEDATA_ES_LIB=-l$(SHL2TARGET) 62.ENDIF 63 64# --- Files -------------------------------------------------------- 65 66# English Locales --- 290 unchanged lines hidden --- | 56.ELSE 57LINK_LOCALEDATA_EN_LIB=-l$(SHL1TARGET) 58LINK_LOCALEDATA_ES_LIB=-l$(SHL2TARGET) 59.ENDIF 60 61# --- Files -------------------------------------------------------- 62 63# English Locales --- 290 unchanged lines hidden --- |