]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/cocoa/views/views.factor
Move make to its own vocabulary, remove fry _ feature
[factor.git] / basis / cocoa / views / views.factor
index 8bfbe330b279f25b6a2a3d5123c196ac0cf28e80..d03688b2be701cc2c865e8fed622a7955de20854 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2006, 2007 Slava Pestov
 ! See http://factorcode.org/license.txt for BSD license.
-USING: alien.c-types arrays kernel math namespaces cocoa
+USING: alien.c-types arrays kernel math namespaces make cocoa
 cocoa.messages cocoa.classes cocoa.types sequences
 continuations ;
 IN: cocoa.views