Skip to content

Commit

Permalink
New file, cmp.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Nov 26, 2009
1 parent 14ba76b commit 36dfc45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion bibtex.asd
Expand Up @@ -18,7 +18,8 @@
:version "1.0.1"
:depends-on (#-(or cmu sbcl clisp) :port
:split-sequence)
:components ((:file "packages")
:components ((:file "cmp")
(:file "packages" :depends-on ("cmp"))
(:file "kpathsea" :depends-on ("packages"))
(:file "bibtex-runtime" :depends-on ("packages"))
(:file "lisp-form-builder" :depends-on ("packages"))
Expand Down
3 changes: 2 additions & 1 deletion bibtex.system
Expand Up @@ -22,7 +22,8 @@
:binary-pathname *bibtex-binary-pathname*
:source-extension "lisp"
:binary-extension nil
:components ((:file "packages")
:components ((:file "cmp")
(:file "packages" :depends-on ("cmp"))
(:file "kpathsea" :depends-on ("packages"))
(:file "bibtex-runtime" :depends-on ("packages"))
(:file "lisp-form-builder" :depends-on ("packages"))
Expand Down

0 comments on commit 36dfc45

Please sign in to comment.