source: tags/0.25.0/abcl/abcl.properties.in

Last change on this file was 13197, checked in by Mark Evenson, 13 years ago

Incorporate output of 'svnversion' into LISP-IMPLEMENTATION-VERSION.

In the Ant-based build, if the executable 'svnversion' can be found on
the PATH and the topmost '.svn' subdirectory exists, the output of
'svnversion' is appended to the value returned by
LISP-IMPLEMENTATION-VERSION.

The use of 'version.src' in 'abcl.properties' has been removed.

TODO: the same functionality should be added to the Lisp-based build.

TODO: test that this works on Windows.

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
File size: 428 bytes
Line 
1# $Id: abcl.properties.in 13197 2011-01-30 22:26:43Z mevenson $
2
3# abcl.build.incremental attempts to perform incremental compilation
4#abcl.build.incremental=true
5
6# abcl.compile.lisp.skip skips the compilation of Lisp sources in Netbeans (for debugging)
7#abcl.compile.lisp.skip=true
8
9# java.options sets the Java options in the abcl wrapper scripts
10#java.options=-Xmx1g
11
12# Additional site specific startup code to be merged in 'system.lisp'
13#abcl.startup.file=${basedir}/startup.lisp
Note: See TracBrowser for help on using the repository browser.