1
0
mirror of https://github.com/twiglet/cs2j.git synced 2025-01-18 13:15:17 +01:00

allow to pass in build target, buildcs2j by default

This commit is contained in:
Kevin Glynn 2011-05-24 12:16:08 +02:00
parent 10261f6406
commit 3858580335

View File

@ -2,7 +2,9 @@
set -e
ant -f build/build.xml buildcs2j
TARGET=${1-buildcs2j}
ant -f build/build.xml ${TARGET}
## cd src/CSharpParser
## java -Xmx512m -jar ../../jar/antlr-3.3.jar -Xconversiontimeout 15000 -make -verbose cs.g