Library_vcl.mk (336e7b3a) Library_vcl.mk (9ef65f0e)
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#

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

442 vcl/source/window/window4 \
443 vcl/source/window/window \
444 vcl/source/window/winproc \
445 vcl/source/window/wpropset \
446 vcl/source/window/wrkwin \
447))
448
449## handle Graphite
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#

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

442 vcl/source/window/window4 \
443 vcl/source/window/window \
444 vcl/source/window/winproc \
445 vcl/source/window/wpropset \
446 vcl/source/window/wrkwin \
447))
448
449## handle Graphite
450ifneq ($(ENABLE_GRAPHITE),)
450ifeq ($(ENABLE_GRAPHITE),TRUE)
451# add defines, graphite sources for all platforms
452$(eval $(call gb_Library_set_defs,vcl,\
453 $$(DEFS) \
454 -DENABLE_GRAPHITE \
455))
456$(eval $(call gb_Library_add_exception_objects,vcl,\
457 vcl/source/glyphs/graphite_cache \
458 vcl/source/glyphs/graphite_features \

--- 97 unchanged lines hidden ---
451# add defines, graphite sources for all platforms
452$(eval $(call gb_Library_set_defs,vcl,\
453 $$(DEFS) \
454 -DENABLE_GRAPHITE \
455))
456$(eval $(call gb_Library_add_exception_objects,vcl,\
457 vcl/source/glyphs/graphite_cache \
458 vcl/source/glyphs/graphite_features \

--- 97 unchanged lines hidden ---