X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=uffi.system;h=f0c4beb9643a324f802af051972806cfcdd19186;hb=01a6946b2543ade1bfd5672ca92827da7e56bf85;hp=d1401ff47f78236a162444eee9400f292c7d69ad;hpb=54de0ff398a996c976d053d5b56b46f0a44d3e23;p=uffi.git diff --git a/uffi.system b/uffi.system index d1401ff..f0c4beb 100644 --- a/uffi.system +++ b/uffi.system @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: uffi.system,v 1.7 2002/03/20 04:57:08 kevin Exp $ +;;;; $Id: uffi.system,v 1.8 2002/03/21 10:52:17 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -38,6 +38,7 @@ ;;; UFFI system definition +#+(or cmu allegro lispworks) (mk:defsystem :uffi :source-pathname "UFFI:src;" :source-extension "cl" @@ -51,7 +52,7 @@ (:file "functions" :depends-on ("primitives")) (:file "libraries" :depends-on ("package")))) -#+not-yet +#-(or cmu allegro lispworks) (mk:defsystem :uffi :source-pathname #.+uffi-src-dir+ :source-extension "cl"