Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
darcs-hash:20071105152744-3cc5d-284d519a96d3405a5814d36da306f820848c5f10.gz
  • Loading branch information
Gary King committed Nov 5, 2007
1 parent 126cbd6 commit 1701552
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions metatilities.asd
Expand Up @@ -61,24 +61,22 @@ instructions."))
:depends-on ("package-additional"))
(:file "views-and-windows"
:depends-on ("package-additional"))))

(:module
"what"
:pathname #.(make-pathname
:directory `(,@(pathname-directory *load-truename*)
"dev"
,(or #+OpenMCL "openmcl"
#+DIGITOOL "mcl"
#+SBCL "sbcl"
#+allegro "allegro"
#-(or OpenMCL DIGITOOL SBCL
allegro)
"unsupported")))
"port"
:pathname #.(concatenate
'string "dev/"
(or #+OpenMCL "openmcl"
#+DIGITOOL "mcl"
#+SBCL "sbcl"
#+allegro "allegro"
#-(or OpenMCL DIGITOOL SBCL allegro)
"unsupported")
"/")
:components ((:file "generic-lisp")
#+DIGITOOL (:file "pop-up-menu")
(:file "generic-interface-support"
:depends-on ("generic-lisp" #+DIGITOOL "pop-up-menu"))))
:depends-on ("generic-lisp"
#+DIGITOOL "pop-up-menu"))))
(:module
"website"
:components
Expand Down

0 comments on commit 1701552

Please sign in to comment.