Kaydet (Commit) c12908c0 authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

use uikit, corefoundation, cocoa, carbon, quicktime externals

üst 3297eec4
......@@ -245,6 +245,11 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\
vcl/ios/source/gdi/salgdi \
vcl/ios/source/gdi/salvd \
))
$(eval $(call gb_Library_use_externals,vcl,\
uikit \
corefoundation \
))
endif
$(eval $(call gb_Library_add_cobjects,vcl,\
......@@ -504,11 +509,11 @@ ifeq ($(GUIBASE),aqua)
$(eval $(call gb_Library_add_linked_libs,vcl,\
AppleRemote \
))
$(eval $(call gb_Library_add_libs,vcl,\
-framework QuickTime \
-framework Cocoa \
-framework Carbon \
-framework CoreFoundation \
$(eval $(call gb_Library_use_externals,vcl,\
quicktime \
cocoa \
carbon \
corefoundation \
))
endif
......@@ -518,11 +523,6 @@ $(eval $(call gb_Library_add_ldflags,vcl,\
/ENTRY:LibMain@12 \
))
endif
ifeq ($(COM),GCC)
$(eval $(call gb_Library_add_ldflags,vcl,\
$$(LDFLAGS) \
))
endif
$(eval $(call gb_Library_add_linked_libs,vcl,\
advapi32 \
gdi32 \
......@@ -542,12 +542,4 @@ $(eval $(call gb_Library_add_linked_libs,vcl,\
))
endif
ifeq ($(GUIBASE),cocoatouch)
$(eval $(call gb_Library_add_ldflags,vcl,\
-framework UIKit \
-framework CoreFoundation \
))
endif
# vim: set noet sw=4 ts=4:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment