Ignore:
Timestamp:
01/15/09 10:07:39 (14 years ago)
Author:
Mark Evenson
Message:

Fix the Lisp based build system to include with the new Java classes in src/org/armedbear/util.

Fix 'abcl.asd' to work with the ASDF distributed with SBCL/CLISP by
removing obsoleted ':documentation' keywords. ABCL's version of
'asdf.lisp' is really old, so should be replaced.

Add the location of src/org/armedbear/util classes to the auxillary
jar scripts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/customizations.lisp.in

    r11354 r11556  
    2828  (:windows
    2929   (setq *jdk*           "C:\\Program Files\\Java\\jdk1.5.0_16\\")
    30    #+(or) (setq *java-compiler* "jikes")
     30   #+nil (setq *java-compiler* "jikes")
    3131   )
    3232  (:darwin
    3333   (setq *jdk*           "/usr/")
    34    (setq *java-compiler* "jikes")
    35    #+(or) (setq *jar*    "jar"))
     34   #+nil (setq *java-compiler* "jikes")
     35   #+nil (setq *jar*    "jar"))
    3636  ((:linux :unknown)
    3737   (setq *jdk*           "/home/peter/sun/jdk1.5.0_16/")
Note: See TracChangeset for help on using the changeset viewer.