[gsharp-cvs] CVS update: gsharp/system.lisp

Christophe Rhodes crhodes at common-lisp.net
Thu Jun 2 11:52:37 UTC 2005


Update of /project/gsharp/cvsroot/gsharp
In directory common-lisp.net:/tmp/cvs-serv1476

Modified Files:
	system.lisp 
Log Message:
Make it build out-of-the-box with mcclim/asdf

Date: Thu Jun  2 13:52:37 2005
Author: crhodes

Index: gsharp/system.lisp
diff -u gsharp/system.lisp:1.4 gsharp/system.lisp:1.5
--- gsharp/system.lisp:1.4	Fri Jul 23 18:51:16 2004
+++ gsharp/system.lisp	Thu Jun  2 13:52:37 2005
@@ -20,7 +20,7 @@
 						     :defaults *gsharp-directory*))
 			     collect `(:file ,(pathname-name p) :pathname ,p))))))
 
-(gsharp-defsystem (:gsharp)
+(gsharp-defsystem (:gsharp :depends-on (:mcclim))
    "packages"
    "sequence-dico"
    "utilities"




More information about the Gsharp-cvs mailing list