Mercurial > hg > monetdb-java
diff build.properties @ 0:a5a898f6886c
Copy of MonetDB java directory changeset e6e32756ad31.
author | Sjoerd Mullender <sjoerd@acm.org> |
---|---|
date | Wed, 21 Sep 2016 09:34:48 +0200 (2016-09-21) |
parents | |
children | 80de05f07508 |
line wrap: on
line diff
new file mode 100644 --- /dev/null +++ b/build.properties @@ -0,0 +1,36 @@ +# Default build parameters. These may be overridden by local configuration +# settings in build.local.properties. + + +## +## MCL +## + +# major release number +MCL_MAJOR=1 +# minor release number +MCL_MINOR=13 + + +## +## JDBC (and client) +## + +# major release number +JDBC_MAJOR=2 +# minor release number +JDBC_MINOR=23 +# an additional identifying string +JDBC_VER_SUFFIX=Liberica +# the default port to connect on, if no port given when using SQL +JDBC_DEF_PORT=50000 + + +## +## General +## + +# should we compile with debugging symbols +enable_debug=true +# should we optimize the build, preferably not for debugging +enable_optimize=false