diff options
author | Clément DAVID <[email protected]> | 2012-09-14 14:33:35 +0200 |
---|---|---|
committer | Clément DAVID <[email protected]> | 2012-09-18 21:29:40 +0200 |
commit | 13c6252ed41e96375c03c7c6894aac53a809bfe0 (patch) | |
tree | a9043dc5d86fc696aeba39a2ceb812c08baac20e | |
parent | 608a8aaee0da2d32eeb6f9b4efe9c34013efda31 (diff) |
GL build: add antlr.jar dependency
-rw-r--r-- | make/build-common.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/build-common.xml b/make/build-common.xml index 2cb776e74..932fa3f5d 100644 --- a/make/build-common.xml +++ b/make/build-common.xml @@ -245,6 +245,7 @@ <path id="gluegen-gl.classpath"> <pathelement location="${gluegen.jar}" /> + <pathelement location="${antlr.jar}" /> <pathelement location="${gluegen-gl.jar}" /> </path> |