From 4157d85957b1b89fabf1a55f2896ec58ee6d99d6 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sat, 2 Feb 2008 21:50:09 +0100 Subject: Add OBJECTIVE-C-CLASS, a metaclass for Objective-C class wrappers. darcs-hash:edb69af98619671f830ff842fb3e69ca369ee8dd --- objective-cl.asd | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'objective-cl.asd') diff --git a/objective-cl.asd b/objective-cl.asd index 321df89..e710906 100644 --- a/objective-cl.asd +++ b/objective-cl.asd @@ -66,6 +66,11 @@ "defpackage" "method-invocation" "data-types")) + (:file "class-definition" :depends-on ("defpackage" + "libobjcl" + "init" + "method-invocation" + "data-types")) (:file "compiler-macros" :depends-on ("defpackage" "method-invocation" "conditions"))))) -- cgit v1.2.3