makefile.mk (7871dc3e) 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

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

87 $(VCLLIB) \
88 $(UNOTOOLSLIB) \
89 $(TOOLSLIB) \
90 $(CPPULIB) \
91 $(SO2LIB) \
92 $(CPPUHELPERLIB) \
93 $(SALLIB)
94
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

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

87 $(VCLLIB) \
88 $(UNOTOOLSLIB) \
89 $(TOOLSLIB) \
90 $(CPPULIB) \
91 $(SO2LIB) \
92 $(CPPUHELPERLIB) \
93 $(SALLIB)
94
95.IF "$(GUI)"=="OS2"
95.IF "$(GUI)"!="WNT" || "$(COM)"=="GCC"
96SHL2STDLIBS+= \
96SHL2STDLIBS+= \
97 $(LB)$/ifor.lib
98SHL2DEPN=$(LB)$/i$(TARGET).lib
99.ELIF "$(GUI)"!="WNT" || "$(COM)"=="GCC"
100SHL2STDLIBS+= \
101 -lfor$(DLLPOSTFIX)
102SHL2DEPN=$(SHL1TARGETN)
103.ELSE
104SHL2STDLIBS+= \
105 $(LB)$/ifor.lib
106SHL2DEPN=$(LB)$/i$(TARGET).lib
107.ENDIF
108

--- 34 unchanged lines hidden ---
97 -lfor$(DLLPOSTFIX)
98SHL2DEPN=$(SHL1TARGETN)
99.ELSE
100SHL2STDLIBS+= \
101 $(LB)$/ifor.lib
102SHL2DEPN=$(LB)$/i$(TARGET).lib
103.ENDIF
104

--- 34 unchanged lines hidden ---