Rename some files in the Cocoa bindings
parent
448f4e7d6a
commit
c5d1dd35a0
|
@ -1,10 +1,11 @@
|
|||
USING: compiler io parser sequences words ;
|
||||
|
||||
{
|
||||
"/library/cocoa/objc-runtime.factor"
|
||||
"/library/cocoa/objc-utils.factor"
|
||||
"/library/cocoa/runtime.factor"
|
||||
"/library/cocoa/utilities.factor"
|
||||
"/library/cocoa/subclassing.factor"
|
||||
"/library/cocoa/core-foundation.factor"
|
||||
"/library/cocoa/cocoa-types.factor"
|
||||
"/library/cocoa/types.factor"
|
||||
"/library/cocoa/init-cocoa.factor"
|
||||
"/library/cocoa/application-utils.factor"
|
||||
"/library/cocoa/window-utils.factor"
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
! Copyright (C) 2006 Slava Pestov
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
IN: objc
|
||||
|
Loading…
Reference in New Issue