X-Git-Url: http://git.kpe.io/?p=reversi.git;a=blobdiff_plain;f=reversi.asd;h=cb71108834cbc88efb5b32bbccc18f48a41e786f;hp=b39d4b6225fc6f24ec5b1b9be4d555d810905d78;hb=9dbc5a868c52636d162d1992a516033d7b3f7e8f;hpb=5c954ef78b1ea675a6f3f12c118b053665a38f39 diff --git a/reversi.asd b/reversi.asd index b39d4b6..cb71108 100644 --- a/reversi.asd +++ b/reversi.asd @@ -8,7 +8,7 @@ ;;;; Programer: Kevin M. Rosenberg ;;;; Date Started: 1 Nov 2001 ;;;; -;;;; $Id: reversi.asd,v 1.1 2002/10/25 12:42:42 kevin Exp $ +;;;; $Id: reversi.asd,v 1.4 2003/05/06 16:17:53 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2001-2002 by Kevin M. Rosenberg ;;;; @@ -17,7 +17,8 @@ ;;;; (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)