2006-05-27 17:39:38 -04:00
|
|
|
USING: compiler io parser sequences words ;
|
|
|
|
|
|
|
|
{
|
|
|
|
"/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"
|
2006-07-29 19:37:50 -04:00
|
|
|
"/library/ui/cocoa/pasteboard-utils.factor"
|
2006-05-27 17:39:38 -04:00
|
|
|
"/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/services.factor"
|
|
|
|
"/library/ui/cocoa/ui.factor"
|
|
|
|
} [
|
|
|
|
run-resource
|
|
|
|
] each
|
|
|
|
|
|
|
|
"Compiling Cocoa bindings..." print
|
2006-05-29 06:09:31 -04:00
|
|
|
{ "cocoa" "objc" "objc-classes" "gadgets" } compile-vocabs
|