Changeset 11679


Ignore:
Timestamp:
02/22/09 15:35:06 (14 years ago)
Author:
ehuelsmann
Message:

Add some comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/build-abcl.lisp

    r11678 r11679  
    426426(defun clean ()
    427427  (dolist (f (list (list *build-root* "abcl.jar" "abcl.bat" "make-jar.bat"
    428                                       "compile-system.bat")
     428                         "compile-system.bat")
     429                   ;; as of 0.14 'compile-system.bat' isn't created anymore
     430                   ;; as of 0.14 'abcl.jar' is always created in dist/
    429431                   (list *abcl-dir* "*.class" "*.abcl" "*.cls"
    430432                                    "native.h" "libabcl.so" "build")
Note: See TracChangeset for help on using the changeset viewer.