[movitz-cvs] CVS movitz

ffjeld ffjeld at common-lisp.net
Mon Feb 25 23:43:45 UTC 2008


Update of /project/movitz/cvsroot/movitz
In directory clnet:/tmp/cvs-serv17288

Modified Files:
	movitz.asd 
Log Message:
Provide.


--- /project/movitz/cvsroot/movitz/movitz.asd	2008/02/25 23:16:21	1.2
+++ /project/movitz/cvsroot/movitz/movitz.asd	2008/02/25 23:43:45	1.3
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <ffjeld at common-lisp.net>
 ;;;; Created at:    Thu Jan 15 18:40:58 2004
 ;;;;                
-;;;; $Id: movitz.asd,v 1.2 2008/02/25 23:16:21 ffjeld Exp $
+;;;; $Id: movitz.asd,v 1.3 2008/02/25 23:43:45 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 
@@ -28,6 +28,8 @@
   :license "BSD-like, see accopanying file COPYING."
   :description "An (dis-)assembler framework, with support for x86 in 16, 32, and 64-bit modes."
   :serial t
+  :perform (load-op :after (op c)
+		    (provide 'movitz-asm))
   :components ((:file "asm")
 	       (:file "asm-x86")))
 
@@ -43,6 +45,8 @@
   :default-component-class movitz-source-file
   :serial t
   :depends-on (binary-types movitz-asm)
+  :perform (load-op :after (op c)
+		    (provide 'movitz))
   :components ((:file "packages")
 	       (:file "movitz")
 	       (:file "parse")




More information about the Movitz-cvs mailing list