Library_tl.mk (cdf0e10c) Library_tl.mk (27ead02a)
1#*************************************************************************
2#
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# Copyright 2000, 2010 Oracle and/or its affiliates.
6#
7# OpenOffice.org - a multi-platform office productivity suite
8#

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

121))
122
123ifeq ($(GUI),UNX)
124$(eval $(call gb_Library_add_exception_objects,tl,\
125 tools/unx/source/dll/toolsdll \
126))
127endif
128
1#*************************************************************************
2#
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# Copyright 2000, 2010 Oracle and/or its affiliates.
6#
7# OpenOffice.org - a multi-platform office productivity suite
8#

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

121))
122
123ifeq ($(GUI),UNX)
124$(eval $(call gb_Library_add_exception_objects,tl,\
125 tools/unx/source/dll/toolsdll \
126))
127endif
128
129ifeq ($(GUI),OS2)
130$(eval $(call gb_Library_add_exception_objects,tl,\
131 tools/os2/source/dll/toolsdll \
132))
133endif
134
129ifeq ($(SYSTEM_ZLIB),YES)
130$(eval $(call gb_Library_set_cxxflags,tl,\
131 $$(CXXFLAGS) \
132 -DSYSTEM_ZLIB \
133))
134$(eval $(call gb_Library_add_linked_libs,tl,\
135 z \
136))

--- 32 unchanged lines hidden ---
135ifeq ($(SYSTEM_ZLIB),YES)
136$(eval $(call gb_Library_set_cxxflags,tl,\
137 $$(CXXFLAGS) \
138 -DSYSTEM_ZLIB \
139))
140$(eval $(call gb_Library_add_linked_libs,tl,\
141 z \
142))

--- 32 unchanged lines hidden ---