X-Git-Url: http://git.kpe.io/?p=reversi.git;a=blobdiff_plain;f=reversi.asd;h=37134a1e38e77622aab1ccd65969d149781290d3;hp=59dcc42a47f1918d20b75d16d67d64fda730b55f;hb=HEAD;hpb=21282d422c22e8b2b25fba3a16a362c393224be1 diff --git a/reversi.asd b/reversi.asd index 59dcc42..37134a1 100644 --- a/reversi.asd +++ b/reversi.asd @@ -8,24 +8,23 @@ ;;;; Programer: Kevin M. Rosenberg ;;;; Date Started: 1 Nov 2001 ;;;; -;;;; $Id: reversi.asd,v 1.2 2002/11/08 16:51:40 kevin Exp $ +;;;; $Id$ ;;;; -;;;; This file is Copyright (c) 2001-2002 by Kevin M. Rosenberg +;;;; This file is Copyright (c) 2001-2003 by Kevin M. Rosenberg ;;;; ;;;; Reversi users are granted the rights to distribute and use this software ;;;; as governed by the terms of the Lisp Lesser GNU Public License ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. ;;;;*************************************************************************** -(in-package :asdf) +(defpackage #:reversi-system (:use #:asdf #:cl)) +(in-package #:reversi-system) #+(and allegro linux (not allegro-cl-trial)) (require :climxm) #+(and allegro mswindows (not allegro-cl-trial)) (require :climnt) #+(and lispworks (not lispworks-personal-edition)) (require "clim") (defsystem :reversi - :perform (load-op :after (op reversi) - (pushnew :reversi cl:*features*)) :components ((:file "package") (:file "utils" :depends-on ("package"))