source: tags/0.13.0/abcl/make-jar.bat.in

Last change on this file was 11556, checked in by Mark Evenson, 15 years ago

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.

  • Property svn:eol-style set to native
File size: 312 bytes
Line 
1cd src
2@JAR@ cmf manifest-abcl ..\abcl.jar org\armedbear\lisp\*.class
3@JAR@ uf ..\abcl.jar org\armedbear\lisp\util\*.class
4@JAR@ uf ..\abcl.jar org\armedbear\lisp\LICENSE
5@JAR@ uf ..\abcl.jar org\armedbear\lisp\*.lisp
6@JAR@ uf ..\abcl.jar org\armedbear\lisp\*.abcl
7@JAR@ uf ..\abcl.jar org\armedbear\lisp\*.cls
Note: See TracBrowser for help on using the repository browser.