]> git.saurik.com Git - apple/libdispatch.git/blobdiff - dispatch/module.map
libdispatch-703.50.37.tar.gz
[apple/libdispatch.git] / dispatch / module.map
diff --git a/dispatch/module.map b/dispatch/module.map
deleted file mode 100644 (file)
index 6f3c8aa..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-module Dispatch {
-       requires blocks
-       export *
-       link "dispatch"
-       link "BlocksRuntime"
-}
-
-module DispatchIntrospection [system] [extern_c] {
-       header "introspection.h"
-       export *
-}
-
-module CDispatch [system] [extern_c] {
-       umbrella header "dispatch.h"
-       module * { export * }
-       export *
-       requires blocks
-       link "dispatch"
-       link "BlocksRuntime"
-}