Changeset 11679
- Timestamp:
- 02/22/09 15:35:06 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/build-abcl.lisp
r11678 r11679 426 426 (defun clean () 427 427 (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/ 429 431 (list *abcl-dir* "*.class" "*.abcl" "*.cls" 430 432 "native.h" "libabcl.so" "build")
Note: See TracChangeset
for help on using the changeset viewer.