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

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

137 z \
138))
139else
140$(eval $(call gb_Library_add_linked_static_libs,tl,\
141 zlib \
142))
143endif
144
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

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

137 z \
138))
139else
140$(eval $(call gb_Library_add_linked_static_libs,tl,\
141 zlib \
142))
143endif
144
145ifeq ($(OS),OS2)
146# YD FIXME above is not working... needs ldflags hack...
147$(eval $(call gb_Library_set_ldflags,tl,\
148 $$(LDFLAGS) \
149 -lz \
150))
151endif
152
145ifeq ($(OS),WNT)
146
147$(eval $(call gb_Library_set_include,tl,\
148 $$(INCLUDE) \
149 -I$(SRCDIR)/tools/win/inc \
150))
151
152$(eval $(call gb_Library_add_exception_objects,tl,\

--- 18 unchanged lines hidden ---
153ifeq ($(OS),WNT)
154
155$(eval $(call gb_Library_set_include,tl,\
156 $$(INCLUDE) \
157 -I$(SRCDIR)/tools/win/inc \
158))
159
160$(eval $(call gb_Library_add_exception_objects,tl,\

--- 18 unchanged lines hidden ---