changeset 16:f16fb13fadee

Simplistic and incomplete makefile for Windows nmake.
author Sjoerd Mullender <sjoerd@acm.org>
date Fri, 07 Oct 2016 12:44:05 +0200 (2016-10-07)
parents 6e48d0fae766
children 1bf638b6a7c2
files nmakefile
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/nmakefile
@@ -0,0 +1,3 @@
+all: src/main/java/nl/cwi/monetdb/jdbc/MonetDriver.java
+	ant -f build.xml distjdbc distmerocontrol
+	cd tests&&ant -f build.xml jar_jdbctests