25 lines
784 B
Factor
25 lines
784 B
Factor
|
USING: compiler io parser sequences words ;
|
||
|
|
||
|
{
|
||
|
"/library/ui/cocoa/runtime.factor"
|
||
|
"/library/ui/cocoa/utilities.factor"
|
||
|
"/library/ui/cocoa/subclassing.factor"
|
||
|
"/library/ui/cocoa/core-foundation.factor"
|
||
|
"/library/ui/cocoa/types.factor"
|
||
|
"/library/ui/cocoa/init-cocoa.factor"
|
||
|
"/library/ui/cocoa/callback.factor"
|
||
|
"/library/ui/cocoa/application-utils.factor"
|
||
|
"/library/ui/cocoa/view-utils.factor"
|
||
|
"/library/ui/cocoa/window-utils.factor"
|
||
|
"/library/ui/cocoa/dialogs.factor"
|
||
|
"/library/ui/cocoa/menu-bar.factor"
|
||
|
"/library/ui/cocoa/pasteboard-utils.factor"
|
||
|
"/library/ui/cocoa/services.factor"
|
||
|
"/library/ui/cocoa/ui.factor"
|
||
|
} [
|
||
|
run-resource
|
||
|
] each
|
||
|
|
||
|
"Compiling Cocoa bindings..." print
|
||
|
vocabs [ "objc-" head? ] subset compile-vocabs
|