mirror of
https://github.com/ethauvin/bld-antlr4.git
synced 2025-04-24 08:17:12 -07:00
4 lines
No EOL
155 B
Batchfile
4 lines
No EOL
155 B
Batchfile
@echo off
|
|
set DIRNAME=%~dp0
|
|
if "%DIRNAME%" == "" set DIRNAME=.
|
|
java -jar "%DIRNAME%/lib/bld/bld-wrapper.jar" "%0" --build rife.bld.extension.Antlr4Build %* |