makefile.mk (7871dc3e) makefile.mk (685bfa88)
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 $(SALLIB)\
88 $(VOSLIB)\
89 $(CPPULIB)\
90 $(CPPUHELPERLIB)\
91 $(COMPHELPERLIB)\
92 $(TOOLSLIB)
93
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 $(SALLIB)\
88 $(VOSLIB)\
89 $(CPPULIB)\
90 $(CPPUHELPERLIB)\
91 $(COMPHELPERLIB)\
92 $(TOOLSLIB)
93
94
95.IF "$(GUI)"=="WNT"
95.IF "$(GUI)"=="WNT" || "$(GUI)"=="OS2"
96.IF "$(COM)"=="GCC"
97EMBOBJLIB=-lembobj
98.ELSE
99EMBOBJLIB=iembobj.lib
100.ENDIF
101
102SHL1STDLIBS+=\
103 $(EMBOBJLIB)\

--- 36 unchanged lines hidden ---
96.IF "$(COM)"=="GCC"
97EMBOBJLIB=-lembobj
98.ELSE
99EMBOBJLIB=iembobj.lib
100.ENDIF
101
102SHL1STDLIBS+=\
103 $(EMBOBJLIB)\

--- 36 unchanged lines hidden ---