Update of /project/mcclim/cvsroot/mcclim In directory clnet:/tmp/cvs-serv25163
Modified Files: mcclim.asd Log Message:
New file ffi.lisp for generated FFI code. gtk-ffi.lisp and cairo-ffi.lisp still have definitions that need to be maintained manually.
--- /project/mcclim/cvsroot/mcclim/mcclim.asd 2006/11/12 22:24:27 1.34 +++ /project/mcclim/cvsroot/mcclim/mcclim.asd 2006/11/19 15:55:34 1.35 @@ -355,6 +355,7 @@ (:file "package") (:file "gtk-ffi") (:file "cairo-ffi") + (:file "ffi") (:file "graft") (:file "port") (:file "event")