Library_vcl.mk (75e945be) Library_vcl.mk (b720c592)
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

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

505 AppleRemote \
506))
507$(eval $(call gb_Library_add_libs,vcl,\
508 $$(LDFLAGS) \
509 -framework Cocoa \
510 -framework Carbon \
511 -framework CoreFoundation \
512))
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

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

505 AppleRemote \
506))
507$(eval $(call gb_Library_add_libs,vcl,\
508 $$(LDFLAGS) \
509 -framework Cocoa \
510 -framework Carbon \
511 -framework CoreFoundation \
512))
513# ??? what about this
514#ifneq ($(MACOSX_DEPLOYMENT_TARGET),10.7)
515ifneq ($(MACOSX_DEPLOYMENT_TARGET),$(filter $(MACOSX_DEPLOYMENT_TARGET), 10.7 10.8))
516$(eval $(call gb_Library_add_ldflags,vcl, $$(LDFLAGS) -framework QuickTime ))
517endif
513endif
518endif
519
520ifeq ($(OS),WNT)
521ifeq ($(USE_MINGW),)
522$(eval $(call gb_Library_add_ldflags,vcl,\
523 /ENTRY:LibMain@12 \
524))
525endif
526$(eval $(call gb_Library_add_linked_libs,vcl,\

--- 16 unchanged lines hidden ---
514
515ifeq ($(OS),WNT)
516ifeq ($(USE_MINGW),)
517$(eval $(call gb_Library_add_ldflags,vcl,\
518 /ENTRY:LibMain@12 \
519))
520endif
521$(eval $(call gb_Library_add_linked_libs,vcl,\

--- 16 unchanged lines hidden ---